knodin 0.8.6 → 0.9.0

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.
Files changed (67) hide show
  1. package/README.md +6 -0
  2. package/dist/bin/cli.js +459 -95
  3. package/dist/bin/launcher.js +0 -0
  4. package/dist/fixtures/update-verification/config/application.xml +4 -0
  5. package/dist/fixtures/update-verification/dbt/manifest.json +17 -0
  6. package/dist/fixtures/update-verification/dbt/models/accounts.sql +1 -0
  7. package/dist/fixtures/update-verification/dbt/models/contacts.sql +1 -0
  8. package/dist/fixtures/update-verification/fixture.json +147 -0
  9. package/dist/fixtures/update-verification/force-app/main/default/classes/UpdateFixture.cls +14 -0
  10. package/dist/fixtures/update-verification/force-app/main/default/flows/Update_Verification.flow-meta.xml +9 -0
  11. package/dist/fixtures/update-verification/package.json +5 -0
  12. package/dist/fixtures/update-verification/prisma/schema.prisma +10 -0
  13. package/dist/fixtures/update-verification/sql/functions.sql +16 -0
  14. package/dist/fixtures/update-verification/src/CsharpFixture.cs +6 -0
  15. package/dist/fixtures/update-verification/src/JavaFixture.java +9 -0
  16. package/dist/fixtures/update-verification/src/javascript.js +7 -0
  17. package/dist/fixtures/update-verification/src/python_fixture.py +6 -0
  18. package/dist/fixtures/update-verification/src/typescript.ts +7 -0
  19. package/dist/fixtures/update-verification/terraform/main.tf +7 -0
  20. package/dist/fixtures/update-verification/terraform/modules/verified-child/main.tf +3 -0
  21. package/dist/src/agent-integration.js +26 -3
  22. package/dist/src/backup-retention.js +811 -0
  23. package/dist/src/cli-model.js +66 -9
  24. package/dist/src/docs-sections.js +1 -0
  25. package/dist/src/doctor.js +142 -12
  26. package/dist/src/engine/embeddings.js +8 -1
  27. package/dist/src/engine/index.js +355 -292
  28. package/dist/src/init.js +223 -164
  29. package/dist/src/manager-update.js +455 -0
  30. package/dist/src/release-preflight.js +106 -95
  31. package/dist/src/repair-lease.js +77 -8
  32. package/dist/src/repository-management.js +219 -3
  33. package/dist/src/response-budget.js +5 -1
  34. package/dist/src/server.js +18 -5
  35. package/dist/src/shared-index/compatibility.js +4 -2
  36. package/dist/src/skill-management.js +149 -0
  37. package/dist/src/system-config.js +176 -16
  38. package/dist/src/system-management.js +508 -0
  39. package/dist/src/tools/knodin-tools.js +174 -22
  40. package/dist/src/update-ceremony.js +20 -24
  41. package/dist/src/update-coordination.js +158 -0
  42. package/dist/src/update-executor.js +336 -0
  43. package/dist/src/update-verifier.js +358 -0
  44. package/docs/BACKUP-RETENTION.md +54 -0
  45. package/docs/CLI.md +13 -0
  46. package/docs/DOCTOR-AND-UPDATES.md +44 -12
  47. package/docs/SIGNED-UPDATES.md +29 -22
  48. package/docs/SYSTEMS-AND-RELATIONSHIPS.md +27 -6
  49. package/docs/prompts/declare-multi-repository-system.md +18 -0
  50. package/docs/releases/0.8.7.md +27 -0
  51. package/docs/releases/0.9.0.md +43 -0
  52. package/package.json +11 -2
  53. package/roadmap/competitive-roadmap.md +8 -0
  54. package/skills/knodin-debug/SKILL.md +12 -0
  55. package/skills/knodin-debug/agents/openai.yaml +4 -0
  56. package/skills/knodin-explore/SKILL.md +11 -0
  57. package/skills/knodin-explore/agents/openai.yaml +4 -0
  58. package/skills/knodin-impact/SKILL.md +11 -0
  59. package/skills/knodin-impact/agents/openai.yaml +4 -0
  60. package/skills/knodin-lifecycle/SKILL.md +12 -0
  61. package/skills/knodin-lifecycle/agents/openai.yaml +4 -0
  62. package/skills/knodin-refactor/SKILL.md +12 -0
  63. package/skills/knodin-refactor/agents/openai.yaml +4 -0
  64. package/skills/knodin-review/SKILL.md +11 -0
  65. package/skills/knodin-review/agents/openai.yaml +4 -0
  66. package/skills/knodin-systems/SKILL.md +14 -0
  67. package/skills/knodin-systems/agents/openai.yaml +4 -0
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # knodin
2
2
 
3
+ For an approval-gated, evidence-first way to declare a multi-repository system, use the sanitized [assistant prompt](docs/prompts/declare-multi-repository-system.md).
4
+
5
+ `knodin init` installs focused `knodin-*` assistant skills for detected Codex,
6
+ Claude, and Gemini clients. Use `knodin skills list|install|remove|doctor` to
7
+ inspect or manage them explicitly; CLI-only scope installs none.
8
+
3
9
  <img src="https://cdn.jsdelivr.net/npm/knodin@latest/docs/assets/knodin-favicon.svg" alt="knodin caret-beak logo" width="96" height="96">
4
10
 
5
11
  > Local code intelligence that remembers how your code connects—and shows what