@askdkc/kiokuko 0.1.16 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ja.md +91 -112
- package/README.ko.md +90 -102
- package/README.md +103 -260
- package/README.zh-CN.md +88 -102
- package/dist/agent-file/atomic-write.d.ts +90 -3
- package/dist/agent-file/atomic-write.d.ts.map +1 -1
- package/dist/agent-file/atomic-write.js +990 -14
- package/dist/agent-file/atomic-write.js.map +1 -1
- package/dist/agent-file/managed-block.d.ts +12 -1
- package/dist/agent-file/managed-block.d.ts.map +1 -1
- package/dist/agent-file/managed-block.js +49 -4
- package/dist/agent-file/managed-block.js.map +1 -1
- package/dist/agent-file/render.d.ts +1 -1
- package/dist/agent-file/render.d.ts.map +1 -1
- package/dist/agent-file/render.js +10 -7
- package/dist/agent-file/render.js.map +1 -1
- package/dist/akinator/agent-task.d.ts +14 -24
- package/dist/akinator/agent-task.d.ts.map +1 -1
- package/dist/akinator/agent-task.js +460 -103
- package/dist/akinator/agent-task.js.map +1 -1
- package/dist/akinator/capabilities.d.ts +52 -7
- package/dist/akinator/capabilities.d.ts.map +1 -1
- package/dist/akinator/capabilities.js +226 -28
- package/dist/akinator/capabilities.js.map +1 -1
- package/dist/akinator/capability-binding.d.ts +11 -0
- package/dist/akinator/capability-binding.d.ts.map +1 -0
- package/dist/akinator/capability-binding.js +56 -0
- package/dist/akinator/capability-binding.js.map +1 -0
- package/dist/akinator/domain.js +2 -2
- package/dist/akinator/domain.js.map +1 -1
- package/dist/akinator/knowledge-path.d.ts.map +1 -1
- package/dist/akinator/knowledge-path.js +409 -39
- package/dist/akinator/knowledge-path.js.map +1 -1
- package/dist/akinator/orchestrator.d.ts +3 -4
- package/dist/akinator/orchestrator.d.ts.map +1 -1
- package/dist/akinator/orchestrator.js +1 -4
- package/dist/akinator/orchestrator.js.map +1 -1
- package/dist/akinator/service.d.ts +0 -4
- package/dist/akinator/service.d.ts.map +1 -1
- package/dist/akinator/service.js +19 -35
- package/dist/akinator/service.js.map +1 -1
- package/dist/akinator/skill-discovery-attempt.d.ts +20 -0
- package/dist/akinator/skill-discovery-attempt.d.ts.map +1 -0
- package/dist/akinator/skill-discovery-attempt.js +390 -0
- package/dist/akinator/skill-discovery-attempt.js.map +1 -0
- package/dist/akinator/store.d.ts.map +1 -1
- package/dist/akinator/store.js +107 -52
- package/dist/akinator/store.js.map +1 -1
- package/dist/akinator/types.d.ts +0 -12
- package/dist/akinator/types.d.ts.map +1 -1
- package/dist/bin/kiokuko.js +0 -0
- package/dist/cli.d.ts +2 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +561 -144
- package/dist/cli.js.map +1 -1
- package/dist/client/server-client.d.ts +5 -3
- package/dist/client/server-client.d.ts.map +1 -1
- package/dist/client/server-client.js +486 -181
- package/dist/client/server-client.js.map +1 -1
- package/dist/commands/agent.d.ts +2 -0
- package/dist/commands/agent.d.ts.map +1 -1
- package/dist/commands/agent.js +861 -86
- package/dist/commands/agent.js.map +1 -1
- package/dist/commands/backup.d.ts +2 -1
- package/dist/commands/backup.d.ts.map +1 -1
- package/dist/commands/backup.js +64 -8
- package/dist/commands/backup.js.map +1 -1
- package/dist/commands/doctor.d.ts +5 -1
- package/dist/commands/doctor.d.ts.map +1 -1
- package/dist/commands/doctor.js +70 -26
- package/dist/commands/doctor.js.map +1 -1
- package/dist/commands/export.d.ts +0 -4
- package/dist/commands/export.d.ts.map +1 -1
- package/dist/commands/export.js +191 -32
- package/dist/commands/export.js.map +1 -1
- package/dist/commands/import.d.ts +10 -1
- package/dist/commands/import.d.ts.map +1 -1
- package/dist/commands/import.js +592 -113
- package/dist/commands/import.js.map +1 -1
- package/dist/commands/init.d.ts +19 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +569 -22
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/purge.d.ts.map +1 -1
- package/dist/commands/purge.js +3 -0
- package/dist/commands/purge.js.map +1 -1
- package/dist/commands/setup.d.ts +34 -8
- package/dist/commands/setup.d.ts.map +1 -1
- package/dist/commands/setup.js +418 -86
- package/dist/commands/setup.js.map +1 -1
- package/dist/commands/skills.d.ts +9 -0
- package/dist/commands/skills.d.ts.map +1 -0
- package/dist/commands/skills.js +317 -0
- package/dist/commands/skills.js.map +1 -0
- package/dist/commands/use.d.ts +10 -2
- package/dist/commands/use.d.ts.map +1 -1
- package/dist/commands/use.js +851 -73
- package/dist/commands/use.js.map +1 -1
- package/dist/config/paths.d.ts +11 -1
- package/dist/config/paths.d.ts.map +1 -1
- package/dist/config/paths.js +64 -29
- package/dist/config/paths.js.map +1 -1
- package/dist/config/project-config.d.ts +1 -0
- package/dist/config/project-config.d.ts.map +1 -1
- package/dist/config/project-config.js +70 -32
- package/dist/config/project-config.js.map +1 -1
- package/dist/context/broker.d.ts +30 -14
- package/dist/context/broker.d.ts.map +1 -1
- package/dist/context/broker.js +628 -150
- package/dist/context/broker.js.map +1 -1
- package/dist/context/delivery.d.ts +8 -22
- package/dist/context/delivery.d.ts.map +1 -1
- package/dist/context/delivery.js +204 -152
- package/dist/context/delivery.js.map +1 -1
- package/dist/context/feedback.d.ts +11 -12
- package/dist/context/feedback.d.ts.map +1 -1
- package/dist/context/feedback.js +250 -268
- package/dist/context/feedback.js.map +1 -1
- package/dist/context/origin.d.ts +9 -0
- package/dist/context/origin.d.ts.map +1 -0
- package/dist/context/origin.js +15 -0
- package/dist/context/origin.js.map +1 -0
- package/dist/context/ranking.d.ts +4 -13
- package/dist/context/ranking.d.ts.map +1 -1
- package/dist/context/ranking.js +21 -5
- package/dist/context/ranking.js.map +1 -1
- package/dist/context/recommendations.d.ts +0 -5
- package/dist/context/recommendations.d.ts.map +1 -1
- package/dist/context/recommendations.js +0 -1
- package/dist/context/recommendations.js.map +1 -1
- package/dist/context/run-state.d.ts +26 -0
- package/dist/context/run-state.d.ts.map +1 -0
- package/dist/context/run-state.js +399 -0
- package/dist/context/run-state.js.map +1 -0
- package/dist/context/scoped-broker.d.ts +19 -6
- package/dist/context/scoped-broker.d.ts.map +1 -1
- package/dist/context/scoped-broker.js +530 -131
- package/dist/context/scoped-broker.js.map +1 -1
- package/dist/context/selection-state.d.ts +19 -0
- package/dist/context/selection-state.d.ts.map +1 -0
- package/dist/context/selection-state.js +250 -0
- package/dist/context/selection-state.js.map +1 -0
- package/dist/db/adapter.d.ts +5 -3
- package/dist/db/adapter.d.ts.map +1 -1
- package/dist/db/adapter.js +6 -3
- package/dist/db/adapter.js.map +1 -1
- package/dist/db/capabilities.d.ts.map +1 -1
- package/dist/db/capabilities.js +34 -16
- package/dist/db/capabilities.js.map +1 -1
- package/dist/db/connection.d.ts +8 -0
- package/dist/db/connection.d.ts.map +1 -1
- package/dist/db/connection.js +55 -26
- package/dist/db/connection.js.map +1 -1
- package/dist/db/migrate.d.ts +28 -7
- package/dist/db/migrate.d.ts.map +1 -1
- package/dist/db/migrate.js +106 -78
- package/dist/db/migrate.js.map +1 -1
- package/dist/db/sqlite-retry.d.ts +11 -0
- package/dist/db/sqlite-retry.d.ts.map +1 -0
- package/dist/db/sqlite-retry.js +66 -0
- package/dist/db/sqlite-retry.js.map +1 -0
- package/dist/db/transaction.d.ts +13 -0
- package/dist/db/transaction.d.ts.map +1 -1
- package/dist/db/transaction.js +53 -24
- package/dist/db/transaction.js.map +1 -1
- package/dist/db/upgrade-backup.d.ts +58 -2
- package/dist/db/upgrade-backup.d.ts.map +1 -1
- package/dist/db/upgrade-backup.js +757 -28
- package/dist/db/upgrade-backup.js.map +1 -1
- package/dist/errors.js +1 -1
- package/dist/errors.js.map +1 -1
- package/dist/gateway/agent-service.d.ts +4 -1
- package/dist/gateway/agent-service.d.ts.map +1 -1
- package/dist/gateway/agent-service.js +71 -58
- package/dist/gateway/agent-service.js.map +1 -1
- package/dist/gateway/checkpoint-service.d.ts +1 -0
- package/dist/gateway/checkpoint-service.d.ts.map +1 -1
- package/dist/gateway/checkpoint-service.js +47 -24
- package/dist/gateway/checkpoint-service.js.map +1 -1
- package/dist/ledger/archive.d.ts +1 -4
- package/dist/ledger/archive.d.ts.map +1 -1
- package/dist/ledger/archive.js +134 -54
- package/dist/ledger/archive.js.map +1 -1
- package/dist/ledger/maintenance.d.ts +0 -11
- package/dist/ledger/maintenance.d.ts.map +1 -1
- package/dist/ledger/maintenance.js +41 -44
- package/dist/ledger/maintenance.js.map +1 -1
- package/dist/ledger/projection.d.ts +0 -1
- package/dist/ledger/projection.d.ts.map +1 -1
- package/dist/ledger/projection.js.map +1 -1
- package/dist/ledger/promotion.d.ts +0 -9
- package/dist/ledger/promotion.d.ts.map +1 -1
- package/dist/ledger/promotion.js.map +1 -1
- package/dist/ledger/query.d.ts +1 -15
- package/dist/ledger/query.d.ts.map +1 -1
- package/dist/ledger/query.js.map +1 -1
- package/dist/ledger/store.d.ts +0 -1
- package/dist/ledger/store.d.ts.map +1 -1
- package/dist/ledger/store.js +11 -8
- package/dist/ledger/store.js.map +1 -1
- package/dist/ledger/types.d.ts +0 -4
- package/dist/ledger/types.d.ts.map +1 -1
- package/dist/ledger/types.js.map +1 -1
- package/dist/ledger/validate.d.ts.map +1 -1
- package/dist/ledger/validate.js +0 -5
- package/dist/ledger/validate.js.map +1 -1
- package/dist/mcp/bounded-stdio-transport.d.ts +23 -0
- package/dist/mcp/bounded-stdio-transport.d.ts.map +1 -0
- package/dist/mcp/bounded-stdio-transport.js +109 -0
- package/dist/mcp/bounded-stdio-transport.js.map +1 -0
- package/dist/mcp/server.d.ts +4 -0
- package/dist/mcp/server.d.ts.map +1 -1
- package/dist/mcp/server.js +111 -75
- package/dist/mcp/server.js.map +1 -1
- package/dist/memory/audit.d.ts +0 -1
- package/dist/memory/audit.d.ts.map +1 -1
- package/dist/memory/audit.js +0 -1
- package/dist/memory/audit.js.map +1 -1
- package/dist/memory/curator.d.ts +45 -1
- package/dist/memory/curator.d.ts.map +1 -1
- package/dist/memory/curator.js +290 -68
- package/dist/memory/curator.js.map +1 -1
- package/dist/memory/entries.d.ts +12 -2
- package/dist/memory/entries.d.ts.map +1 -1
- package/dist/memory/entries.js +198 -114
- package/dist/memory/entries.js.map +1 -1
- package/dist/memory/federated-retrieval.d.ts +78 -0
- package/dist/memory/federated-retrieval.d.ts.map +1 -0
- package/dist/memory/federated-retrieval.js +441 -0
- package/dist/memory/federated-retrieval.js.map +1 -0
- package/dist/memory/hybrid-retrieval.d.ts +5 -11
- package/dist/memory/hybrid-retrieval.d.ts.map +1 -1
- package/dist/memory/hybrid-retrieval.js +78 -58
- package/dist/memory/hybrid-retrieval.js.map +1 -1
- package/dist/memory/lifecycle.d.ts.map +1 -1
- package/dist/memory/lifecycle.js +17 -13
- package/dist/memory/lifecycle.js.map +1 -1
- package/dist/memory/portability.d.ts +10 -0
- package/dist/memory/portability.d.ts.map +1 -0
- package/dist/memory/portability.js +44 -0
- package/dist/memory/portability.js.map +1 -0
- package/dist/memory/rebuild-search.d.ts +5 -0
- package/dist/memory/rebuild-search.d.ts.map +1 -1
- package/dist/memory/rebuild-search.js +101 -76
- package/dist/memory/rebuild-search.js.map +1 -1
- package/dist/memory/retrieval-query.d.ts +0 -5
- package/dist/memory/retrieval-query.d.ts.map +1 -1
- package/dist/memory/retrieval-query.js +0 -5
- package/dist/memory/retrieval-query.js.map +1 -1
- package/dist/memory/retrieval.d.ts +11 -0
- package/dist/memory/retrieval.d.ts.map +1 -1
- package/dist/memory/retrieval.js +34 -120
- package/dist/memory/retrieval.js.map +1 -1
- package/dist/memory/revisions.d.ts +76 -1
- package/dist/memory/revisions.d.ts.map +1 -1
- package/dist/memory/revisions.js +539 -35
- package/dist/memory/revisions.js.map +1 -1
- package/dist/memory/scoped-memory.d.ts +22 -13
- package/dist/memory/scoped-memory.d.ts.map +1 -1
- package/dist/memory/scoped-memory.js +248 -139
- package/dist/memory/scoped-memory.js.map +1 -1
- package/dist/memory/secrets.d.ts +2 -0
- package/dist/memory/secrets.d.ts.map +1 -1
- package/dist/memory/secrets.js +36 -0
- package/dist/memory/secrets.js.map +1 -1
- package/dist/memory/structured-memory.d.ts +8 -1
- package/dist/memory/structured-memory.d.ts.map +1 -1
- package/dist/memory/structured-memory.js +74 -20
- package/dist/memory/structured-memory.js.map +1 -1
- package/dist/memory/workspaces.d.ts +9 -0
- package/dist/memory/workspaces.d.ts.map +1 -1
- package/dist/memory/workspaces.js +67 -0
- package/dist/memory/workspaces.js.map +1 -1
- package/dist/package-version.d.ts +2 -0
- package/dist/package-version.d.ts.map +1 -0
- package/dist/package-version.js +7 -0
- package/dist/package-version.js.map +1 -0
- package/dist/repository/binding.d.ts +5 -0
- package/dist/repository/binding.d.ts.map +1 -1
- package/dist/repository/binding.js +117 -17
- package/dist/repository/binding.js.map +1 -1
- package/dist/repository/framework-version.d.ts +8 -0
- package/dist/repository/framework-version.d.ts.map +1 -0
- package/dist/repository/framework-version.js +29 -0
- package/dist/repository/framework-version.js.map +1 -0
- package/dist/repository/identity-value.d.ts +4 -0
- package/dist/repository/identity-value.d.ts.map +1 -0
- package/dist/repository/identity-value.js +24 -0
- package/dist/repository/identity-value.js.map +1 -0
- package/dist/repository/identity.d.ts.map +1 -1
- package/dist/repository/identity.js +2 -0
- package/dist/repository/identity.js.map +1 -1
- package/dist/repository/project-fingerprint.d.ts +33 -0
- package/dist/repository/project-fingerprint.d.ts.map +1 -0
- package/dist/repository/project-fingerprint.js +429 -0
- package/dist/repository/project-fingerprint.js.map +1 -0
- package/dist/repository/remote-url.d.ts +0 -1
- package/dist/repository/remote-url.d.ts.map +1 -1
- package/dist/repository/remote-url.js +0 -1
- package/dist/repository/remote-url.js.map +1 -1
- package/dist/runtime-version.d.ts +2 -1
- package/dist/runtime-version.d.ts.map +1 -1
- package/dist/runtime-version.js +21 -4
- package/dist/runtime-version.js.map +1 -1
- package/dist/serialization/boundary-json.d.ts +20 -0
- package/dist/serialization/boundary-json.d.ts.map +1 -0
- package/dist/serialization/boundary-json.js +129 -0
- package/dist/serialization/boundary-json.js.map +1 -0
- package/dist/serialization/envelope.js +1 -1
- package/dist/serialization/envelope.js.map +1 -1
- package/dist/serialization/validate.d.ts +7 -0
- package/dist/serialization/validate.d.ts.map +1 -1
- package/dist/serialization/validate.js +53 -13
- package/dist/serialization/validate.js.map +1 -1
- package/dist/server/app.js +1 -1
- package/dist/server/app.js.map +1 -1
- package/dist/server/http.d.ts +4 -3
- package/dist/server/http.d.ts.map +1 -1
- package/dist/server/http.js +90 -50
- package/dist/server/http.js.map +1 -1
- package/dist/server/idempotency.d.ts +0 -6
- package/dist/server/idempotency.d.ts.map +1 -1
- package/dist/server/idempotency.js.map +1 -1
- package/dist/server/router.d.ts.map +1 -1
- package/dist/server/router.js +21 -4
- package/dist/server/router.js.map +1 -1
- package/dist/server/routes/agent-capability-gate.d.ts +40 -0
- package/dist/server/routes/agent-capability-gate.d.ts.map +1 -0
- package/dist/server/routes/agent-capability-gate.js +182 -0
- package/dist/server/routes/agent-capability-gate.js.map +1 -0
- package/dist/server/routes/agent-events.d.ts.map +1 -1
- package/dist/server/routes/agent-events.js +8 -1
- package/dist/server/routes/agent-events.js.map +1 -1
- package/dist/server/routes/agent-intake.d.ts.map +1 -1
- package/dist/server/routes/agent-intake.js +10 -2
- package/dist/server/routes/agent-intake.js.map +1 -1
- package/dist/server/routes/agent-promotions.d.ts.map +1 -1
- package/dist/server/routes/agent-promotions.js +5 -2
- package/dist/server/routes/agent-promotions.js.map +1 -1
- package/dist/server/routes/agent-runs.d.ts.map +1 -1
- package/dist/server/routes/agent-runs.js +18 -4
- package/dist/server/routes/agent-runs.js.map +1 -1
- package/dist/server/routes/request-binding.d.ts +5 -0
- package/dist/server/routes/request-binding.d.ts.map +1 -0
- package/dist/server/routes/request-binding.js +49 -0
- package/dist/server/routes/request-binding.js.map +1 -0
- package/dist/server/routes/task5-support.d.ts +1 -8
- package/dist/server/routes/task5-support.d.ts.map +1 -1
- package/dist/server/routes/task5-support.js +1 -17
- package/dist/server/routes/task5-support.js.map +1 -1
- package/dist/server/routes/task5.d.ts.map +1 -1
- package/dist/server/routes/task5.js +106 -36
- package/dist/server/routes/task5.js.map +1 -1
- package/dist/server/write-queue.js +2 -2
- package/dist/server/write-queue.js.map +1 -1
- package/dist/setup/claude-config.d.ts +2 -1
- package/dist/setup/claude-config.d.ts.map +1 -1
- package/dist/setup/claude-config.js +54 -4
- package/dist/setup/claude-config.js.map +1 -1
- package/dist/setup/client-detection.d.ts +7 -2
- package/dist/setup/client-detection.d.ts.map +1 -1
- package/dist/setup/client-detection.js +27 -9
- package/dist/setup/client-detection.js.map +1 -1
- package/dist/setup/hermes-config.d.ts +2 -1
- package/dist/setup/hermes-config.d.ts.map +1 -1
- package/dist/setup/hermes-config.js +53 -12
- package/dist/setup/hermes-config.js.map +1 -1
- package/dist/setup/legacy-client-cleanup.d.ts +6 -0
- package/dist/setup/legacy-client-cleanup.d.ts.map +1 -0
- package/dist/setup/legacy-client-cleanup.js +152 -0
- package/dist/setup/legacy-client-cleanup.js.map +1 -0
- package/dist/setup/managed-text.d.ts.map +1 -1
- package/dist/setup/managed-text.js +11 -1
- package/dist/setup/managed-text.js.map +1 -1
- package/dist/setup/opencode-config.d.ts +2 -1
- package/dist/setup/opencode-config.d.ts.map +1 -1
- package/dist/setup/opencode-config.js +57 -5
- package/dist/setup/opencode-config.js.map +1 -1
- package/dist/setup/render.d.ts +2 -1
- package/dist/setup/render.d.ts.map +1 -1
- package/dist/setup/render.js +91 -17
- package/dist/setup/render.js.map +1 -1
- package/dist/setup/standard-skills.d.ts +16 -2
- package/dist/setup/standard-skills.d.ts.map +1 -1
- package/dist/setup/standard-skills.js +37 -13
- package/dist/setup/standard-skills.js.map +1 -1
- package/dist/setup/strict-json.d.ts +7 -0
- package/dist/setup/strict-json.d.ts.map +1 -0
- package/dist/setup/strict-json.js +98 -0
- package/dist/setup/strict-json.js.map +1 -0
- package/dist/setup/strict-toml.d.ts +7 -0
- package/dist/setup/strict-toml.d.ts.map +1 -0
- package/dist/setup/strict-toml.js +470 -0
- package/dist/setup/strict-toml.js.map +1 -0
- package/dist/skills/cache.d.ts +15 -0
- package/dist/skills/cache.d.ts.map +1 -0
- package/dist/skills/cache.js +19 -0
- package/dist/skills/cache.js.map +1 -0
- package/dist/skills/candidate-ranking.d.ts +15 -0
- package/dist/skills/candidate-ranking.d.ts.map +1 -0
- package/dist/skills/candidate-ranking.js +52 -0
- package/dist/skills/candidate-ranking.js.map +1 -0
- package/dist/skills/chunking.d.ts +11 -0
- package/dist/skills/chunking.d.ts.map +1 -0
- package/dist/skills/chunking.js +291 -0
- package/dist/skills/chunking.js.map +1 -0
- package/dist/skills/config.d.ts +19 -0
- package/dist/skills/config.d.ts.map +1 -0
- package/dist/skills/config.js +103 -0
- package/dist/skills/config.js.map +1 -0
- package/dist/skills/discovery-service.d.ts +26 -0
- package/dist/skills/discovery-service.d.ts.map +1 -0
- package/dist/skills/discovery-service.js +921 -0
- package/dist/skills/discovery-service.js.map +1 -0
- package/dist/skills/external-transport.d.ts +2 -0
- package/dist/skills/external-transport.d.ts.map +1 -0
- package/dist/skills/external-transport.js +30 -0
- package/dist/skills/external-transport.js.map +1 -0
- package/dist/skills/find.d.ts +16 -0
- package/dist/skills/find.d.ts.map +1 -0
- package/dist/skills/find.js +58 -0
- package/dist/skills/find.js.map +1 -0
- package/dist/skills/gap-detection.d.ts +23 -0
- package/dist/skills/gap-detection.d.ts.map +1 -0
- package/dist/skills/gap-detection.js +62 -0
- package/dist/skills/gap-detection.js.map +1 -0
- package/dist/skills/import-preparation.d.ts +4 -0
- package/dist/skills/import-preparation.d.ts.map +1 -0
- package/dist/skills/import-preparation.js +20 -0
- package/dist/skills/import-preparation.js.map +1 -0
- package/dist/skills/materialization-authority.d.ts +11 -0
- package/dist/skills/materialization-authority.d.ts.map +1 -0
- package/dist/skills/materialization-authority.js +92 -0
- package/dist/skills/materialization-authority.js.map +1 -0
- package/dist/skills/materialization-service.d.ts +22 -0
- package/dist/skills/materialization-service.d.ts.map +1 -0
- package/dist/skills/materialization-service.js +101 -0
- package/dist/skills/materialization-service.js.map +1 -0
- package/dist/skills/official-catalog.d.ts +31 -0
- package/dist/skills/official-catalog.d.ts.map +1 -0
- package/dist/skills/official-catalog.js +110 -0
- package/dist/skills/official-catalog.js.map +1 -0
- package/dist/skills/providers/schema.d.ts +30 -0
- package/dist/skills/providers/schema.d.ts.map +1 -0
- package/dist/skills/providers/schema.js +354 -0
- package/dist/skills/providers/schema.js.map +1 -0
- package/dist/skills/providers/skills-sh-compat.d.ts +17 -0
- package/dist/skills/providers/skills-sh-compat.d.ts.map +1 -0
- package/dist/skills/providers/skills-sh-compat.js +71 -0
- package/dist/skills/providers/skills-sh-compat.js.map +1 -0
- package/dist/skills/providers/skills-sh-v1.d.ts +23 -0
- package/dist/skills/providers/skills-sh-v1.d.ts.map +1 -0
- package/dist/skills/providers/skills-sh-v1.js +134 -0
- package/dist/skills/providers/skills-sh-v1.js.map +1 -0
- package/dist/skills/query-builder.d.ts +18 -0
- package/dist/skills/query-builder.d.ts.map +1 -0
- package/dist/skills/query-builder.js +93 -0
- package/dist/skills/query-builder.js.map +1 -0
- package/dist/skills/source/errors.d.ts +9 -0
- package/dist/skills/source/errors.d.ts.map +1 -0
- package/dist/skills/source/errors.js +15 -0
- package/dist/skills/source/errors.js.map +1 -0
- package/dist/skills/source/frontmatter.d.ts +9 -0
- package/dist/skills/source/frontmatter.d.ts.map +1 -0
- package/dist/skills/source/frontmatter.js +77 -0
- package/dist/skills/source/frontmatter.js.map +1 -0
- package/dist/skills/source/github-fetcher.d.ts +20 -0
- package/dist/skills/source/github-fetcher.d.ts.map +1 -0
- package/dist/skills/source/github-fetcher.js +292 -0
- package/dist/skills/source/github-fetcher.js.map +1 -0
- package/dist/skills/source/snapshot-validator.d.ts +28 -0
- package/dist/skills/source/snapshot-validator.d.ts.map +1 -0
- package/dist/skills/source/snapshot-validator.js +186 -0
- package/dist/skills/source/snapshot-validator.js.map +1 -0
- package/dist/skills/store.d.ts +181 -0
- package/dist/skills/store.d.ts.map +1 -0
- package/dist/skills/store.js +1710 -0
- package/dist/skills/store.js.map +1 -0
- package/dist/skills/types.d.ts +169 -0
- package/dist/skills/types.d.ts.map +1 -0
- package/dist/skills/types.js +2 -0
- package/dist/skills/types.js.map +1 -0
- package/dist/web/i18n.d.ts +56 -8
- package/dist/web/i18n.d.ts.map +1 -1
- package/dist/web/i18n.js +224 -32
- package/dist/web/i18n.js.map +1 -1
- package/dist/web/server.d.ts.map +1 -1
- package/dist/web/server.js +458 -42
- package/dist/web/server.js.map +1 -1
- package/dist/web/ui.d.ts +4 -0
- package/dist/web/ui.d.ts.map +1 -1
- package/dist/web/ui.js +697 -61
- package/dist/web/ui.js.map +1 -1
- package/migrations/008_federated_memory.sql +46 -0
- package/migrations/009_external_skill_discovery.sql +126 -0
- package/package.json +6 -3
- package/skills/kiokuko-single-purpose-functions/SKILL.md +288 -0
- package/skills/kiokuko-single-purpose-functions/references/kiokuko-patterns.md +344 -0
- package/skills/kiokuko-single-purpose-functions/references/review-checklist.md +97 -0
- package/skills/kiokuko-ui-design-soul/SKILL.md +1186 -28
- package/templates/AGENTS.md +8 -7
- package/dist/client/runtime-discovery.d.ts +0 -15
- package/dist/client/runtime-discovery.d.ts.map +0 -1
- package/dist/client/runtime-discovery.js +0 -45
- package/dist/client/runtime-discovery.js.map +0 -1
- package/dist/commands/call.d.ts +0 -7
- package/dist/commands/call.d.ts.map +0 -1
- package/dist/commands/call.js +0 -10
- package/dist/commands/call.js.map +0 -1
- package/dist/commands/link.d.ts +0 -6
- package/dist/commands/link.d.ts.map +0 -1
- package/dist/commands/link.js +0 -6
- package/dist/commands/link.js.map +0 -1
- package/dist/commands/promote.d.ts +0 -6
- package/dist/commands/promote.d.ts.map +0 -1
- package/dist/commands/promote.js +0 -6
- package/dist/commands/promote.js.map +0 -1
- package/dist/commands/read.d.ts +0 -6
- package/dist/commands/read.d.ts.map +0 -1
- package/dist/commands/read.js +0 -4
- package/dist/commands/read.js.map +0 -1
- package/dist/commands/recall.d.ts +0 -6
- package/dist/commands/recall.d.ts.map +0 -1
- package/dist/commands/recall.js +0 -4
- package/dist/commands/recall.js.map +0 -1
- package/dist/commands/record.d.ts +0 -6
- package/dist/commands/record.d.ts.map +0 -1
- package/dist/commands/record.js +0 -4
- package/dist/commands/record.js.map +0 -1
- package/dist/commands/search.d.ts +0 -6
- package/dist/commands/search.d.ts.map +0 -1
- package/dist/commands/search.js +0 -4
- package/dist/commands/search.js.map +0 -1
- package/dist/commands/supersede.d.ts +0 -6
- package/dist/commands/supersede.d.ts.map +0 -1
- package/dist/commands/supersede.js +0 -6
- package/dist/commands/supersede.js.map +0 -1
- package/dist/knowledge/sources.d.ts +0 -72
- package/dist/knowledge/sources.d.ts.map +0 -1
- package/dist/knowledge/sources.js +0 -388
- package/dist/knowledge/sources.js.map +0 -1
- package/dist/setup/opencode-evidence.d.ts +0 -37
- package/dist/setup/opencode-evidence.d.ts.map +0 -1
- package/dist/setup/opencode-evidence.js +0 -58
- package/dist/setup/opencode-evidence.js.map +0 -1
- package/dist/setup/opencode-loop-guard.d.ts +0 -9
- package/dist/setup/opencode-loop-guard.d.ts.map +0 -1
- package/dist/setup/opencode-loop-guard.js +0 -248
- package/dist/setup/opencode-loop-guard.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,307 +1,150 @@
|
|
|
1
|
-
# Kiokuko
|
|
1
|
+
# Kiokuko (Memory Store)
|
|
2
2
|
|
|
3
3
|
English | [日本語](README.ja.md) | [简体中文](README.zh-CN.md) | [한국어](README.ko.md)
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
installation stores structured memory in the current user's SQLite database and
|
|
7
|
-
exposes guided task preparation plus recall/checkpoint tools to Codex, OpenCode,
|
|
8
|
-
Claude Code, and Hermes Agent over native stdio MCP.
|
|
5
|
+
**Connect via MCP, recall with RAG, and store memories after each task.**
|
|
9
6
|
|
|
10
|
-
|
|
11
|
-
"memory," and **庫** means "storehouse," so the name describes a place for
|
|
12
|
-
storing memories.
|
|
7
|
+
Kiokuko is external memory for AI coding agents.
|
|
13
8
|
|
|
14
|
-
|
|
9
|
+
It stores knowledge gained from past work in local SQLite, then searches for and passes only relevant memories to the AI in the next request.
|
|
15
10
|
|
|
16
|
-
|
|
11
|
+
Users do not need to paste past context into every prompt or search for memories manually. By simply using AI as usual, project-specific knowledge gradually accumulates and can be reused in the next task.
|
|
12
|
+
|
|
13
|
+
## Get started quickly
|
|
14
|
+
|
|
15
|
+
Node.js 24.16 or newer is required.
|
|
16
|
+
Get started easily with these two commands 💕
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
19
|
npm install --global @askdkc/kiokuko
|
|
20
20
|
kiokuko setup
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
manifest. It performs no setup-time download or HIG scraping.
|
|
52
|
-
|
|
53
|
-
When an existing database has pending migrations, setup first creates and
|
|
54
|
-
integrity-checks a backup in the adjacent `backups/` directory under the current
|
|
55
|
-
user's data directory. A
|
|
56
|
-
database written by a newer Kiokuko version is rejected without modification.
|
|
23
|
+
`setup` detects supported clients that are installed and automatically configures the SQLite database and MCP connection.
|
|
24
|
+
Interactive setup asks whether audited community Skills may also be used as reference material; the default answer is no.
|
|
25
|
+
Model-facing memory enters a task only through the capability-gated `task_prepare`
|
|
26
|
+
and `task_answer` MCP tools. Kiokuko installs no client hook or plugin that
|
|
27
|
+
silently recalls memory before those calls.
|
|
28
|
+
|
|
29
|
+
After setup, launch the target AI client and use it as usual. If it is already running, quit it once and restart it.
|
|
30
|
+
|
|
31
|
+
Supported clients:
|
|
32
|
+
|
|
33
|
+
- Codex
|
|
34
|
+
- OpenCode
|
|
35
|
+
- Claude Code
|
|
36
|
+
- Hermes Agent
|
|
37
|
+
|
|
38
|
+
## How it gets smarter with use
|
|
39
|
+
|
|
40
|
+
```text
|
|
41
|
+
User request
|
|
42
|
+
↓
|
|
43
|
+
Search relevant past memories
|
|
44
|
+
↓
|
|
45
|
+
AI uses the memories to do the work
|
|
46
|
+
↓
|
|
47
|
+
Store reusable results and lessons
|
|
48
|
+
↓
|
|
49
|
+
Search again in the next request
|
|
50
|
+
```
|
|
57
51
|
|
|
58
|
-
|
|
59
|
-
# Preview exact target files without writing anything
|
|
60
|
-
kiokuko setup --dry-run --json
|
|
52
|
+
Kiokuko repeats the following flow.
|
|
61
53
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
54
|
+
1. Before work, search the current project and Global memory
|
|
55
|
+
2. Pass only highly relevant memories to the AI
|
|
56
|
+
3. The AI performs the work
|
|
57
|
+
4. After the work, store reusable knowledge as memory
|
|
58
|
+
5. Reuse that memory in the next task
|
|
67
59
|
|
|
68
|
-
|
|
69
|
-
kiokuko setup --command /absolute/path/to/kiokuko
|
|
60
|
+
In other words, Kiokuko is a **RAG system that accumulates persistent memory**.
|
|
70
61
|
|
|
71
|
-
|
|
72
|
-
kiokuko setup --no-standard-skills
|
|
73
|
-
```
|
|
62
|
+
MCP connects the AI client to Kiokuko, while RAG searches for the memories needed and passes them to the AI.
|
|
74
63
|
|
|
75
|
-
|
|
76
|
-
`$HOME/.hermes/profiles/work/config.yaml` receives the MCP config and standard
|
|
77
|
-
skill; the root and inactive profiles are not modified. A temporary
|
|
78
|
-
`hermes -p <name>` selection in another process is not inferred by setup. To
|
|
79
|
-
target a named profile explicitly, pass its profile directory as
|
|
80
|
-
`HERMES_HOME`:
|
|
64
|
+
## Memory is separated by project
|
|
81
65
|
|
|
82
|
-
|
|
83
|
-
HERMES_HOME="$HOME/.hermes/profiles/work" kiokuko setup --clients hermes
|
|
84
|
-
```
|
|
66
|
+
Ordinary searches do not mix in memories from unrelated projects.
|
|
85
67
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
from `command -v`:
|
|
68
|
+
- **Project memory**
|
|
69
|
+
Knowledge used only in the current repository
|
|
89
70
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
71
|
+
- **Ecosystem memory**
|
|
72
|
+
Knowledge kept in its source project and reused only when its language, framework, database, runtime, tool, or other applicability constraints match the current project
|
|
73
|
+
|
|
74
|
+
- **Global memory**
|
|
75
|
+
Knowledge explicitly generalized for reuse across projects without depending on one particular project
|
|
76
|
+
|
|
77
|
+
Matching free-form tags alone does not expose Project memory to other projects. Ecosystem retrieval checks both the memory's structured applicability and the technology fingerprint detected from the current project. Memories containing project-specific paths or identifiers are excluded.
|
|
78
|
+
|
|
79
|
+
Projects are automatically identified from Git remotes or paths.
|
|
98
80
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
| Client | MCP config | Global instructions | Runtime guard | Standard skill |
|
|
102
|
-
|---|---|---|---|---|
|
|
103
|
-
| Codex | `$CODEX_HOME/config.toml` or `~/.codex/config.toml` | `$CODEX_HOME/AGENTS.md` or `~/.codex/AGENTS.md` | — | `~/.agents/skills/kiokuko-ui-design-soul` |
|
|
104
|
-
| OpenCode | `$XDG_CONFIG_HOME/opencode/opencode.json` or `~/.config/opencode/opencode.json` | the adjacent `AGENTS.md` | `plugins/kiokuko-loop-guard.js` | global config `skills/kiokuko-ui-design-soul` |
|
|
105
|
-
| Claude Code | `$CLAUDE_CONFIG_DIR/.claude.json` or `~/.claude.json` | `$CLAUDE_CONFIG_DIR/CLAUDE.md` or `~/.claude/CLAUDE.md` | — | Claude config `skills/kiokuko-ui-design-soul` |
|
|
106
|
-
| Hermes Agent | effective profile `config.yaml` under `$HERMES_HOME`, `$HOME/.hermes`, or `%LOCALAPPDATA%/hermes` | none | none | effective profile `skills/kiokuko-ui-design-soul` |
|
|
107
|
-
|
|
108
|
-
Hermes is configured as a profile-scoped native stdio MCP server with `command: kiokuko` and `args: [mcp]`. A managed canonical entry can have its `command` migrated with `--command`; `args`, comments, and other servers are preserved. Unmanaged entries, extra fields, and non-`mcp` args remain conflicts. `setup` follows `hermes config path` when available, then a valid sticky `active_profile` when `HERMES_HOME` is a root, and never silently falls back from a missing named profile.
|
|
109
|
-
|
|
110
|
-
If an OpenCode `opencode.jsonc` already exists, Kiokuko updates that file and
|
|
111
|
-
preserves comments. If Codex already has an unmanaged
|
|
112
|
-
`[mcp_servers.kiokuko]` table, setup refuses to guess which configuration to
|
|
113
|
-
overwrite. The managed OpenCode guard caps visible agents at 12 steps, permits
|
|
114
|
-
`task_prepare` and `memory_checkpoint` only once per user request, closes tool
|
|
115
|
-
use after a checkpoint, and stops repeated calls or read-only discovery results
|
|
116
|
-
after three unchanged iterations. It keeps its counters and fingerprints in
|
|
117
|
-
process memory only.
|
|
118
|
-
|
|
119
|
-
Each bundled skill file carries a Kiokuko management marker. Setup replaces only
|
|
120
|
-
the fixed known files, reports exact matches as unchanged, and leaves unrelated
|
|
121
|
-
sibling files alone. If a same-name skill file lacks the marker, setup stops with
|
|
122
|
-
`CONFLICT` before any file or database write.
|
|
123
|
-
|
|
124
|
-
## Memory scope
|
|
125
|
-
|
|
126
|
-
The database is global to the OS user, but ordinary recall is not a global
|
|
127
|
-
full-database search:
|
|
128
|
-
|
|
129
|
-
- `project` memory is resolved automatically from `.kiokuko.json`, the known
|
|
130
|
-
canonical path, or the Git remote. Another project's memory is excluded.
|
|
131
|
-
- `global` memory is reserved for genuinely cross-project preferences and
|
|
132
|
-
lessons. New global lessons should include applicability (language,
|
|
133
|
-
framework, runtime, database, tool, or platform) or an explicit portable
|
|
134
|
-
reason; unscoped global candidates are penalized during task preparation.
|
|
135
|
-
- default `auto` recall returns only the current project plus global memory.
|
|
136
|
-
- a repository without a remote gets a stable path-derived identity. Kiokuko
|
|
137
|
-
does not write anything into the repository during automatic resolution.
|
|
138
|
-
|
|
139
|
-
The MCP surface is deliberately small:
|
|
140
|
-
|
|
141
|
-
- `task_prepare`: once per user request, run the Akinator intake, open a
|
|
142
|
-
lightweight execution-ledger run, and return one bounded ranked context
|
|
143
|
-
delivery from the current project plus applicable global memory. The run and
|
|
144
|
-
delivery IDs are returned for the final checkpoint.
|
|
145
|
-
- `task_answer`: continue an intake only with an answer grounded in the user
|
|
146
|
-
request or verified repository evidence.
|
|
147
|
-
- `memory_recall`: read bounded project/global context, always marked untrusted.
|
|
148
|
-
- `curator_check`: before the final checkpoint, return only skill-ready
|
|
149
|
-
candidates by default. A qualified hit is a completed, actionable Akinator
|
|
150
|
-
path with fresh verification or a passing test; retrieval frequency is never
|
|
151
|
-
counted.
|
|
152
|
-
- `curator_globalize`: store one revision-checked regenerated draft only after
|
|
153
|
-
the user explicitly approves the displayed skill name and three-line overview.
|
|
154
|
-
- `memory_checkpoint`: once at the end of a user request, atomically store
|
|
155
|
-
candidate memory, bounded evidence, context feedback, ledger links, and the
|
|
156
|
-
terminal run outcome. It also records the Akinator narrowing path for each
|
|
157
|
-
proposed memory. Secret-like content, absolute paths, raw output, and
|
|
158
|
-
unbounded evidence are rejected.
|
|
159
|
-
|
|
160
|
-
Search uses additive hybrid lanes: exact structured signals, word FTS5,
|
|
161
|
-
trigram substring FTS5, bounded literal fallback, and exact tags. Existing
|
|
162
|
-
word-search data remains intact across migrations. Use
|
|
163
|
-
`kiokuko setup --clients opencode --opencode-capture minimal|standard` to opt
|
|
164
|
-
into in-memory OpenCode evidence metadata, and add
|
|
165
|
-
`--opencode-mode strict` only when mutating tools must follow `task_prepare`.
|
|
166
|
-
|
|
167
|
-
## Curator
|
|
168
|
-
|
|
169
|
-
`kiokuko curator` finds project candidate memories that look reusable across
|
|
170
|
-
projects. It deterministically removes project identifiers and paths, then
|
|
171
|
-
regenerates a portable draft with purpose, procedure, applicability, and
|
|
172
|
-
verification sections. It prints the skill name, a three-line overview, and
|
|
173
|
-
the full draft before asking for explicit confirmation. Curator separately
|
|
174
|
-
reports qualified hits, independent runs, workspaces, and abstraction-to-action
|
|
175
|
-
silo completeness. Use `--skill-ready-only` for the filtered periodic-prompt
|
|
176
|
-
set, `--json` to inspect candidates without changing memory, `--yes` only for
|
|
177
|
-
an explicit batch confirmation, or `--entry-id <id>` to review one entry:
|
|
81
|
+
To move Project memory to Global memory, review the candidate with Curator and explicitly approve it.
|
|
178
82
|
|
|
179
83
|
```bash
|
|
180
84
|
kiokuko curator
|
|
181
|
-
kiokuko curator --json
|
|
182
|
-
kiokuko curator --skill-ready-only
|
|
183
|
-
kiokuko curator --entry-id <entry-id>
|
|
184
85
|
```
|
|
185
86
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
user action. The generated draft—not the original project-specific body—is
|
|
190
|
-
stored as the Global entry. The generator is local and deterministic; it does
|
|
191
|
-
not call an external LLM. Globalized entries retain source workspace, source
|
|
192
|
-
revision, and provenance, and remain untrusted candidates until separately
|
|
193
|
-
promoted.
|
|
194
|
-
|
|
195
|
-
This is instruction-driven automatic use for clients with instruction surfaces,
|
|
196
|
-
not prompt interception. Codex, OpenCode, Claude Code, and Hermes Agent can still
|
|
197
|
-
choose not to call a tool on a particular turn; Hermes automatic/model use is best
|
|
198
|
-
effort from MCP tool descriptions. Hermes's built-in memory and skills
|
|
199
|
-
remain separate. Kiokuko does not capture full transcripts or install fetched skills,
|
|
200
|
-
create a Hermes global instruction file, or silently promote memory to verified
|
|
201
|
-
status. The bounded local loop guard described above is the only plugin installed
|
|
202
|
-
for OpenCode; the bundled standard skill is a native client skill, not a plugin.
|
|
203
|
-
|
|
204
|
-
## Development
|
|
87
|
+
## Review your memories
|
|
88
|
+
|
|
89
|
+
The local Web UI lets you search, review, and edit saved memories.
|
|
205
90
|
|
|
206
91
|
```bash
|
|
207
|
-
|
|
208
|
-
npm run typecheck
|
|
209
|
-
npm test
|
|
210
|
-
npm run build
|
|
211
|
-
npm pack --dry-run
|
|
92
|
+
kiokuko web
|
|
212
93
|
```
|
|
213
94
|
|
|
214
|
-
|
|
95
|
+
Open the following address in your browser.
|
|
215
96
|
|
|
216
|
-
```
|
|
217
|
-
|
|
218
|
-
npm exec -- tsx src/bin/kiokuko.ts mcp
|
|
97
|
+
```text
|
|
98
|
+
http://127.0.0.1:4173
|
|
219
99
|
```
|
|
220
100
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
result also identifies matching capabilities and clearly distinguishes
|
|
237
|
-
available, missing, and unknown skills. The catalog is ephemeral and is not
|
|
238
|
-
stored. The CLI `guide` commands expose the same intake for manual use:
|
|
239
|
-
|
|
240
|
-
For tasks containing concrete UI vocabulary such as UI, UX, frontend, screen,
|
|
241
|
-
SwiftUI, or accessibility, `task_prepare` explicitly recommends
|
|
242
|
-
`kiokuko-ui-design-soul` when it is present in the client catalog. Generic
|
|
243
|
-
`design`, backend-only work, and image-only generation do not trigger it.
|
|
101
|
+
The Web UI runs only in the local environment and is not exposed to external networks.
|
|
102
|
+
The Web UI and explicit memory CLI commands are human/operator management
|
|
103
|
+
surfaces. They are not model task-entry fallbacks for `task_prepare` and
|
|
104
|
+
`task_answer`.
|
|
105
|
+
|
|
106
|
+
## External Skills
|
|
107
|
+
|
|
108
|
+
External skill discovery is reference-only and uses `official` mode by default
|
|
109
|
+
during Akinator task preparation. Kiokuko verifies the current GitHub commit,
|
|
110
|
+
stores bounded content as untrusted candidate memory, and never installs or
|
|
111
|
+
executes it. Set `KIOKUKO_SKILL_DISCOVERY=off` to disable automatic discovery;
|
|
112
|
+
`community` remains explicit opt-in. Interactive `kiokuko setup` asks before
|
|
113
|
+
enabling it; batch setup can use `--skill-discovery community`.
|
|
114
|
+
|
|
115
|
+
Example commands:
|
|
244
116
|
|
|
245
117
|
```bash
|
|
246
|
-
kiokuko
|
|
247
|
-
|
|
248
|
-
kiokuko
|
|
249
|
-
|
|
250
|
-
kiokuko guide answer <session-id> --workspace <workspace> \
|
|
251
|
-
--question-id expected --value "All tests pass" --json
|
|
252
|
-
kiokuko guide context <session-id> --workspace <workspace> --json
|
|
118
|
+
kiokuko skills find svelte --official-only --json
|
|
119
|
+
kiokuko skills list
|
|
120
|
+
kiokuko skills disable sveltejs/ai-tools/svelte-code-writer
|
|
121
|
+
kiokuko skills refresh sveltejs/ai-tools/svelte-code-writer
|
|
253
122
|
```
|
|
254
123
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
from the single allowlisted fallback repository:
|
|
124
|
+
The Web UI's External Skills screen can inspect source state and disable or
|
|
125
|
+
re-enable imported mappings. It has no install, script, or MCP registration action.
|
|
258
126
|
|
|
259
|
-
|
|
127
|
+
## Security
|
|
260
128
|
|
|
261
|
-
|
|
262
|
-
fallback. A catalog containing any skill also disables it. Manual CLI use must
|
|
263
|
-
state the same condition explicitly with `guide context ... --no-client-skills`.
|
|
264
|
-
Skills marked `disable-model-invocation: true` are excluded from automatic
|
|
265
|
-
selection.
|
|
129
|
+
Kiokuko does not store full conversations.
|
|
266
130
|
|
|
267
|
-
|
|
268
|
-
untrusted reference material and is never auto-promoted to `verified` or
|
|
269
|
-
executed as a command. Repeated sync is content-hash idempotent.
|
|
131
|
+
It refuses to store content that looks like a secret, such as passwords, API keys, tokens, or private keys.
|
|
270
132
|
|
|
271
|
-
|
|
133
|
+
Saved memories are always treated as reference information. Current code, configuration, and execution results take precedence over past memories.
|
|
272
134
|
|
|
273
|
-
|
|
274
|
-
|
|
135
|
+
External skill discovery is a reference-only feature. Akinator uses `official`
|
|
136
|
+
mode by default; set `KIOKUKO_SKILL_DISCOVERY=off` to disable it or `community`
|
|
137
|
+
to include audited community candidates. External skills are commit-pinned,
|
|
138
|
+
stored as untrusted candidate references, and are never installed or executed
|
|
139
|
+
automatically.
|
|
275
140
|
|
|
276
|
-
|
|
277
|
-
kiokuko web
|
|
278
|
-
# open http://127.0.0.1:4173
|
|
279
|
-
```
|
|
141
|
+
## Note
|
|
280
142
|
|
|
281
|
-
|
|
282
|
-
|
|
143
|
+
Kiokuko is not a prompt interception mechanism. Automatic use depends on MCP calls from each AI client and model, so there is no guarantee that it will be called on every turn.
|
|
144
|
+
|
|
145
|
+
See the following for more detailed commands.
|
|
283
146
|
|
|
284
147
|
```bash
|
|
285
|
-
|
|
286
|
-
|
|
148
|
+
kiokuko --help
|
|
149
|
+
kiokuko setup --help
|
|
287
150
|
```
|
|
288
|
-
|
|
289
|
-
The UI supports English, Japanese, Simplified Chinese, and Korean. It uses the
|
|
290
|
-
browser language on first use, persists an explicit language selection in the
|
|
291
|
-
browser, and accepts `?lang=en`, `?lang=ja`, `?lang=zh-CN`, or `?lang=ko` as an
|
|
292
|
-
override.
|
|
293
|
-
|
|
294
|
-
Use `--port 0` to select an available port, or `--json` to print the selected
|
|
295
|
-
URL as JSON. The web UI does not expose the server on non-loopback interfaces.
|
|
296
|
-
Verified and superseded entries are read-only; editing a candidate uses an
|
|
297
|
-
optimistic revision check and preserves the audit trail.
|
|
298
|
-
Tags such as `bot:researcher`, `bot:builder`, and `bot:reviewer` can be used as
|
|
299
|
-
cross-genre filters. Clicking a tag in an entry or in the sidebar shows every
|
|
300
|
-
matching entry regardless of its memory type.
|
|
301
|
-
|
|
302
|
-
Memory entries are untrusted stored data. Verify current files and runtime
|
|
303
|
-
state before relying on historical entries. Never store passwords, API keys,
|
|
304
|
-
tokens, private keys, or session cookies.
|
|
305
|
-
|
|
306
|
-
This repository is not published automatically. `npm publish`, commits, and
|
|
307
|
-
pushes require explicit user authorization.
|