{"_id":"@atheory-ai/kitsune-modules-audit","name":"@atheory-ai/kitsune-modules-audit","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@atheory-ai/kitsune-modules-audit","version":"0.1.0","description":"Audit trail capability 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-audit"},"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-audit@0.1.0","_integrity":"sha512-pr/3F5UljDLDh3oBopcN6rCua5nl+dBpBVuvQ0fLuZ6ReFJwMsIV3FrtqdZr9RT3xObOwKRP2myKrO8A/HijfQ==","_resolved":"/private/var/folders/vy/lptmwxhn1fv5rwgf0dnmy2b80000gn/T/7ed1db73e6eb20c8cde81a8bef20b9d1/atheory-ai-kitsune-modules-audit-0.1.0.tgz","_from":"file:atheory-ai-kitsune-modules-audit-0.1.0.tgz","_nodeVersion":"24.15.0","_npmVersion":"11.13.0","dist":{"integrity":"sha512-pr/3F5UljDLDh3oBopcN6rCua5nl+dBpBVuvQ0fLuZ6ReFJwMsIV3FrtqdZr9RT3xObOwKRP2myKrO8A/HijfQ==","shasum":"ca5375e8353b47cd185b554a16f49e8b7782665f","tarball":"https://registry.npmjs.org/@atheory-ai/kitsune-modules-audit/-/kitsune-modules-audit-0.1.0.tgz","fileCount":7,"unpackedSize":30863,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDRsDpDqUhVrCV+4wpIflNvpcodIe2tvjDbbO+YNC44qgIhAJY42YGgS/1lVmFuPhzKDGsk+p/QFQ9mAbVsAyRwudLS"}]},"_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-audit_0.1.0_1781409267378_0.2223459340949181"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-14T03:54:27.275Z","0.1.0":"2026-06-14T03:54:27.515Z","modified":"2026-06-14T03:54:27.757Z"},"maintainers":[{"name":"ladyhunterbear","email":"jeremy@atheory.ai"}],"description":"Audit trail capability 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-audit"},"bugs":{"url":"https://github.com/atheory-ai/kitsune/issues"},"license":"Apache-2.0","readme":"# @atheory-ai/kitsune-modules-audit\n\nAudit trail capability module for Kitsune.\n\n`@atheory-ai/kitsune-modules-audit` records and queries append-only audit entries from explicit commands or selected runtime events.\n\n## Install\n\n```sh\npnpm add @atheory-ai/kitsune-modules-audit\n```\n\n## Use\n\n```ts\nimport { createKitRuntime } from '@atheory-ai/kitsune-core'\nimport { auditModule, memoryAuditStore } from '@atheory-ai/kitsune-modules-audit'\n\nconst runtime = createKitRuntime()\nawait runtime.install(auditModule({ store: memoryAuditStore() }))\nawait runtime.start()\n\nawait runtime.command({\n  type: 'audit.record',\n  payload: { type: 'settings.updated' },\n})\n```\n\n## Commands\n\n- `audit.record`\n- `audit.query`\n- `audit.clear`\n\n## Exports\n\n- `auditModule`\n- `AuditToken`\n- `memoryAuditStore`\n- Audit module, store, service, entry, actor, query, and result 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-8c0f22744a942f3b4240ad7a0d62b82c"}