{"_id":"@atheory-ai/kitsune-modules-command-palette","name":"@atheory-ai/kitsune-modules-command-palette","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@atheory-ai/kitsune-modules-command-palette","version":"0.1.0","description":"Command palette registry module for Kitsune.","type":"module","sideEffects":false,"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"}},"dependencies":{"@atheory-ai/kitsune-core":"0.1.0"},"license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/atheory-ai/kitsune.git","directory":"packages/modules-command-palette"},"homepage":"https://kitsune.atheory.ai","bugs":{"url":"https://github.com/atheory-ai/kitsune/issues"},"keywords":["kitsune","web-components","web-native","frontend","runtime","kitsune-module"],"publishConfig":{"access":"public"},"scripts":{"build":"tsc -p tsconfig.build.json","test":"vitest run"},"_id":"@atheory-ai/kitsune-modules-command-palette@0.1.0","_integrity":"sha512-u9LqNczgXOsaEWdyRpsxbDbP+dB8O01kj5oryFELuLKmOyRd1bH6ELTTuB+mE+ofndyPthik3zg/nTWys8Zxog==","_resolved":"/private/var/folders/vy/lptmwxhn1fv5rwgf0dnmy2b80000gn/T/6b640f22f4332bc687463a9c9ac58057/atheory-ai-kitsune-modules-command-palette-0.1.0.tgz","_from":"file:atheory-ai-kitsune-modules-command-palette-0.1.0.tgz","_nodeVersion":"24.15.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-u9LqNczgXOsaEWdyRpsxbDbP+dB8O01kj5oryFELuLKmOyRd1bH6ELTTuB+mE+ofndyPthik3zg/nTWys8Zxog==","shasum":"64dd24d272190a48af17ee6485d137cc1e6ae6d6","tarball":"https://registry.npmjs.org/@atheory-ai/kitsune-modules-command-palette/-/kitsune-modules-command-palette-0.1.0.tgz","fileCount":7,"unpackedSize":19367,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDAmWZJ/oWo9Kc1CmCl0jPyXcS+hzhnuNcKs9kQMsPrXwIhALB8aXE4hydkRmKoy7LhutbPcQu58VAYzolp3ffivRMK"}]},"_npmUser":{"name":"ladyhunterbear","email":"jeremy@atheory.ai"},"directories":{},"maintainers":[{"name":"ladyhunterbear","email":"jeremy@atheory.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/kitsune-modules-command-palette_0.1.0_1781409364399_0.3318322807651899"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-14T03:56:04.158Z","0.1.0":"2026-06-14T03:56:04.520Z","modified":"2026-06-14T03:56:04.789Z"},"maintainers":[{"name":"ladyhunterbear","email":"jeremy@atheory.ai"}],"description":"Command palette registry module for Kitsune.","homepage":"https://kitsune.atheory.ai","keywords":["kitsune","web-components","web-native","frontend","runtime","kitsune-module"],"repository":{"type":"git","url":"git+https://github.com/atheory-ai/kitsune.git","directory":"packages/modules-command-palette"},"bugs":{"url":"https://github.com/atheory-ai/kitsune/issues"},"license":"Apache-2.0","readme":"# @atheory-ai/kitsune-modules-command-palette\n\nCommand palette registry capability module for Kitsune.\n\n`@atheory-ai/kitsune-modules-command-palette` registers, searches, and runs command actions through a Kitsune runtime.\n\n## Install\n\n```sh\npnpm add @atheory-ai/kitsune-modules-command-palette\n```\n\n## Use\n\n```ts\nimport { createKitRuntime } from '@atheory-ai/kitsune-core'\nimport { commandPaletteModule } from '@atheory-ai/kitsune-modules-command-palette'\n\nconst runtime = createKitRuntime()\nawait runtime.install(commandPaletteModule({\n  actions: [\n    { id: 'new-note', label: 'New note', command: { type: 'note.create' } },\n  ],\n}))\nawait runtime.start()\n```\n\n## Commands\n\n- `command_palette.register`\n- `command_palette.search`\n- `command_palette.run`\n\n## Exports\n\n- `commandPaletteModule`\n- `CommandPaletteToken`\n- Command palette action, module option, and service types\n\n## Documentation\n\nSee the Kitsune docs at https://kitsune.atheory.ai.\n\n## License\n\nApache-2.0\n","readmeFilename":"README.md","_rev":"1-ee0b9af80d7684370ebff4a97fee03e4"}