claude-code-kit 0.61.0__tar.gz → 0.63.0__tar.gz

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 (600) hide show
  1. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/.claude-plugin/marketplace.json +1 -1
  2. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/.claude-plugin/plugin.json +1 -1
  3. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/CHANGELOG.md +115 -0
  4. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/PKG-INFO +2 -2
  5. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/README.md +1 -1
  6. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/orchestrator.md +6 -3
  7. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/catalog/mcp.yaml +9 -0
  8. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/influences.md +1 -0
  9. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/install.md +1 -1
  10. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/guard-kubectl-delete.sh +1 -0
  11. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/pyproject.toml +1 -1
  12. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/tool-design.md +104 -0
  13. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/context-engineering/SKILL.md +63 -3
  14. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/__init__.py +1 -1
  15. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/.gitignore +0 -0
  16. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/CLAUDE.md +0 -0
  17. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/CONTRIBUTING.md +0 -0
  18. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/LICENSE +0 -0
  19. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/acceptance-reviewer.md +0 -0
  20. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/auditor.md +0 -0
  21. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/dependency-scanner.md +0 -0
  22. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/developer.md +0 -0
  23. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/devils-advocate.md +0 -0
  24. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/devops-engineer.md +0 -0
  25. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/e2e-tester.md +0 -0
  26. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/em-reviewer.md +0 -0
  27. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/incident-responder.md +0 -0
  28. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/merge-reviewer.md +0 -0
  29. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/observability-engineer.md +0 -0
  30. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/owasp-reviewer.md +0 -0
  31. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/policy-validator.md +0 -0
  32. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/pr-raiser.md +0 -0
  33. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/risk-classifier.md +0 -0
  34. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/sdlc-code-reviewer.md +0 -0
  35. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/secret-scanner.md +0 -0
  36. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/security-reviewer.md +0 -0
  37. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/senior-backend-dev.md +0 -0
  38. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/senior-frontend-dev.md +0 -0
  39. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/senior-tester.md +0 -0
  40. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/spec-doc-writer.md +0 -0
  41. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/story-planner.md +0 -0
  42. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/technical-architect.md +0 -0
  43. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/tester.md +0 -0
  44. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/ui-designer.md +0 -0
  45. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/agents/unit-tester.md +0 -0
  46. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/catalog/capture.yaml +0 -0
  47. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/catalog/org.yaml +0 -0
  48. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/catalog/profiles.yaml +0 -0
  49. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/catalog/stacks.yaml +0 -0
  50. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/commands/abort.md +0 -0
  51. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/commands/init.md +0 -0
  52. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/commands/sdlc.md +0 -0
  53. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/commands/status.md +0 -0
  54. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/KNOWN_LIMITATIONS.md +0 -0
  55. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/RELEASE-POLICY.md +0 -0
  56. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/agentic-patterns.md +0 -0
  57. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/agents.md +0 -0
  58. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/architecture.md +0 -0
  59. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/autonomous-operation.md +0 -0
  60. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/capture-a-real-run.md +0 -0
  61. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/cli.md +0 -0
  62. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/coverage-audit.md +0 -0
  63. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/cursor-export.md +0 -0
  64. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/eval-harness.md +0 -0
  65. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/launch/awesome-prs.md +0 -0
  66. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/launch/demo-script.md +0 -0
  67. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/launch/directory-submission.md +0 -0
  68. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/launch/github-about.md +0 -0
  69. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/launch/posts.md +0 -0
  70. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/launch/road-to-1.0.md +0 -0
  71. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/launch/seed-issues.md +0 -0
  72. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/org-capabilities.md +0 -0
  73. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/rules-context-budget.md +0 -0
  74. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/skill-audit.md +0 -0
  75. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/stack-skills/GAP-ANALYSIS.md +0 -0
  76. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/stack-skills/README.md +0 -0
  77. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/docs/stack-skills/REPO-INVENTORY.md +0 -0
  78. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/hooks.json +0 -0
  79. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/audit-log.sh +0 -0
  80. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/capture-learnings.sh +0 -0
  81. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/guard-destructive-git.sh +0 -0
  82. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/guard-push-main.sh +0 -0
  83. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/guard-secrets.sh +0 -0
  84. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/lint-fix.sh +0 -0
  85. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/load-autonomy.sh +0 -0
  86. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/load-continuity.sh +0 -0
  87. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/load-learnings.sh +0 -0
  88. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/type-check.sh +0 -0
  89. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/validate-frontmatter.sh +0 -0
  90. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/validate-settings.sh +0 -0
  91. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/warn-large-edits.sh +0 -0
  92. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/warn-llm-io.sh +0 -0
  93. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/warn-missing-tests.sh +0 -0
  94. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/warn-sensitive-files.sh +0 -0
  95. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/hooks/scripts/warn-shared-modules.sh +0 -0
  96. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/agent-guardrails.md +0 -0
  97. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/agent-memory.md +0 -0
  98. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/agent-resilience.md +0 -0
  99. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/autonomy-levels.md +0 -0
  100. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/code-organization.md +0 -0
  101. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/continuity.md +0 -0
  102. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/design-patterns.md +0 -0
  103. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/devops-observability.md +0 -0
  104. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/documentation.md +0 -0
  105. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/evals.md +0 -0
  106. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/frontend-best-practices.md +0 -0
  107. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/goal-setting-and-monitoring.md +0 -0
  108. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/human-in-the-loop.md +0 -0
  109. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/linting-and-formatting.md +0 -0
  110. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/mandatory-workflow.md +0 -0
  111. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/model-tiers.md +0 -0
  112. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/quality-gates.md +0 -0
  113. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/rarv-cycle.md +0 -0
  114. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/reasoning-techniques.md +0 -0
  115. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/resilience-engineering.md +0 -0
  116. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/responsive-and-accessibility.md +0 -0
  117. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/risk-classification.md +0 -0
  118. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/testing.md +0 -0
  119. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/rules/wave-orchestration.md +0 -0
  120. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/schemas/README.md +0 -0
  121. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/schemas/catalog-capture.schema.json +0 -0
  122. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/schemas/catalog-mcp.schema.json +0 -0
  123. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/schemas/catalog-org.schema.json +0 -0
  124. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/schemas/catalog-profiles.schema.json +0 -0
  125. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/schemas/catalog-stacks.schema.json +0 -0
  126. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/schemas/mcp-lock.schema.json +0 -0
  127. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/schemas/org-pack.schema.json +0 -0
  128. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/schemas/pipeline-snapshot.schema.json +0 -0
  129. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/scripts/backfill-releases.sh +0 -0
  130. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/scripts/capture-sdlc-run.sh +0 -0
  131. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/scripts/check_cross_references.py +0 -0
  132. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/scripts/check_docs_consistency.py +0 -0
  133. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/scripts/check_mcp_pins.py +0 -0
  134. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/scripts/check_rule_sizes.py +0 -0
  135. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/scripts/check_skill_descriptions.py +0 -0
  136. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/scripts/gen_hooks.py +0 -0
  137. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/scripts/init.sh +0 -0
  138. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/_references/accessibility-checklist.md +0 -0
  139. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/_references/orchestration-patterns.md +0 -0
  140. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/_references/performance-checklist.md +0 -0
  141. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/_references/security-checklist.md +0 -0
  142. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/_references/testing-patterns.md +0 -0
  143. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/accessibility-review/SKILL.md +0 -0
  144. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/alembic-migrations/README.md +0 -0
  145. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/alembic-migrations/SKILL.md +0 -0
  146. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/alembic-migrations/references/alembic-setup-and-env.md +0 -0
  147. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/alembic-migrations/references/async-and-multitenant-migrations.md +0 -0
  148. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/alembic-migrations/references/repo-evidence.md +0 -0
  149. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/alembic-migrations/references/troubleshooting-and-debugging.md +0 -0
  150. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/alembic-migrations/references/writing-migrations.md +0 -0
  151. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/anthropic-vertex-integration/README.md +0 -0
  152. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/anthropic-vertex-integration/SKILL.md +0 -0
  153. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/anthropic-vertex-integration/references/generate-helpers-and-retry.md +0 -0
  154. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/anthropic-vertex-integration/references/repo-evidence.md +0 -0
  155. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/anthropic-vertex-integration/references/vertex-client-and-auth.md +0 -0
  156. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/api-and-interface-design/SKILL.md +0 -0
  157. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/api-integration/SKILL.md +0 -0
  158. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/api-pagination-filtering-sorting/README.md +0 -0
  159. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/api-pagination-filtering-sorting/SKILL.md +0 -0
  160. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/api-pagination-filtering-sorting/references/query-params-conventions.md +0 -0
  161. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/api-pagination-filtering-sorting/references/repo-evidence.md +0 -0
  162. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/api-pagination-filtering-sorting/references/response-metadata.md +0 -0
  163. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/archive-sprint/SKILL.md +0 -0
  164. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/async-python-patterns/README.md +0 -0
  165. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/async-python-patterns/SKILL.md +0 -0
  166. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/async-python-patterns/references/async-boundaries.md +0 -0
  167. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/async-python-patterns/references/lifecycle-and-gather.md +0 -0
  168. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/async-python-patterns/references/repo-evidence.md +0 -0
  169. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/auth-and-rbac/README.md +0 -0
  170. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/auth-and-rbac/SKILL.md +0 -0
  171. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/auth-and-rbac/references/auth-dependencies.md +0 -0
  172. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/auth-and-rbac/references/rbac-and-permissions.md +0 -0
  173. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/auth-and-rbac/references/repo-evidence.md +0 -0
  174. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/auth-and-rbac/references/security-hardening.md +0 -0
  175. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/auth-and-rbac/references/tokens-and-hashing.md +0 -0
  176. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/backend-repo-architecture/README.md +0 -0
  177. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/backend-repo-architecture/SKILL.md +0 -0
  178. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/backend-repo-architecture/references/deployment-patterns.md +0 -0
  179. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/backend-repo-architecture/references/entrypoint-and-config.md +0 -0
  180. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/backend-repo-architecture/references/repo-evidence.md +0 -0
  181. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/backend-repo-architecture/references/structure-patterns.md +0 -0
  182. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/backend-repo-architecture/references/troubleshooting.md +0 -0
  183. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/backlog/SKILL.md +0 -0
  184. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/backlog/item-template.md +0 -0
  185. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/browser-testing-with-devtools/SKILL.md +0 -0
  186. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/bug-hunt/SKILL.md +0 -0
  187. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/ci-cd-and-automation/SKILL.md +0 -0
  188. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/code-review-and-quality/SKILL.md +0 -0
  189. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/code-simplification/SKILL.md +0 -0
  190. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/component-design/SKILL.md +0 -0
  191. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/configargparse-yaml-env-layering/README.md +0 -0
  192. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/configargparse-yaml-env-layering/SKILL.md +0 -0
  193. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/configargparse-yaml-env-layering/references/config-layering-anatomy.md +0 -0
  194. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/configargparse-yaml-env-layering/references/mode-dispatch-and-precedence.md +0 -0
  195. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/configargparse-yaml-env-layering/references/repo-evidence.md +0 -0
  196. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/consolidate-learnings/SKILL.md +0 -0
  197. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/containerization-and-deployment/README.md +0 -0
  198. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/containerization-and-deployment/SKILL.md +0 -0
  199. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/containerization-and-deployment/references/deployment-and-secrets.md +0 -0
  200. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/containerization-and-deployment/references/dockerfile-and-compose.md +0 -0
  201. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/containerization-and-deployment/references/entrypoint-and-modes.md +0 -0
  202. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/containerization-and-deployment/references/kerberos-kinit-bootstrap.md +0 -0
  203. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/containerization-and-deployment/references/makefile-dev-workflow.md +0 -0
  204. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/containerization-and-deployment/references/repo-evidence.md +0 -0
  205. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/cron-and-scheduled-jobs/README.md +0 -0
  206. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/cron-and-scheduled-jobs/SKILL.md +0 -0
  207. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/cron-and-scheduled-jobs/references/choosing-and-operations.md +0 -0
  208. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/cron-and-scheduled-jobs/references/kubernetes-cronjob.md +0 -0
  209. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/cron-and-scheduled-jobs/references/repo-evidence.md +0 -0
  210. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/cron-and-scheduled-jobs/references/temporal-schedules.md +0 -0
  211. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/data-engineering-bigquery-gcs/README.md +0 -0
  212. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/data-engineering-bigquery-gcs/SKILL.md +0 -0
  213. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/data-engineering-bigquery-gcs/references/bigquery-advanced-patterns.md +0 -0
  214. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/data-engineering-bigquery-gcs/references/bigquery-gcs-io.md +0 -0
  215. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/data-engineering-bigquery-gcs/references/medallion-architecture.md +0 -0
  216. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/data-engineering-bigquery-gcs/references/repo-evidence.md +0 -0
  217. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/data-engineering-bigquery-gcs/references/temp-table-merge-pattern.md +0 -0
  218. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/debugging-and-error-recovery/SKILL.md +0 -0
  219. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/decision/SKILL.md +0 -0
  220. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/decision/adr-template.md +0 -0
  221. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/dependency-verification/SKILL.md +0 -0
  222. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/deploy/SKILL.md +0 -0
  223. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/deprecation-and-migration/SKILL.md +0 -0
  224. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-patterns-and-conventions/README.md +0 -0
  225. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-patterns-and-conventions/SKILL.md +0 -0
  226. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-patterns-and-conventions/references/anti-patterns.md +0 -0
  227. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-patterns-and-conventions/references/naming-and-layout.md +0 -0
  228. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-patterns-and-conventions/references/patterns-catalog.md +0 -0
  229. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-patterns-and-conventions/references/repo-evidence.md +0 -0
  230. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-patterns-and-conventions/references/testing-patterns.md +0 -0
  231. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-patterns-and-conventions/references/troubleshooting.md +0 -0
  232. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-system-ops/README.md +0 -0
  233. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-system-ops/SKILL.md +0 -0
  234. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-system-ops/references/ai-readiness.md +0 -0
  235. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-system-ops/references/drift-detection.md +0 -0
  236. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-system-ops/references/governance-and-adoption.md +0 -0
  237. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-system-ops/references/system-health-and-maturity.md +0 -0
  238. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/design-system-ops/references/token-architecture.md +0 -0
  239. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/doc-consolidation/SKILL.md +0 -0
  240. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/docker-compose/README.md +0 -0
  241. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/docker-compose/SKILL.md +0 -0
  242. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/docker-compose/references/compose-services-and-healthchecks.md +0 -0
  243. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/docker-compose/references/compose-skeletons.md +0 -0
  244. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/docker-compose/references/dev-vs-prod-variants.md +0 -0
  245. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/docker-compose/references/repo-evidence.md +0 -0
  246. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/docker-shared/README.md +0 -0
  247. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/docker-shared/SKILL.md +0 -0
  248. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/docker-shared/references/dockerignore-and-build-secrets.md +0 -0
  249. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/docker-shared/references/repo-evidence.md +0 -0
  250. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/docker-shared/references/shared-base-images.md +0 -0
  251. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/docker-shared/references/shared-compose-fragments.md +0 -0
  252. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/dockerfile-backend/README.md +0 -0
  253. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/dockerfile-backend/SKILL.md +0 -0
  254. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/dockerfile-backend/references/backend-dockerfile-anatomy.md +0 -0
  255. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/dockerfile-backend/references/repo-evidence.md +0 -0
  256. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/dockerfile-backend/references/system-deps-and-caching.md +0 -0
  257. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/dockerfile-frontend/README.md +0 -0
  258. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/dockerfile-frontend/SKILL.md +0 -0
  259. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/dockerfile-frontend/references/build-args-and-nginx.md +0 -0
  260. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/dockerfile-frontend/references/frontend-dockerfile-anatomy.md +0 -0
  261. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/dockerfile-frontend/references/repo-evidence.md +0 -0
  262. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/documentation-and-adrs/SKILL.md +0 -0
  263. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/doubt-driven-development/SKILL.md +0 -0
  264. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/edge-to-service-trust-boundary/README.md +0 -0
  265. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/edge-to-service-trust-boundary/SKILL.md +0 -0
  266. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/edge-to-service-trust-boundary/references/repo-evidence.md +0 -0
  267. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/edge-to-service-trust-boundary/references/trust-contract.md +0 -0
  268. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/execute/SKILL.md +0 -0
  269. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/fastapi-service-patterns/README.md +0 -0
  270. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/fastapi-service-patterns/SKILL.md +0 -0
  271. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/fastapi-service-patterns/references/api-versioning.md +0 -0
  272. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/fastapi-service-patterns/references/app-factory-and-lifespan.md +0 -0
  273. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/fastapi-service-patterns/references/custom-route-and-middleware.md +0 -0
  274. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/fastapi-service-patterns/references/dependency-injection.md +0 -0
  275. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/fastapi-service-patterns/references/model-and-serialization-patterns.md +0 -0
  276. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/fastapi-service-patterns/references/repo-evidence.md +0 -0
  277. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/file-export-and-reporting/README.md +0 -0
  278. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/file-export-and-reporting/SKILL.md +0 -0
  279. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/file-export-and-reporting/references/excel-generation.md +0 -0
  280. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/file-export-and-reporting/references/repo-evidence.md +0 -0
  281. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/file-export-and-reporting/references/streaming-and-downloads.md +0 -0
  282. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/frontend-repo-architecture/README.md +0 -0
  283. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/frontend-repo-architecture/SKILL.md +0 -0
  284. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/frontend-repo-architecture/references/api-layer-and-types.md +0 -0
  285. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/frontend-repo-architecture/references/divergences.md +0 -0
  286. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/frontend-repo-architecture/references/repo-evidence.md +0 -0
  287. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/frontend-repo-architecture/references/structure-and-state.md +0 -0
  288. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/frontend-repo-architecture/references/testing-patterns.md +0 -0
  289. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/frontend-ui-engineering/SKILL.md +0 -0
  290. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/gcp-cloud-run-github-actions/README.md +0 -0
  291. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/gcp-cloud-run-github-actions/SKILL.md +0 -0
  292. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/gcp-cloud-run-github-actions/references/cloud-run-deploy.md +0 -0
  293. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/gcp-cloud-run-github-actions/references/repo-evidence.md +0 -0
  294. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/gcp-cloud-run-github-actions/references/workflow-structure.md +0 -0
  295. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/gcs-file-storage-patterns/README.md +0 -0
  296. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/gcs-file-storage-patterns/SKILL.md +0 -0
  297. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/gcs-file-storage-patterns/references/client-and-uploads.md +0 -0
  298. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/gcs-file-storage-patterns/references/repo-evidence.md +0 -0
  299. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/gcs-file-storage-patterns/references/signed-urls-and-reads.md +0 -0
  300. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/git-workflow-and-versioning/SKILL.md +0 -0
  301. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/grafana-dashboards-and-alerts/README.md +0 -0
  302. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/grafana-dashboards-and-alerts/SKILL.md +0 -0
  303. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/grafana-dashboards-and-alerts/references/dashboard-json-and-templating.md +0 -0
  304. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/grafana-dashboards-and-alerts/references/provisioning-and-organization.md +0 -0
  305. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/grafana-dashboards-and-alerts/references/red-dashboard-skeleton.md +0 -0
  306. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/grafana-dashboards-and-alerts/references/red-metrics-queries.md +0 -0
  307. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/grafana-dashboards-and-alerts/references/repo-evidence.md +0 -0
  308. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/grafana-dashboards-and-alerts/references/unified-alerting.md +0 -0
  309. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/graphql-patterns/README.md +0 -0
  310. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/graphql-patterns/SKILL.md +0 -0
  311. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/graphql-patterns/references/apollo-client-frontend.md +0 -0
  312. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/graphql-patterns/references/apollo-client-setup.md +0 -0
  313. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/graphql-patterns/references/repo-evidence.md +0 -0
  314. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/graphql-patterns/references/strawberry-backend.md +0 -0
  315. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/graphql-patterns/references/when-to-use-graphql.md +0 -0
  316. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/idea-refine/SKILL.md +0 -0
  317. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/idea-refine/examples.md +0 -0
  318. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/idea-refine/frameworks.md +0 -0
  319. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/idea-refine/refinement-criteria.md +0 -0
  320. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/idea-refine/scripts/idea-refine.sh +0 -0
  321. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/incident-postmortem/SKILL.md +0 -0
  322. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/incremental-implementation/SKILL.md +0 -0
  323. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/interview-me/SKILL.md +0 -0
  324. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kafka-config-driven/README.md +0 -0
  325. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kafka-config-driven/SKILL.md +0 -0
  326. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kafka-config-driven/references/config-and-sasl-kerberos.md +0 -0
  327. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kafka-config-driven/references/consumer-producer-patterns.md +0 -0
  328. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kafka-config-driven/references/repo-evidence.md +0 -0
  329. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kafka-config-driven/references/troubleshooting-and-patterns.md +0 -0
  330. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kubectl-operations/README.md +0 -0
  331. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kubectl-operations/SKILL.md +0 -0
  332. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kubectl-operations/references/command-reference.md +0 -0
  333. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kubectl-operations/references/context-namespace-rbac.md +0 -0
  334. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kubectl-operations/references/debugging-playbooks.md +0 -0
  335. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kubectl-operations/references/output-formats-and-selectors.md +0 -0
  336. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kubectl-operations/references/repo-evidence.md +0 -0
  337. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kubernetes-workload-hardening/README.md +0 -0
  338. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kubernetes-workload-hardening/SKILL.md +0 -0
  339. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kubernetes-workload-hardening/references/networkpolicy-and-rbac.md +0 -0
  340. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kubernetes-workload-hardening/references/repo-evidence.md +0 -0
  341. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/kubernetes-workload-hardening/references/securitycontext-and-podsecurity.md +0 -0
  342. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/langfuse-llm-tracing/README.md +0 -0
  343. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/langfuse-llm-tracing/SKILL.md +0 -0
  344. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/langfuse-llm-tracing/references/langfuse-client-and-tracing.md +0 -0
  345. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/langfuse-llm-tracing/references/python-and-typescript.md +0 -0
  346. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/langfuse-llm-tracing/references/repo-evidence.md +0 -0
  347. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/library-review/SKILL.md +0 -0
  348. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/load-testing/SKILL.md +0 -0
  349. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/manual-test/SKILL.md +0 -0
  350. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/modernization-and-migration/README.md +0 -0
  351. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/modernization-and-migration/SKILL.md +0 -0
  352. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/modernization-and-migration/references/migration-best-practices.md +0 -0
  353. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/modernization-and-migration/references/pydantic-v1-to-v2.md +0 -0
  354. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/modernization-and-migration/references/repo-evidence.md +0 -0
  355. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/modernization-and-migration/references/shared-internal-library.md +0 -0
  356. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/modernization-and-migration/references/sqlalchemy-14-to-20.md +0 -0
  357. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/multi-tenancy-patterns/README.md +0 -0
  358. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/multi-tenancy-patterns/SKILL.md +0 -0
  359. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/multi-tenancy-patterns/references/caching-patterns.md +0 -0
  360. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/multi-tenancy-patterns/references/isolation-strategies.md +0 -0
  361. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/multi-tenancy-patterns/references/repo-evidence.md +0 -0
  362. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/multi-tenancy-patterns/references/tenant-resolution.md +0 -0
  363. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/node-express-service/README.md +0 -0
  364. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/node-express-service/SKILL.md +0 -0
  365. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/node-express-service/references/app-factory-and-mode-dispatch.md +0 -0
  366. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/node-express-service/references/config-and-module-alias.md +0 -0
  367. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/node-express-service/references/middleware-patterns.md +0 -0
  368. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/node-express-service/references/repo-evidence.md +0 -0
  369. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/node-objection-knex/README.md +0 -0
  370. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/node-objection-knex/SKILL.md +0 -0
  371. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/node-objection-knex/references/migrations-and-validation.md +0 -0
  372. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/node-objection-knex/references/objection-model-and-knex.md +0 -0
  373. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/node-objection-knex/references/repo-evidence.md +0 -0
  374. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/notifications-and-messaging/README.md +0 -0
  375. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/notifications-and-messaging/SKILL.md +0 -0
  376. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/notifications-and-messaging/references/provider-abstraction.md +0 -0
  377. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/notifications-and-messaging/references/repo-evidence.md +0 -0
  378. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/notifications-and-messaging/references/templates-and-fallback.md +0 -0
  379. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/observability-and-logging/README.md +0 -0
  380. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/observability-and-logging/SKILL.md +0 -0
  381. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/observability-and-logging/references/health-and-readiness.md +0 -0
  382. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/observability-and-logging/references/logging-and-structlog.md +0 -0
  383. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/observability-and-logging/references/outbound-metrics-and-multi-mode.md +0 -0
  384. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/observability-and-logging/references/pii-redaction.md +0 -0
  385. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/observability-and-logging/references/repo-evidence.md +0 -0
  386. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/observability-and-logging/references/tracing-and-metrics.md +0 -0
  387. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/otel-tracing/README.md +0 -0
  388. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/otel-tracing/SKILL.md +0 -0
  389. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/otel-tracing/references/collector.md +0 -0
  390. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/otel-tracing/references/correlation.md +0 -0
  391. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/otel-tracing/references/gotchas.md +0 -0
  392. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/otel-tracing/references/instrumentation.md +0 -0
  393. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/otel-tracing/references/sampling.md +0 -0
  394. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/otel-tracing/references/tempo.md +0 -0
  395. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/over-engineering-review/SKILL.md +0 -0
  396. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/performance-optimization/SKILL.md +0 -0
  397. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/planning-and-task-breakdown/SKILL.md +0 -0
  398. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/playwright-verification/SKILL.md +0 -0
  399. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/pydantic-schema-patterns/README.md +0 -0
  400. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/pydantic-schema-patterns/SKILL.md +0 -0
  401. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/pydantic-schema-patterns/references/repo-evidence.md +0 -0
  402. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/pydantic-schema-patterns/references/settings-and-validation.md +0 -0
  403. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/pydantic-schema-patterns/references/troubleshooting-and-common-errors.md +0 -0
  404. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/pydantic-schema-patterns/references/v1-vs-v2.md +0 -0
  405. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/python-dao-and-database/README.md +0 -0
  406. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/python-dao-and-database/SKILL.md +0 -0
  407. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/python-dao-and-database/references/advanced-query-patterns.md +0 -0
  408. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/python-dao-and-database/references/basedao-and-sessions.md +0 -0
  409. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/python-dao-and-database/references/mongodb-advanced.md +0 -0
  410. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/python-dao-and-database/references/other-db-mongodb.md +0 -0
  411. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/python-dao-and-database/references/repo-evidence.md +0 -0
  412. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/python-dao-and-database/references/sqlalchemy-1x-vs-2x.md +0 -0
  413. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/radix-tailwind-component-patterns/README.md +0 -0
  414. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/radix-tailwind-component-patterns/SKILL.md +0 -0
  415. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/radix-tailwind-component-patterns/references/radix-primitives-and-variants.md +0 -0
  416. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/radix-tailwind-component-patterns/references/repo-evidence.md +0 -0
  417. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/radix-tailwind-component-patterns/references/tailwind-theme-and-cn.md +0 -0
  418. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/react-hook-form-zod-patterns/README.md +0 -0
  419. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/react-hook-form-zod-patterns/SKILL.md +0 -0
  420. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/react-hook-form-zod-patterns/references/form-setup-and-zod.md +0 -0
  421. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/react-hook-form-zod-patterns/references/multi-step-and-modes.md +0 -0
  422. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/react-hook-form-zod-patterns/references/repo-evidence.md +0 -0
  423. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/redis-caching-patterns/README.md +0 -0
  424. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/redis-caching-patterns/SKILL.md +0 -0
  425. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/redis-caching-patterns/references/cache-manager-and-fallback.md +0 -0
  426. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/redis-caching-patterns/references/namespacing-and-invalidation.md +0 -0
  427. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/redis-caching-patterns/references/repo-evidence.md +0 -0
  428. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/refresh-docs/SKILL.md +0 -0
  429. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/remember/SKILL.md +0 -0
  430. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/safety-critical-patterns/SKILL.md +0 -0
  431. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/scope/SKILL.md +0 -0
  432. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/scope/scope-template.md +0 -0
  433. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/sdlc/SKILL.md +0 -0
  434. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/security-and-hardening/SKILL.md +0 -0
  435. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/security-and-hardening/references/input-validation-and-uploads.md +0 -0
  436. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/security-and-hardening/references/llm-guardrails.md +0 -0
  437. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/security-and-hardening/references/owasp-top10-prevention.md +0 -0
  438. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/security-and-hardening/references/supply-chain-and-dependencies.md +0 -0
  439. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/security-verification/SKILL.md +0 -0
  440. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/shannon-ai-pentest/README.md +0 -0
  441. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/shannon-ai-pentest/SKILL.md +0 -0
  442. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/shannon-ai-pentest/references/operating-guide.md +0 -0
  443. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/shell-review/SKILL.md +0 -0
  444. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/shipping-and-launch/SKILL.md +0 -0
  445. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/simplification-debt/SKILL.md +0 -0
  446. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/smoke-test/SKILL.md +0 -0
  447. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/source-driven-development/SKILL.md +0 -0
  448. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/spec-driven-development/SKILL.md +0 -0
  449. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/sprint/SKILL.md +0 -0
  450. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/sprint/sprint-template.md +0 -0
  451. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/tanstack-react-query-patterns/README.md +0 -0
  452. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/tanstack-react-query-patterns/SKILL.md +0 -0
  453. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/tanstack-react-query-patterns/references/mutations-and-cache.md +0 -0
  454. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/tanstack-react-query-patterns/references/query-keys-and-hooks.md +0 -0
  455. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/tanstack-react-query-patterns/references/repo-evidence.md +0 -0
  456. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/task-tracker-sync/SKILL.md +0 -0
  457. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-config-driven/README.md +0 -0
  458. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-config-driven/SKILL.md +0 -0
  459. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-config-driven/references/config-and-retry-idempotency.md +0 -0
  460. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-config-driven/references/dag-dsl-interpreter.md +0 -0
  461. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-config-driven/references/repo-evidence.md +0 -0
  462. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-config-driven/references/schedule-registration.md +0 -0
  463. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-config-driven/references/schedules-and-cron.md +0 -0
  464. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-config-driven/references/worker-workflow-activity-patterns.md +0 -0
  465. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-developer/README.md +0 -0
  466. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-developer/SKILL.md +0 -0
  467. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-developer/references/cli.md +0 -0
  468. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-developer/references/determinism.md +0 -0
  469. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-developer/references/gotchas.md +0 -0
  470. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-developer/references/languages.md +0 -0
  471. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-developer/references/testing.md +0 -0
  472. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/temporal-developer/references/versioning.md +0 -0
  473. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/test-driven-development/SKILL.md +0 -0
  474. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/test-plan-review/SKILL.md +0 -0
  475. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/testing-conventions/README.md +0 -0
  476. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/testing-conventions/SKILL.md +0 -0
  477. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/testing-conventions/references/async-and-mocking.md +0 -0
  478. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/testing-conventions/references/coverage-gap-and-recommendations.md +0 -0
  479. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/testing-conventions/references/github-actions-test-orchestration.md +0 -0
  480. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/testing-conventions/references/pytest-and-fixtures.md +0 -0
  481. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/testing-conventions/references/pytest-asyncio-modes.md +0 -0
  482. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/testing-conventions/references/repo-evidence.md +0 -0
  483. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/testing-conventions/references/security-regression-tests.md +0 -0
  484. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/testing-conventions/references/vitest-frontend-testing.md +0 -0
  485. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/threat-model/SKILL.md +0 -0
  486. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/triage/SKILL.md +0 -0
  487. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/ui-ux-design/SKILL.md +0 -0
  488. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/unit-test/SKILL.md +0 -0
  489. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/using-agent-skills/SKILL.md +0 -0
  490. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/vitest-rtl-msw-patterns/README.md +0 -0
  491. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/vitest-rtl-msw-patterns/SKILL.md +0 -0
  492. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/vitest-rtl-msw-patterns/references/msw-and-contract-tests.md +0 -0
  493. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/vitest-rtl-msw-patterns/references/repo-evidence.md +0 -0
  494. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/vitest-rtl-msw-patterns/references/vitest-rtl-setup.md +0 -0
  495. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/zap-vapt-scanning/README.md +0 -0
  496. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/zap-vapt-scanning/SKILL.md +0 -0
  497. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/zap-vapt-scanning/references/operating-guide.md +0 -0
  498. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/zap-vapt-scanning/scripts/endpoints.example.txt +0 -0
  499. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/zap-vapt-scanning/scripts/requirements.txt +0 -0
  500. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/zap-vapt-scanning/scripts/zap_vapt.py +0 -0
  501. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/zustand-state-patterns/README.md +0 -0
  502. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/zustand-state-patterns/SKILL.md +0 -0
  503. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/zustand-state-patterns/references/async-polling-and-persistence.md +0 -0
  504. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/zustand-state-patterns/references/repo-evidence.md +0 -0
  505. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/skills/zustand-state-patterns/references/store-structure-and-selectors.md +0 -0
  506. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/__main__.py +0 -0
  507. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/catalog.py +0 -0
  508. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/cli.py +0 -0
  509. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/detect.py +0 -0
  510. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/export.py +0 -0
  511. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/hooks.py +0 -0
  512. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/models.py +0 -0
  513. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/pipeline.py +0 -0
  514. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/prompts.py +0 -0
  515. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/render.py +0 -0
  516. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/report.py +0 -0
  517. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/scaffold.py +0 -0
  518. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/schemas.py +0 -0
  519. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/upgrader.py +0 -0
  520. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/src/claude_kit/validator.py +0 -0
  521. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/CLAUDE.md +0 -0
  522. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/CLAUDE.stack.md.tmpl +0 -0
  523. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/CONTINUITY.template.md +0 -0
  524. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/README.claude-sdlc.md.tmpl +0 -0
  525. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/agent-memory/MEMORY.md +0 -0
  526. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/agent-memory/api/.gitkeep +0 -0
  527. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/agent-memory/architecture/.gitkeep +0 -0
  528. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/agent-memory/debugging/.gitkeep +0 -0
  529. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/agent-memory/gotchas/.gitkeep +0 -0
  530. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/agent-memory/patterns/.gitkeep +0 -0
  531. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/agent-memory/performance/.gitkeep +0 -0
  532. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/artifacts/adr.md +0 -0
  533. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/artifacts/api-change-report.md +0 -0
  534. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/artifacts/change-proposal.md +0 -0
  535. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/artifacts/feature-spec.md +0 -0
  536. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/artifacts/release-plan.md +0 -0
  537. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/artifacts/runbook.md +0 -0
  538. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/artifacts/security-review.md +0 -0
  539. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/artifacts/test-plan.md +0 -0
  540. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/export/sdlc-workflow-guide.md.tmpl +0 -0
  541. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/README.md +0 -0
  542. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/agents/data-workflow-agent.md +0 -0
  543. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/agents/founder-prototype-agent.md +0 -0
  544. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/agents/internal-tools-builder.md +0 -0
  545. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/agents/pm-copilot.md +0 -0
  546. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/agents/staff-pm-reviewer.md +0 -0
  547. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/agents/support-ticket-engineer.md +0 -0
  548. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/devops-and-release/README.md +0 -0
  549. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/devops-and-release/pack.yaml +0 -0
  550. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/engineering-core/README.md +0 -0
  551. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/engineering-core/pack.yaml +0 -0
  552. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/non-engineer-builder/README.md +0 -0
  553. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
  554. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/onboarding-and-docs/README.md +0 -0
  555. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
  556. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/product-to-code/README.md +0 -0
  557. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/product-to-code/pack.yaml +0 -0
  558. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/quality-and-review/README.md +0 -0
  559. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/quality-and-review/pack.yaml +0 -0
  560. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/security-and-compliance/README.md +0 -0
  561. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
  562. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/rules/ai-working-agreement.md +0 -0
  563. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/rules/ambiguity-resolution.md +0 -0
  564. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/rules/branch-and-pr-policy.md +0 -0
  565. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/rules/compliance-policy.md +0 -0
  566. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/rules/non-engineer-safe-coding.md +0 -0
  567. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/rules/pii-policy.md +0 -0
  568. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/rules/production-data-policy.md +0 -0
  569. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/rules/prompt-to-task-conversion.md +0 -0
  570. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/rules/prototype-boundaries.md +0 -0
  571. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/rules/secrets-policy.md +0 -0
  572. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
  573. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
  574. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
  575. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
  576. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
  577. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/skills/review-scope/SKILL.md +0 -0
  578. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/skills/review-sprint/SKILL.md +0 -0
  579. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/skills/review-sprint-plan/SKILL.md +0 -0
  580. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/org/skills/review-ux-flow/SKILL.md +0 -0
  581. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/scripts/sdlc-loop.sh +0 -0
  582. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/settings.json +0 -0
  583. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/backend/go/net-http/rules/go-patterns.md +0 -0
  584. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +0 -0
  585. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
  586. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
  587. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
  588. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
  589. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
  590. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
  591. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
  592. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/db/postgres/rules/postgres-patterns.md +0 -0
  593. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/frontend/react/rules/design-system-compliance.md +0 -0
  594. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/frontend/react/rules/mobile-design-guidelines.md +0 -0
  595. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/frontend/react/rules/react-patterns.md +0 -0
  596. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/frontend/react/rules/ui-components.md +0 -0
  597. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/frontend/react/rules/ui-design-system.md +0 -0
  598. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/frontend/react/rules/ui-layout-and-motion.md +0 -0
  599. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/frontend/react/rules/ux-dashboard-patterns.md +0 -0
  600. {claude_code_kit-0.61.0 → claude_code_kit-0.63.0}/templates/stacks/frontend/react/rules/ux-patterns.md +0 -0
@@ -10,7 +10,7 @@
10
10
  "name": "claude-kit",
11
11
  "source": "./",
12
12
  "description": "Cookiecutter-style scaffolder for an autonomous Claude Code SDLC config (no app code, no Docker): install CLAUDE.md + .claude/ (rules, the profile's agents/skills, hooks, artifact templates) + optional .mcp.json, then run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates, working memory, and a self-improving learnings loop.",
13
- "version": "0.61.0",
13
+ "version": "0.63.0",
14
14
  "license": "MIT",
15
15
  "keywords": ["sdlc", "agents", "orchestration", "quality-gates", "workflow", "scaffold", "cookiecutter"]
16
16
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-kit",
3
- "version": "0.61.0",
3
+ "version": "0.63.0",
4
4
  "description": "Cookiecutter-style scaffolder for an autonomous Claude Code SDLC config (no app code, no Docker). `claude-kit init` asks ordered questions and installs CLAUDE.md + .claude/ (rules, the profile's agents/skills, hooks, artifact templates) + optional .mcp.json; run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates with working memory and a self-improving learnings loop.",
5
5
  "author": {
6
6
  "name": "Arjunsingh Yadav",
@@ -4,6 +4,121 @@ All notable changes to claude-kit are documented here. The format follows
4
4
  [Keep a Changelog](https://keepachangelog.com/), and the project uses
5
5
  [semantic versioning](https://semver.org/).
6
6
 
7
+ ## [0.63.0] — 2026-07-16
8
+
9
+ **Catalog fix — the `auditor` agent can finally get the MCP server it depends on.** The `auditor`
10
+ agent (enterprise profile) drives its entire audit workflow — navigate, snapshot, screenshot,
11
+ performance trace, console inspection — through the **Chrome DevTools MCP**, but `catalog/mcp.yaml`
12
+ only offered `playwright`, so a user who installed the auditor had **no catalog option** to enable
13
+ the server it requires. This surfaced during a full-lifecycle SDLC coverage audit (external /
14
+ black-box testing vertical). Pure data change — no `resolve()` branches, no new agents/skills
15
+ (golden rule #7).
16
+
17
+ ### Added
18
+
19
+ - **`chrome-devtools` MCP server** in `catalog/mcp.yaml` — stdio, pinned to
20
+ `chrome-devtools-mcp@1.6.0` (the official Google Chrome DevTools MCP; referenced, not vendored,
21
+ like every other catalog server). Selectable via `claude-kit init` / `list-options`; writes into
22
+ the project `.mcp.json` + `.mcp.lock.json` when chosen. Carries the same toxic-flow annotation
23
+ discipline as `playwright` (untrusted-content on any loaded page · egress to arbitrary URLs —
24
+ point it only at trusted dev/staging targets).
25
+
26
+ ### Changed
27
+
28
+ - `docs/install.md` MCP-integrations list now enumerates Chrome DevTools (the canonical full list
29
+ stays `claude-kit list-options`).
30
+
31
+ ### Not adopted (deliberately)
32
+
33
+ - **No auto-wiring of `chrome-devtools` to the auditor agent or the enterprise profile.** MCP
34
+ servers stay user-selected and opt-in across the whole catalog — a browser MCP is a real egress
35
+ surface, so the user makes the trust decision. The fix closes the *availability* gap (the server
36
+ is now offerable); it does not silently enable a browser in anyone's project.
37
+ - **The deeper external/black-box testing gaps stay open for an owner decision** — no gate spawns
38
+ the `auditor` (it remains available-but-not-gated), and there is still no page-performance-budget
39
+ enforcement, visual-regression, or synthetic uptime probe. Those are enforcement-design choices
40
+ (they change what blocks a pipeline), tracked in the SDLC coverage audit alongside the existing
41
+ user-gated backlog; this release deliberately ships only the self-contained catalog correctness fix.
42
+
43
+ ## [0.62.0] — 2026-07-15
44
+
45
+ **OSS-adoption wave 3 — the two L-sized consolidation items that close out the implement-now
46
+ backlog from the 1,345-repo scan** (waves 1–2 = 0.60.0/0.61.0 below). Same discipline: everything
47
+ re-derived as stack-agnostic prose; referenced, never vendored. With this release the scan's
48
+ 20-item implement-now backlog is **fully shipped**; the remaining 10 ideas are user-gated
49
+ (listed under "Not adopted" in the 0.60.0 entry) and await an owner decision.
50
+
51
+ ### Added
52
+
53
+ - **`context-engineering` skill consolidation pass** (merges 8 verified proposals):
54
+ - **Five primitives** (was four) — new "Think in code" primitive: when the question is
55
+ aggregation over data, one throwaway script that prints only the answer replaces the
56
+ thousand lines the agent would otherwise read (from `gsd-build/get-shit-done`).
57
+ - **Content-type-aware compression recipes** in Tool-output offloading — JSON arrays keep
58
+ first/last few + 100% of errors/outliers/relevant matches; logs keep errors/failures/summary
59
+ and drop PASSED noise; search results keep exact + diverse hits; diffs keep hunks only — with
60
+ a **~200-token floor** below which compression costs more than it saves, and the
61
+ **reversible-marker discipline**: full original to a file, inline marker with the dropped-item
62
+ count + retrieval path — a compression the agent can't undo is a deletion (Apache-2.0
63
+ `headroomlabs-ai/headroom`).
64
+ - **"Retrieval discipline: read symbols, not files"** — a three-rung ladder: symbol-level
65
+ retrieval first (harness LSP / IDE / the `serena` MCP fragment; one atomic go-to-definition
66
+ replaces the 8–12-step open-scroll-grep dance), semantic search + code-graph navigation
67
+ second, grep only for exhaustive literal jobs; prefer chunks that *define* a symbol over ones
68
+ that mention it (MIT `oraios/serena` · `MinishLab/semble`).
69
+ - **"Making the budget visible"** (native statusline API; `jarrodwatts/claude-hud` referenced)
70
+ and **"Observable symptoms of subagent context pressure"** (silent partial completion,
71
+ increasing vagueness, skipped protocol steps — verify handoffs against the task's
72
+ **must-haves, not file existence**), echoed in the orchestrator's rotate-before-degradation
73
+ bullet.
74
+ - **Tribal-standards sub-step** in the comprehension pipeline — the four-part tribal test (new
75
+ dev guesses wrong / corrected in review / has a why / stable) and the one-pattern-at-a-time
76
+ elicitation loop (from `buildermethods/agent-os`).
77
+ - **`tool-design` rule expansion pass** (merges 7 verified proposals; 9.7k → 17.2k chars):
78
+ - **§9 Anchor edits to content, not position** — content hash captured at read, re-verified at
79
+ apply, fail fast with a drift report (fuzzy recovery opt-in only); a byte-identical edit
80
+ returns "the bug is elsewhere" and N consecutive no-ops is a hard error (MIT
81
+ `can1357/oh-my-pi`).
82
+ - **§10 Write the tool description like an API contract** — surface not machinery; the six-part
83
+ anatomy (purpose, input grammar, 3–8 worked examples, agent-owned failure shapes, WRONG/RIGHT
84
+ pairs, recap); evidence-based pruning — "the model could infer this" is necessary but never
85
+ sufficient to cut a line (MIT `gsd-build/get-shit-done`).
86
+ - **§11 Errors an agent can parse — and denials an agent can act on** — success/error envelope
87
+ split, wire-stable category IDs with exit codes derived from category, actionable hint
88
+ carrying the exact recovery command, never branch on an upstream `code == 0` (MIT
89
+ `larksuite/cli`); plus the **deny-message rubric**: every denial states CASE A (redirect —
90
+ name the approved route) or CASE B (policy — stop, don't route around).
91
+ - **§1 pre-run MCP audit** (schema cost compounds per-turn × per-subagent;
92
+ `enabledMcpjsonServers`/`disabledMcpjsonServers` carry a server without loading it —
93
+ `mksglu/context-mode`, referenced) and **§4 "Compress at the source"** (compact modes first:
94
+ failures-only, `--quiet`/`--porcelain`, JSON + selector, dedup-with-count, one-line success
95
+ acks — Apache-2.0 `rtk-ai/rtk`) + the reversible-compression marker (producer-side twin of
96
+ the context-engineering rule).
97
+ - **`docs/influences.md`** gains the 1,345-repo OSS adoption scan row (sources, licenses, and the
98
+ 0.60.0–0.62.0 landing map).
99
+
100
+ ### Changed
101
+
102
+ - **`guard-kubectl-delete.sh`** deny message gains the explicit CASE B clause the new §11 rubric
103
+ requires: "a human operator must run it directly — do not work around this guard." (The kit's
104
+ other three guards already named their approved routes; content-only edit, hook registry
105
+ untouched.)
106
+ - **`agents/orchestrator.md`** rotate-before-degradation bullet now names the three context-
107
+ pressure symptoms and requires handoff verification against must-haves, not file existence.
108
+
109
+ ### Not adopted (deliberately)
110
+
111
+ - **The 10 user-gated backlog items remain gated** (Stop-hook guard, warn-context-flood hook,
112
+ DESIGN.md template, marketplace split, skills export target, React perf overlay, visual-report
113
+ skill, detect-correction hook, org skill-governance rule, whole-payload compression pass) —
114
+ each changes kit behavior, scope, or structure in a way the owner should decide, not a scan.
115
+ Full rationale in the 0.60.0 entry.
116
+ - **Vendoring any scanned code** — every adoption in waves 1–3 is re-derived prose with source
117
+ attribution; `rtk`, `claude-hud`, `context-mode`, `serena`, and `semble` are referenced or
118
+ wired as opt-in MCP fragments, never copied in.
119
+ - **Renumbering `tool-design` sections** — the new material lands as §9–§11 after the existing
120
+ §1–§8 so cross-references from other rules/skills stay stable.
121
+
7
122
  ## [0.61.0] — 2026-07-15
8
123
 
9
124
  **OSS-adoption wave 2 — nine more items from the 1,345-repo scan backlog** (wave 1 = 0.60.0 below).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: claude-code-kit
3
- Version: 0.61.0
3
+ Version: 0.63.0
4
4
  Summary: Cookiecutter-style scaffolder for an autonomous Claude Code SDLC configuration (no app code, no Docker). Asks ordered questions and installs CLAUDE.md + .claude/ (rules, the chosen profile's agents/skills, hooks, artifact templates) + optional .mcp.json; run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates, working memory, and a self-improving learnings loop.
5
5
  Project-URL: Homepage, https://github.com/ajyadav013/claude-kit
6
6
  Project-URL: Repository, https://github.com/ajyadav013/claude-kit
@@ -149,7 +149,7 @@ claude-kit init --defaults # non-interactive: React + Python/FastAPI + Post
149
149
  | 📐 **Rules & skills** | **25** stack-agnostic core rules + **105** context-activated skills (57 core + 48 stack-collection), pulled into context on demand |
150
150
  | 🧱 **Stacks & overlays** | A stack-agnostic core + **13** overlay rule files (React · FastAPI · Go · Postgres · Mongo) wired to your exact commands and path-scoped to load only when you touch matching files |
151
151
  | 🛠️ **Hooks & guards** | **18** event hooks — deterministic safety guards and advisory warnings — that no-op gracefully without `jq` |
152
- | 📦 **Distribution & lifecycle** | Plugin **and** pip from one source, **22** ready MCP fragments (version-pinned), edit-preserving `upgrade`, and a root `AGENTS.md` at init so non-Claude agents share the same standards |
152
+ | 📦 **Distribution & lifecycle** | Plugin **and** pip from one source, **23** ready MCP fragments (version-pinned), edit-preserving `upgrade`, and a root `AGENTS.md` at init so non-Claude agents share the same standards |
153
153
 
154
154
  Profiles (`lean` · `standard` · `enterprise`), team scopes, autonomy levels, and org capability
155
155
  packs decide how much of this actually installs — see
@@ -116,7 +116,7 @@ claude-kit init --defaults # non-interactive: React + Python/FastAPI + Post
116
116
  | 📐 **Rules & skills** | **25** stack-agnostic core rules + **105** context-activated skills (57 core + 48 stack-collection), pulled into context on demand |
117
117
  | 🧱 **Stacks & overlays** | A stack-agnostic core + **13** overlay rule files (React · FastAPI · Go · Postgres · Mongo) wired to your exact commands and path-scoped to load only when you touch matching files |
118
118
  | 🛠️ **Hooks & guards** | **18** event hooks — deterministic safety guards and advisory warnings — that no-op gracefully without `jq` |
119
- | 📦 **Distribution & lifecycle** | Plugin **and** pip from one source, **22** ready MCP fragments (version-pinned), edit-preserving `upgrade`, and a root `AGENTS.md` at init so non-Claude agents share the same standards |
119
+ | 📦 **Distribution & lifecycle** | Plugin **and** pip from one source, **23** ready MCP fragments (version-pinned), edit-preserving `upgrade`, and a root `AGENTS.md` at init so non-Claude agents share the same standards |
120
120
 
121
121
  Profiles (`lean` · `standard` · `enterprise`), team scopes, autonomy levels, and org capability
122
122
  packs decide how much of this actually installs — see
@@ -581,9 +581,12 @@ become blockers — don't just wait at the next join:
581
581
  hand it a pre-planned buffer task (investigation, doc refresh, test hardening, design validation).
582
582
  Keep a small buffer list ready when you spawn the lanes (see the sprint plan's extra-tasks list).
583
583
  - **Context exhaustion → rotate before degradation.** Watch each long-running agent's commit cadence
584
- and output quality as a proxy for context budget. Rotate in a fresh agent *before* quality decays,
585
- capturing state to working memory first see the Agent Capacity & Replacement guidance in the
586
- `sprint` skill and `.claude/rules/agent-resilience.md`. Don't run one agent until it falls over.
584
+ and output quality as a proxy for context budget. The observable pressure symptoms (per the
585
+ `context-engineering` skill): silent partial completion, increasing vagueness, skipped protocol
586
+ steps. Rotate in a fresh agent *before* quality decays, capturing state to working memory first —
587
+ and verify the rotated-out agent's handoff against the task's **must-haves, not file existence**.
588
+ See the Agent Capacity & Replacement guidance in the `sprint` skill and
589
+ `.claude/rules/agent-resilience.md`. Don't run one agent until it falls over.
587
590
  - **Critical-path slippage → re-balance.** If the slowest lane *on the critical path* slips, pull a
588
591
  parallelizable task forward onto a free agent, or flag the slip — don't silently absorb it into a
589
592
  blown join.
@@ -72,6 +72,15 @@ servers:
72
72
  type: stdio
73
73
  command: npx
74
74
  args: ["-y", "@playwright/mcp@0.0.77"]
75
+ chrome-devtools:
76
+ label: "Chrome DevTools (live-page audit: a11y/perf/Core Web Vitals/console/responsive — powers the `auditor` agent)"
77
+ # The `auditor` agent (enterprise profile) drives its whole workflow — navigate, snapshot, screenshot,
78
+ # performance trace, console — through this server; without it the agent has no browser to inspect.
79
+ # toxic-flow legs: untrusted-content (ANY loaded page) · egress (navigates arbitrary URLs) — browser-grade; point it only at trusted dev/staging targets.
80
+ config:
81
+ type: stdio
82
+ command: npx
83
+ args: ["-y", "chrome-devtools-mcp@1.6.0"]
75
84
  docs:
76
85
  label: "Docs / Context7 (live library docs)"
77
86
  # toxic-flow legs: untrusted-content (fetched pages) · egress (hosted endpoint)
@@ -31,6 +31,7 @@ non-duplicative gaps**, minimally and catalog-wired.
31
31
  | **[google](https://github.com/google) org review** (all 2,881 repos) | Reproducible-build verification & source-level missing-patch detection; secure-by-construction injection defense; archive-extraction & ReDoS hardening; multi-party authorization / breakglass; coverage-guided & continuous fuzzing; parameterized + semantic-equality + parallel/flaky testing; compile-time logic-bug & license-header lint layers + deterministic block sorting; multi-window burn-rate alerting & log rate-limiting; long-document extraction; prompt-as-code; statistical browser benchmarking; durable atomic writes; record-replay API testing; first-party SecOps MCP servers | Prose extensions across `security-and-hardening` (reproducible-build · missing-patch · secure-by-construction · archive · ReDoS), `human-in-the-loop` (MPA/breakglass), `testing` (fuzzing · parameterized · semantic-equality · parallel/flaky), `linting-and-formatting` (logic-bug + license-header layers · block sorting), `devops-observability` (burn-rate · log rate-limit), `context-engineering` (long-doc extraction), `reasoning-techniques` (prompt-as-code), `performance-optimization` (statistical benchmarking), `tool-design` (durable atomic writes), `api-integration` (record-replay) + **4 first-party SecOps MCP fragments** (Chronicle SIEM · GTI · SCC · SOAR) — **0 new agents/skills/rules** (from oss-rebuild · vanir · safe-active-record/mug · safearchive · re2 · building-secure-and-reliable-systems · patrick · go-cmp · atheris/honggfuzz/clusterfuzzlite · gtest-parallel · error-prone · addlicense · keep-sorted · prometheus-slo-burn · flogger · langextract · dotprompt · tachometer · renameio · test-server · mcp-security) | `0.51.0` |
32
32
  | **[facebook](https://github.com/facebook) (Meta) org review** (all 168 repos) | Interprocedural taint / data-flow security analysis (source→sink across functions); continuous A/B performance-regression CI gate; defense-in-depth agent-sandbox enforcement (argument validation + OS-level backstop) | Prose extensions to `linting-and-formatting` (taint/data-flow layer), `devops-observability` (perf-regression gate), `agent-guardrails` (§4 layered sandbox enforcement) — **0 new agents/skills/rules** (from pyre-check/Pysa · mariana-trench · FAI-PEP · mcpguard-dynamic; the org is mostly libraries/frameworks, so the verify pass *dropped* the rest — `DNE-TaaC`, `mbt`, plus already-covered `infer`/`mariana-trench`-as-tool, `fbt`, `memlab`, …) | `0.52.0` |
33
33
  | **[Netflix](https://github.com/Netflix) · [aws](https://github.com/aws) · [apple](https://github.com/apple) org review** (all **1,214** repos) | Service-level resilience the kit lacked entirely — stability patterns (timeout/retry-budget/circuit-breaker/bulkhead) + adaptive concurrency limiting, chaos engineering, and bounded-clock distributed time; failure-domain-aware progressive rollout; deterministic simulation testing; a formal RFC process (working-backwards + API bar-raiser); continuous usage-based least-privilege | The **new `resilience-engineering` rule** (chaos + stability patterns + bounded clocks, from `Netflix/concurrency-limits` · `Netflix/chaosmonkey` · `aws/clock-bound`); plus prose extensions to `devops-observability` (failure-domain rollout, from `aws/zone-aware-controllers-for-k8s`), `testing` (deterministic simulation testing, from `apple/foundationdb`), `spec-driven-development` (RFC track, from `aws/aws-cdk-rfcs`), and `security-and-hardening` (continuous least-privilege, from `Netflix/repokid`) — **1 new rule, 0 new agents/skills** (the orgs are overwhelmingly SDKs/CLIs/services, so the survey kept only 7 of 1,214) | `0.53.0` |
34
+ | **1,345-repo OSS adoption scan** (39 provenance-tagged searches across the AI/Claude/MCP/context ecosystem; 76 verified adoption ideas → 30-item backlog) | Agent-config supply-chain vetting + toxic-flow legs taxonomy; hidden-Unicode detection; content-type-aware **reversible** output compression (~200-token floor) + "think in code" (from Apache-2.0 `headroomlabs-ai/headroom` · `gsd-build/get-shit-done`; deterministic shell-side companion `rtk-ai/rtk`, referenced); symbol-first retrieval ladder (from MIT `oraios/serena` · `MinishLab/semble`); budget-visible statusline HUDs (`jarrodwatts/claude-hud`, referenced); tribal-standards elicitation (from `buildermethods/agent-os`); evidence-based test nagging + falsifiability eval discipline (from `maxritter/pilot-shell`); colocated skill evals (from `darkrishabh/agent-skills-eval`) | Waves across `dependency-verification` (vetting canon), `catalog/mcp.yaml` (+5 fragments → 22, all leg-annotated), `validator.py` (Unicode scan + INFO channel), **new `check_cross_references.py` CI gardener**, `context-engineering` (compression recipes · 5th primitive · retrieval ladder · budget visibility · pressure symptoms · tribal test), `tool-design`, `evals` §9–10 + `eval-harness`, `agent-guardrails` §3/§4, orchestrator VALIDATE, consolidate-learnings Promote, and ~10 more files — **0 new agents/skills, 1 new CI script** | `0.60.0`–`0.62.0` |
34
35
 
35
36
  > Each adoption is detailed in the [CHANGELOG](../CHANGELOG.md) — including, for every review, what we
36
37
  > deliberately **did not** add because the kit already covered it.
@@ -76,7 +76,7 @@ config — nothing else:
76
76
  3. **Backend language** (default: Python; `none` for frontend-only projects) → **backend framework** (default: FastAPI)
77
77
  4. **Database** (PostgreSQL · MongoDB · `none`)
78
78
  5. **SDLC profile** (`lean` · `standard` · `enterprise`)
79
- 6. **Optional MCP integrations** (GitHub · Jira/Linear · Azure DevOps · Postgres/Mongo · Playwright · Docs/MS Learn · Azure · Wassette · Sentry · Repowise · the Google security suite — full list: `claude-kit list-options`) — a
79
+ 6. **Optional MCP integrations** (GitHub · Jira/Linear · Azure DevOps · Postgres/Mongo · Playwright · Chrome DevTools · Docs/MS Learn · Azure · Wassette · Sentry · Repowise · the Google security suite — full list: `claude-kit list-options`) — a
80
80
  project-root `.mcp.json` is written **only** if you select any (env placeholders, never secrets)
81
81
  7. **Learning capture** (`session-end-catchup` default · `session-end` · `per-task` · `off`) — how often
82
82
  the background learnings job runs. *Privacy note:* it reads your session transcript + changed files
@@ -33,6 +33,7 @@ if printf '%s' "$CMD" | tr -d '"\047\134' | tr ';|&' '\n\n\n' \
33
33
  echo "BLOCKED: 'kubectl delete' is disabled by claude-kit -- destructive deletes must not run from an agent session." >&2
34
34
  echo " Use a reversible alternative: 'kubectl scale --replicas=0' to stop a workload, 'kubectl rollout undo' to roll back," >&2
35
35
  echo " or remove the resource from the Git/Helm source and let the pipeline reconcile." >&2
36
+ echo " If a true delete is genuinely required, a human operator must run it directly -- do not work around this guard." >&2
36
37
  echo " Read-only checks still work ('kubectl auth can-i delete <res>', 'kubectl get/describe'). (guard-kubectl-delete.sh)" >&2
37
38
  exit 2
38
39
  fi
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "claude-code-kit"
7
- version = "0.61.0"
7
+ version = "0.63.0"
8
8
  description = "Cookiecutter-style scaffolder for an autonomous Claude Code SDLC configuration (no app code, no Docker). Asks ordered questions and installs CLAUDE.md + .claude/ (rules, the chosen profile's agents/skills, hooks, artifact templates) + optional .mcp.json; run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates, working memory, and a self-improving learnings loop."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -17,6 +17,16 @@ costs ~nothing until invoked, and composes — its output can pipe into the next
17
17
  persistent MCP server when you genuinely need stateful sessions, pushed events, or auth the agent
18
18
  can't hold; otherwise prefer a script the agent runs.
19
19
 
20
+ **Audit what's actually loaded before a substantial run.** A persistent server's cost is not paid
21
+ once — its schema re-enters context **every turn, for every subagent** that inherits the config, so
22
+ one unused server taxes an entire fan-out multiplicatively. The harness exposes per-project switches
23
+ (`enabledMcpjsonServers` / `disabledMcpjsonServers` in settings) precisely so a project can *carry* a
24
+ server in `.mcp.json` yet keep it out of context until a task needs it. Make the audit a pre-run
25
+ habit: list what's enabled, disable what this run won't use, re-enable on demand.
26
+
27
+ > Pre-run MCP audit pattern from [`mksglu/context-mode`](https://github.com/mksglu/context-mode).
28
+ > Referenced, not vendored.
29
+
20
30
  ## 2. Progressive disclosure
21
31
 
22
32
  Don't dump every capability up front. Expose a **name + one-line description**; load full usage only
@@ -36,6 +46,21 @@ the task — see `.claude/skills/context-engineering`.
36
46
  - **Single grep-friendly errors.** Emit failures as one line (`ERROR <reason>`) the agent can scan for.
37
47
  - **Pre-compute summaries** so the agent reasons from a compact signal, not raw output.
38
48
  - **Offer a fast/sampled mode** for tight iteration loops where full output isn't needed.
49
+ - **Compress at the source — ask for less before trimming what came back.** Most tools already have a
50
+ compact mode; make it the one the agent reaches for first: failures-only test output, `--quiet` /
51
+ `--porcelain` / summary flags, JSON narrowed by a selector instead of a full dump, repeated lines
52
+ deduplicated to one line with a count, and a **one-line acknowledgement for success** (a passing
53
+ step needs "OK" and a number, not its full log). Filtering after the fact still paid for the tokens;
54
+ the compact flag never emits them.
55
+ - **Make every compression reversible.** When a tool truncates, samples, or dedups, it must write the
56
+ full original to a file and leave an inline marker carrying the dropped-item **count** and the
57
+ **retrieval path** — never silently drop items. A compression the agent can't undo is a deletion.
58
+ (The consumer-side twin of this rule lives in `.claude/skills/context-engineering`.)
59
+
60
+ > Source-side compaction (compact flags, dedup-with-count, one-line success acks) adapted from the
61
+ > Apache-2.0 [`rtk-ai/rtk`](https://github.com/rtk-ai/rtk); the reversible-marker discipline from the
62
+ > Apache-2.0 [`headroomlabs-ai/headroom`](https://github.com/headroomlabs-ai/headroom). Re-derived in
63
+ > prose; not vendored.
39
64
 
40
65
  ## 5. Structured output for machine consumption
41
66
 
@@ -121,6 +146,78 @@ between *looks* atomic and *is* durable:
121
146
  > Apache-2.0 [`alibaba/loongsuite-js`](https://github.com/alibaba/loongsuite-js) hook instrumentation.
122
147
  > Re-derived in prose; not vendored.
123
148
 
149
+ ## 9. Anchor edits to content, not position
150
+
151
+ A tool that edits files on an agent's behalf must verify it is editing **what the agent last saw**,
152
+ not whatever now sits at the same coordinates. Line numbers and byte offsets go stale the moment a
153
+ formatter, a hook, or a parallel agent touches the file — and a stale-anchor edit silently corrupts
154
+ the one thing the agent believed it controlled.
155
+
156
+ - **Capture a content hash at read time; re-verify at apply time.** When the agent reads the region it
157
+ intends to edit, record a hash (or the exact text) of that region. On apply, re-hash: on mismatch,
158
+ **fail fast with a report of what changed** — never apply to drifted content. The agent then
159
+ re-reads and re-anchors; anything smarter (fuzzy re-matching) is a conservative, opt-in recovery
160
+ mode, never the default.
161
+ - **Treat a no-op edit as a signal, not a success.** If applying an edit produces byte-identical
162
+ output, the premise behind the edit was wrong — return "no change made; the bug is likely elsewhere"
163
+ instead of a success code. **N consecutive no-op edits is a hard error**: the agent is spinning on a
164
+ false belief about the file, and every hollow "success" reinforces it.
165
+
166
+ > Hash-anchored edits and the no-op escalation guard adapted (stack-agnostic) from the MIT-licensed
167
+ > [`can1357/oh-my-pi`](https://github.com/can1357/oh-my-pi). Re-derived in prose; not vendored.
168
+
169
+ ## 10. Write the tool description like an API contract, not an implementation tour
170
+
171
+ The description is the only part of your tool the model reads before deciding to call it. It is a
172
+ prompt, and it deserves prompt-quality authoring.
173
+
174
+ - **Describe the surface, not the machinery.** What the tool does, takes, and returns — never how it
175
+ works inside. Internals the agent can't act on are pure token cost, and worse, they invite the
176
+ agent to reason about (and route around) the implementation.
177
+ - **Six-part anatomy** for any non-trivial tool: (1) a one-sentence **purpose**; (2) the **input
178
+ grammar** — exact shapes, defaults, units; (3) **3–8 worked examples** spanning easy to edge case
179
+ (one example is a special case the model overfits to; zero is a guess); (4) the **failure shapes the
180
+ agent owns** — which errors it should handle itself, and how; (5) **WRONG/RIGHT anti-pattern pairs**
181
+ for misuse you have actually observed; (6) a one-line **recap** of the contract.
182
+ - **Prune on evidence, never on inferability.** "The model could infer this" is necessary but never
183
+ sufficient to cut a line — check history (`git blame` / log) first: description lines are often
184
+ load-bearing fixes for a failure someone already debugged. Cut only what you can show never fires.
185
+
186
+ > Description anatomy and evidence-based pruning adapted (stack-agnostic) from the MIT-licensed
187
+ > [`gsd-build/get-shit-done`](https://github.com/gsd-build/get-shit-done). Re-derived in prose; not
188
+ > vendored.
189
+
190
+ ## 11. Errors an agent can parse — and denials an agent can act on
191
+
192
+ §4 makes errors single-line and grep-able; this section fixes their **content**. An agent recovers
193
+ from a failure exactly as well as the error message lets it.
194
+
195
+ - **Split the envelope.** Success and error must be structurally distinguishable — distinct exit
196
+ codes, or a status field in structured output — never left for the agent to infer from prose.
197
+ - **Wire-stable category, free informational text.** Give every failure a short **category ID** that
198
+ retry logic can branch on (`NOT_FOUND`, `PERMISSION`, `CONFLICT`, …) and keep it stable across
199
+ releases; the human-readable message may change freely. Derive exit codes from the category, not
200
+ ad hoc per call site.
201
+ - **Actionable hint with the exact recovery command.** "Auth expired — run `<tool> login`" lets the
202
+ agent self-recover in one step; "authentication error" starts a guessing loop.
203
+ - **Never surface an upstream success flag as your own.** A wrapper that reports success because the
204
+ transport returned `code == 0` while the payload carries an error teaches the agent the operation
205
+ worked. Branch on the payload's own contract, not the carrier's.
206
+
207
+ **Deny messages are error messages.** When a hook or permission layer blocks a call, its text is
208
+ consumed by an agent, and a bare "blocked" produces either a retry loop or silent abandonment. Every
209
+ denial is one of two cases — say which:
210
+
211
+ - **CASE A — redirect.** The *goal* is fine; the *route* is wrong. Name the approved route:
212
+ "Direct DB writes are blocked — apply schema changes via a migration file."
213
+ - **CASE B — policy denial.** The goal itself is out of bounds. Say so, name the policy, and tell the
214
+ agent to stop rather than route around: "Force-push to a shared branch is not permitted (branch
215
+ protection). Do not retry; ask a human if you believe this is wrong."
216
+
217
+ > Error-envelope discipline (categories, hints, exit codes from category, the `code == 0` trap)
218
+ > adapted (stack-agnostic) from the MIT-licensed [`larksuite/cli`](https://github.com/larksuite/cli).
219
+ > Re-derived in prose; not vendored.
220
+
124
221
  ## Rules
125
222
 
126
223
  1. **Design for the agent, not a human dashboard** — text-first, token-aware, self-describing.
@@ -132,6 +229,13 @@ between *looks* atomic and *is* durable:
132
229
  over-dispatching and over-sourcing burn budget without returning it (§7).
133
230
  6. **Design the tool *set* for orchestration** — discoverable registry, plan-before-execute, concurrent
134
231
  independent calls, durable cross-turn state written atomically (tmp-write-then-rename) (§8).
232
+ 7. **Anchor edits to content** — hash at read, re-verify at apply, fail fast on drift; a byte-identical
233
+ edit means "the bug is elsewhere", and repeated no-ops are a hard error (§9).
234
+ 8. **The description is a prompt** — surface not machinery, six-part anatomy, prune only on evidence
235
+ (§10).
236
+ 9. **Errors carry category + hint** — split envelope, wire-stable category IDs, exact recovery
237
+ command; deny messages state CASE A (redirect: name the approved route) or CASE B (policy: stop,
238
+ don't route around) (§11).
135
239
 
136
240
  ## Relationship to other rules
137
241
 
@@ -148,9 +148,21 @@ window earns less attention than the front (the lost-in-the-middle curve, at sca
148
148
  flooding thresholds in Anti-Patterns (>5,000 lines is a smell; aim for <2,000 *focused* lines per
149
149
  task). When you cross these, compact or split the work — don't push on and hope.
150
150
 
151
+ **Making the budget visible.** You can't manage a number you can't see: surface live context usage in
152
+ the session UI where the harness supports it — Claude Code's statusline API can render tokens-used /
153
+ %-of-window (community HUDs such as `claude-hud` build on it; referenced, not bundled). A visible
154
+ percentage turns the ~40% threshold from a vibe into a trigger you actually act on.
155
+
156
+ **Observable symptoms of subagent context pressure.** A subagent near its budget rarely *says* so —
157
+ it *shows* it: **silent partial completion** (reports done, delivered half), **increasing vagueness**
158
+ (precise `file:line` claims fade into "the relevant files"), and **skipped protocol steps** (stops
159
+ running the verification it ran on earlier items). Treat these as a *context* signal, not a
160
+ competence signal: rotate or replace the worker, and verify what it handed back against the task's
161
+ **must-haves — not mere file existence** (a file existing proves nothing about its completeness).
162
+
151
163
  ## Advanced: progressive disclosure, compaction, offloading
152
164
 
153
- Four primitives keep long runs coherent:
165
+ Five primitives keep long runs coherent:
154
166
 
155
167
  - **Progressive disclosure** — don't load everything up front. Expose names + one-line descriptions and
156
168
  load full detail only on use (how skills and well-designed tools work — see
@@ -162,7 +174,19 @@ Four primitives keep long runs coherent:
162
174
  critical work, not only when forced.
163
175
  - **Tool-output offloading** — don't dump large tool/command output into context. Keep a few signal
164
176
  lines inline and write the full output to a file the agent can open if needed (mirror of the output
165
- rules in `.claude/rules/tool-design.md`).
177
+ rules in `.claude/rules/tool-design.md`). Compress **content-type-aware**, not blindly:
178
+ - JSON arrays → first ~3 + last ~2 items, **plus 100% of errors**, outliers, and task-relevant matches;
179
+ - test/CI logs → keep errors, failures, and the summary line; drop the `PASSED` noise;
180
+ - search results → the exact hits plus a few *diverse* ones, never 500 near-duplicates;
181
+ - diffs → hunks only, never surrounding whole files;
182
+ - under **~200 tokens, don't compress at all** — the bookkeeping costs more attention than it saves.
183
+
184
+ Make every compression **reversible**: write the full original to a file and leave an inline marker
185
+ carrying the dropped-item **count** plus the **retrieval path** — never silently drop items. A
186
+ compression the agent can't undo is a deletion.
187
+ - **Think in code** — when the answer is *computable*, write one **throwaway script that prints only
188
+ the answer** (a count, a list of names, a pass/fail) instead of reading raw data into context and
189
+ reasoning over it. Five lines of script replace the thousand lines they read. Delete it after.
166
190
  - **Priority-based composition** — when assembling a prompt/context that may exceed the budget, assign
167
191
  each piece a **priority** rather than packing in fixed order, and when the total would overflow, drop
168
192
  the **lowest-priority** pieces first instead of truncating blindly at the end (which lops off whatever
@@ -176,7 +200,37 @@ Four primitives keep long runs coherent:
176
200
  > Compaction: tips for long-running agents." Paraphrased for this kit. The priority-based composition
177
201
  > primitive is a stack-agnostic adaptation of the MIT
178
202
  > [`microsoft/vscode-prompt-tsx`](https://github.com/microsoft/vscode-prompt-tsx) (priority-tree prompt
179
- > pruning under token budget); re-derived in prose, not vendored.
203
+ > pruning under token budget); re-derived in prose, not vendored. The content-type compression recipes,
204
+ > the ~200-token floor, and the reversible-marker rule are a stack-agnostic adaptation of the Apache-2.0
205
+ > [`headroomlabs-ai/headroom`](https://github.com/headroomlabs-ai/headroom); "think in code" follows the
206
+ > throwaway-script discipline in [`gsd-build/get-shit-done`](https://github.com/gsd-build/get-shit-done).
207
+ > A deterministic companion exists for the compression recipes: **rtk** proxies common shell commands
208
+ > through a PreToolUse hook and applies them before output ever reaches context (the harness's built-in
209
+ > file/search tools bypass such proxies — it covers shell output only). Referenced, not bundled.
210
+
211
+ ### Retrieval discipline: read symbols, not files
212
+
213
+ Order retrieval from precise-and-cheap to broad-and-expensive — most tasks never need the bottom rung:
214
+
215
+ 1. **Symbol-level first.** Resolve the *definition* or *references* of the symbol you actually care
216
+ about — via the harness's LSP tooling, the IDE, or a symbol-level MCP server (the optional
217
+ `serena` fragment in `catalog/mcp.yaml`). One atomic "go to definition" replaces the 8–12-step
218
+ open-scroll-grep-open-again dance, and returns tens of relevant lines instead of whole files.
219
+ 2. **Semantic search → navigate, don't browse.** Use search to locate the right `file:line`, then
220
+ expand along the code graph (callers, callees, imports — "find related"), not by opening sibling
221
+ files on speculation.
222
+ 3. **`grep` is for exhaustive literal jobs** — renames, string audits, count-every-occurrence — where
223
+ completeness beats precision. It is the wrong tool for "understand this feature".
224
+
225
+ Prefer chunks that **define** a symbol over chunks that merely *mention* it, and down-weight tests,
226
+ shims, and examples unless they are the task. Published symbol-retrieval benchmarks reach ~94% recall
227
+ within a ~2k-token budget when tuned this way — precision at retrieval time is what keeps the session
228
+ out of the degradation zone.
229
+
230
+ > Symbol-first retrieval and the atomic-call rationale follow the MIT
231
+ > [`oraios/serena`](https://github.com/oraios/serena); the define-over-mention ranking and
232
+ > recall-at-budget framing follow [`MinishLab/semble`](https://github.com/MinishLab/semble).
233
+ > Re-derived in prose; not vendored.
180
234
 
181
235
  ## Context Packing Strategies
182
236
 
@@ -268,6 +322,12 @@ org convention, not fixed by this kit) with a single root index and linked detai
268
322
  2. **Discover patterns inductively.** Read broadly and surface recurring structures. Apply the
269
323
  **3+-occurrences rule**: any structure that appears in three or more places is a *pattern* and
270
324
  earns a `patterns/` doc. Don't pre-decide the list — let the code reveal it.
325
+ - **Document tribal standards.** Some load-bearing conventions live only in heads. When a
326
+ recurring pattern has no written source, apply the four-part **tribal test**: would a new
327
+ developer guess wrong? does the team correct violations in review? is there a *why* behind it?
328
+ is it stable? Four yeses ⇒ it earns a `patterns/` doc. Elicit the *why* from the human **one
329
+ pattern at a time** (ask about one, write it down, move on) — never batch a questionnaire; the
330
+ tenth answer in a batch is a shrug, the tenth answer asked alone is a paragraph.
271
331
  3. **Map modules.** Enumerate every module (not just the obvious ones), grouped by role
272
332
  (core / supporting / infrastructure / utility); write the module map into `index.md`.
273
333
  4. **Map features & architecture.** Group entry points into features; map dependencies, data flows,
@@ -7,4 +7,4 @@ Docker): ``claude-kit init`` asks ordered questions and lays down ``CLAUDE.md``
7
7
  as a plugin. Extensibility is data-driven via the ``catalog/`` (stacks, profiles, MCP).
8
8
  """
9
9
 
10
- __version__ = "0.61.0"
10
+ __version__ = "0.63.0"