claude-code-kit 0.47.0__tar.gz → 0.49.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 (551) hide show
  1. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/.claude-plugin/marketplace.json +1 -1
  2. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/.claude-plugin/plugin.json +1 -1
  3. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/CHANGELOG.md +40 -0
  4. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/PKG-INFO +39 -24
  5. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/README.md +38 -23
  6. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/sdlc-code-reviewer.md +14 -0
  7. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/pyproject.toml +1 -1
  8. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/code-review-and-quality/SKILL.md +38 -1
  9. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/src/claude_kit/__init__.py +1 -1
  10. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/.gitignore +0 -0
  11. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/CLAUDE.md +0 -0
  12. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/CONTRIBUTING.md +0 -0
  13. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/LICENSE +0 -0
  14. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/acceptance-reviewer.md +0 -0
  15. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/auditor.md +0 -0
  16. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/dependency-scanner.md +0 -0
  17. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/developer.md +0 -0
  18. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/devils-advocate.md +0 -0
  19. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/devops-engineer.md +0 -0
  20. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/e2e-tester.md +0 -0
  21. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/em-reviewer.md +0 -0
  22. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/incident-responder.md +0 -0
  23. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/merge-reviewer.md +0 -0
  24. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/observability-engineer.md +0 -0
  25. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/orchestrator.md +0 -0
  26. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/owasp-reviewer.md +0 -0
  27. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/policy-validator.md +0 -0
  28. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/pr-raiser.md +0 -0
  29. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/risk-classifier.md +0 -0
  30. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/secret-scanner.md +0 -0
  31. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/security-reviewer.md +0 -0
  32. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/senior-backend-dev.md +0 -0
  33. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/senior-frontend-dev.md +0 -0
  34. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/senior-tester.md +0 -0
  35. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/spec-doc-writer.md +0 -0
  36. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/story-planner.md +0 -0
  37. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/technical-architect.md +0 -0
  38. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/tester.md +0 -0
  39. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/ui-designer.md +0 -0
  40. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/agents/unit-tester.md +0 -0
  41. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/catalog/capture.yaml +0 -0
  42. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/catalog/mcp.yaml +0 -0
  43. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/catalog/org.yaml +0 -0
  44. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/catalog/profiles.yaml +0 -0
  45. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/catalog/stacks.yaml +0 -0
  46. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/commands/abort.md +0 -0
  47. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/commands/init.md +0 -0
  48. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/commands/sdlc.md +0 -0
  49. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/commands/status.md +0 -0
  50. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/docs/agentic-patterns.md +0 -0
  51. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/docs/agents.md +0 -0
  52. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/docs/architecture.md +0 -0
  53. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/docs/capture-a-real-run.md +0 -0
  54. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/docs/coverage-audit.md +0 -0
  55. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/docs/eval-harness.md +0 -0
  56. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/docs/org-capabilities.md +0 -0
  57. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/docs/stack-skills/GAP-ANALYSIS.md +0 -0
  58. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/docs/stack-skills/README.md +0 -0
  59. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/docs/stack-skills/REPO-INVENTORY.md +0 -0
  60. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/hooks.json +0 -0
  61. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/audit-log.sh +0 -0
  62. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/capture-learnings.sh +0 -0
  63. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/guard-destructive-git.sh +0 -0
  64. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/guard-kubectl-delete.sh +0 -0
  65. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/guard-secrets.sh +0 -0
  66. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/lint-fix.sh +0 -0
  67. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/load-autonomy.sh +0 -0
  68. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/load-continuity.sh +0 -0
  69. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/load-learnings.sh +0 -0
  70. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/type-check.sh +0 -0
  71. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/validate-frontmatter.sh +0 -0
  72. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/validate-settings.sh +0 -0
  73. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/warn-large-edits.sh +0 -0
  74. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/warn-llm-io.sh +0 -0
  75. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/warn-missing-tests.sh +0 -0
  76. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/warn-sensitive-files.sh +0 -0
  77. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/hooks/scripts/warn-shared-modules.sh +0 -0
  78. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/agent-guardrails.md +0 -0
  79. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/agent-memory.md +0 -0
  80. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/agent-resilience.md +0 -0
  81. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/autonomy-levels.md +0 -0
  82. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/code-organization.md +0 -0
  83. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/continuity.md +0 -0
  84. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/design-patterns.md +0 -0
  85. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/devops-observability.md +0 -0
  86. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/documentation.md +0 -0
  87. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/evals.md +0 -0
  88. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/frontend-best-practices.md +0 -0
  89. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/goal-setting-and-monitoring.md +0 -0
  90. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/human-in-the-loop.md +0 -0
  91. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/linting-and-formatting.md +0 -0
  92. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/mandatory-workflow.md +0 -0
  93. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/model-tiers.md +0 -0
  94. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/quality-gates.md +0 -0
  95. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/rarv-cycle.md +0 -0
  96. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/reasoning-techniques.md +0 -0
  97. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/responsive-and-accessibility.md +0 -0
  98. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/risk-classification.md +0 -0
  99. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/testing.md +0 -0
  100. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/rules/tool-design.md +0 -0
  101. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/scripts/capture-sdlc-run.sh +0 -0
  102. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/scripts/check_docs_consistency.py +0 -0
  103. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/scripts/gen_hooks.py +0 -0
  104. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/scripts/init.sh +0 -0
  105. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/_references/accessibility-checklist.md +0 -0
  106. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/_references/orchestration-patterns.md +0 -0
  107. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/_references/performance-checklist.md +0 -0
  108. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/_references/security-checklist.md +0 -0
  109. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/_references/testing-patterns.md +0 -0
  110. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/accessibility-review/SKILL.md +0 -0
  111. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/alembic-migrations/README.md +0 -0
  112. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/alembic-migrations/SKILL.md +0 -0
  113. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/alembic-migrations/references/alembic-setup-and-env.md +0 -0
  114. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/alembic-migrations/references/async-and-multitenant-migrations.md +0 -0
  115. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/alembic-migrations/references/repo-evidence.md +0 -0
  116. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/alembic-migrations/references/troubleshooting-and-debugging.md +0 -0
  117. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/alembic-migrations/references/writing-migrations.md +0 -0
  118. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/anthropic-vertex-integration/README.md +0 -0
  119. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/anthropic-vertex-integration/SKILL.md +0 -0
  120. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/anthropic-vertex-integration/references/generate-helpers-and-retry.md +0 -0
  121. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/anthropic-vertex-integration/references/repo-evidence.md +0 -0
  122. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/anthropic-vertex-integration/references/vertex-client-and-auth.md +0 -0
  123. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/api-and-interface-design/SKILL.md +0 -0
  124. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/api-integration/SKILL.md +0 -0
  125. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/api-pagination-filtering-sorting/README.md +0 -0
  126. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/api-pagination-filtering-sorting/SKILL.md +0 -0
  127. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/api-pagination-filtering-sorting/references/query-params-conventions.md +0 -0
  128. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/api-pagination-filtering-sorting/references/repo-evidence.md +0 -0
  129. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/api-pagination-filtering-sorting/references/response-metadata.md +0 -0
  130. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/archive-sprint/SKILL.md +0 -0
  131. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/async-python-patterns/README.md +0 -0
  132. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/async-python-patterns/SKILL.md +0 -0
  133. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/async-python-patterns/references/async-boundaries.md +0 -0
  134. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/async-python-patterns/references/lifecycle-and-gather.md +0 -0
  135. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/async-python-patterns/references/repo-evidence.md +0 -0
  136. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/auth-and-rbac/README.md +0 -0
  137. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/auth-and-rbac/SKILL.md +0 -0
  138. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/auth-and-rbac/references/auth-dependencies.md +0 -0
  139. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/auth-and-rbac/references/rbac-and-permissions.md +0 -0
  140. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/auth-and-rbac/references/repo-evidence.md +0 -0
  141. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/auth-and-rbac/references/security-hardening.md +0 -0
  142. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/auth-and-rbac/references/tokens-and-hashing.md +0 -0
  143. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/backend-repo-architecture/README.md +0 -0
  144. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/backend-repo-architecture/SKILL.md +0 -0
  145. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/backend-repo-architecture/references/deployment-patterns.md +0 -0
  146. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/backend-repo-architecture/references/entrypoint-and-config.md +0 -0
  147. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/backend-repo-architecture/references/repo-evidence.md +0 -0
  148. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/backend-repo-architecture/references/structure-patterns.md +0 -0
  149. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/backend-repo-architecture/references/troubleshooting.md +0 -0
  150. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/backlog/SKILL.md +0 -0
  151. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/backlog/item-template.md +0 -0
  152. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/browser-testing-with-devtools/SKILL.md +0 -0
  153. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/bug-hunt/SKILL.md +0 -0
  154. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/ci-cd-and-automation/SKILL.md +0 -0
  155. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/code-simplification/SKILL.md +0 -0
  156. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/component-design/SKILL.md +0 -0
  157. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/configargparse-yaml-env-layering/README.md +0 -0
  158. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/configargparse-yaml-env-layering/SKILL.md +0 -0
  159. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/configargparse-yaml-env-layering/references/config-layering-anatomy.md +0 -0
  160. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/configargparse-yaml-env-layering/references/mode-dispatch-and-precedence.md +0 -0
  161. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/configargparse-yaml-env-layering/references/repo-evidence.md +0 -0
  162. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/consolidate-learnings/SKILL.md +0 -0
  163. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/containerization-and-deployment/README.md +0 -0
  164. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/containerization-and-deployment/SKILL.md +0 -0
  165. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/containerization-and-deployment/references/deployment-and-secrets.md +0 -0
  166. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/containerization-and-deployment/references/dockerfile-and-compose.md +0 -0
  167. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/containerization-and-deployment/references/entrypoint-and-modes.md +0 -0
  168. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/containerization-and-deployment/references/kerberos-kinit-bootstrap.md +0 -0
  169. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/containerization-and-deployment/references/makefile-dev-workflow.md +0 -0
  170. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/containerization-and-deployment/references/repo-evidence.md +0 -0
  171. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/context-engineering/SKILL.md +0 -0
  172. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/cron-and-scheduled-jobs/README.md +0 -0
  173. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/cron-and-scheduled-jobs/SKILL.md +0 -0
  174. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/cron-and-scheduled-jobs/references/choosing-and-operations.md +0 -0
  175. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/cron-and-scheduled-jobs/references/kubernetes-cronjob.md +0 -0
  176. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/cron-and-scheduled-jobs/references/repo-evidence.md +0 -0
  177. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/cron-and-scheduled-jobs/references/temporal-schedules.md +0 -0
  178. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/data-engineering-bigquery-gcs/README.md +0 -0
  179. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/data-engineering-bigquery-gcs/SKILL.md +0 -0
  180. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/data-engineering-bigquery-gcs/references/bigquery-advanced-patterns.md +0 -0
  181. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/data-engineering-bigquery-gcs/references/bigquery-gcs-io.md +0 -0
  182. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/data-engineering-bigquery-gcs/references/medallion-architecture.md +0 -0
  183. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/data-engineering-bigquery-gcs/references/repo-evidence.md +0 -0
  184. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/data-engineering-bigquery-gcs/references/temp-table-merge-pattern.md +0 -0
  185. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/debugging-and-error-recovery/SKILL.md +0 -0
  186. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/decision/SKILL.md +0 -0
  187. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/decision/adr-template.md +0 -0
  188. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/dependency-verification/SKILL.md +0 -0
  189. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/deprecation-and-migration/SKILL.md +0 -0
  190. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-patterns-and-conventions/README.md +0 -0
  191. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-patterns-and-conventions/SKILL.md +0 -0
  192. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-patterns-and-conventions/references/anti-patterns.md +0 -0
  193. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-patterns-and-conventions/references/naming-and-layout.md +0 -0
  194. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-patterns-and-conventions/references/patterns-catalog.md +0 -0
  195. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-patterns-and-conventions/references/repo-evidence.md +0 -0
  196. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-patterns-and-conventions/references/testing-patterns.md +0 -0
  197. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-patterns-and-conventions/references/troubleshooting.md +0 -0
  198. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-system-ops/README.md +0 -0
  199. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-system-ops/SKILL.md +0 -0
  200. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-system-ops/references/ai-readiness.md +0 -0
  201. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-system-ops/references/drift-detection.md +0 -0
  202. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-system-ops/references/governance-and-adoption.md +0 -0
  203. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-system-ops/references/system-health-and-maturity.md +0 -0
  204. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/design-system-ops/references/token-architecture.md +0 -0
  205. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/doc-consolidation/SKILL.md +0 -0
  206. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/docker-compose/README.md +0 -0
  207. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/docker-compose/SKILL.md +0 -0
  208. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/docker-compose/references/compose-services-and-healthchecks.md +0 -0
  209. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/docker-compose/references/dev-vs-prod-variants.md +0 -0
  210. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/docker-compose/references/repo-evidence.md +0 -0
  211. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/docker-shared/README.md +0 -0
  212. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/docker-shared/SKILL.md +0 -0
  213. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/docker-shared/references/dockerignore-and-build-secrets.md +0 -0
  214. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/docker-shared/references/repo-evidence.md +0 -0
  215. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/docker-shared/references/shared-base-images.md +0 -0
  216. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/docker-shared/references/shared-compose-fragments.md +0 -0
  217. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/dockerfile-backend/README.md +0 -0
  218. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/dockerfile-backend/SKILL.md +0 -0
  219. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/dockerfile-backend/references/backend-dockerfile-anatomy.md +0 -0
  220. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/dockerfile-backend/references/repo-evidence.md +0 -0
  221. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/dockerfile-backend/references/system-deps-and-caching.md +0 -0
  222. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/dockerfile-frontend/README.md +0 -0
  223. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/dockerfile-frontend/SKILL.md +0 -0
  224. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/dockerfile-frontend/references/build-args-and-nginx.md +0 -0
  225. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/dockerfile-frontend/references/frontend-dockerfile-anatomy.md +0 -0
  226. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/dockerfile-frontend/references/repo-evidence.md +0 -0
  227. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/documentation-and-adrs/SKILL.md +0 -0
  228. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/doubt-driven-development/SKILL.md +0 -0
  229. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/edge-to-service-trust-boundary/README.md +0 -0
  230. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/edge-to-service-trust-boundary/SKILL.md +0 -0
  231. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/edge-to-service-trust-boundary/references/repo-evidence.md +0 -0
  232. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/edge-to-service-trust-boundary/references/trust-contract.md +0 -0
  233. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/execute/SKILL.md +0 -0
  234. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/fastapi-service-patterns/README.md +0 -0
  235. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/fastapi-service-patterns/SKILL.md +0 -0
  236. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/fastapi-service-patterns/references/api-versioning.md +0 -0
  237. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/fastapi-service-patterns/references/app-factory-and-lifespan.md +0 -0
  238. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/fastapi-service-patterns/references/custom-route-and-middleware.md +0 -0
  239. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/fastapi-service-patterns/references/dependency-injection.md +0 -0
  240. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/fastapi-service-patterns/references/model-and-serialization-patterns.md +0 -0
  241. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/fastapi-service-patterns/references/repo-evidence.md +0 -0
  242. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/file-export-and-reporting/README.md +0 -0
  243. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/file-export-and-reporting/SKILL.md +0 -0
  244. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/file-export-and-reporting/references/excel-generation.md +0 -0
  245. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/file-export-and-reporting/references/repo-evidence.md +0 -0
  246. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/file-export-and-reporting/references/streaming-and-downloads.md +0 -0
  247. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/frontend-repo-architecture/README.md +0 -0
  248. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/frontend-repo-architecture/SKILL.md +0 -0
  249. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/frontend-repo-architecture/references/api-layer-and-types.md +0 -0
  250. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/frontend-repo-architecture/references/divergences.md +0 -0
  251. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/frontend-repo-architecture/references/repo-evidence.md +0 -0
  252. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/frontend-repo-architecture/references/structure-and-state.md +0 -0
  253. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/frontend-repo-architecture/references/testing-patterns.md +0 -0
  254. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/frontend-ui-engineering/SKILL.md +0 -0
  255. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/gcp-cloud-run-github-actions/README.md +0 -0
  256. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/gcp-cloud-run-github-actions/SKILL.md +0 -0
  257. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/gcp-cloud-run-github-actions/references/cloud-run-deploy.md +0 -0
  258. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/gcp-cloud-run-github-actions/references/repo-evidence.md +0 -0
  259. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/gcp-cloud-run-github-actions/references/workflow-structure.md +0 -0
  260. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/gcs-file-storage-patterns/README.md +0 -0
  261. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/gcs-file-storage-patterns/SKILL.md +0 -0
  262. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/gcs-file-storage-patterns/references/client-and-uploads.md +0 -0
  263. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/gcs-file-storage-patterns/references/repo-evidence.md +0 -0
  264. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/gcs-file-storage-patterns/references/signed-urls-and-reads.md +0 -0
  265. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/git-workflow-and-versioning/SKILL.md +0 -0
  266. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/grafana-dashboards-and-alerts/README.md +0 -0
  267. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/grafana-dashboards-and-alerts/SKILL.md +0 -0
  268. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/grafana-dashboards-and-alerts/references/dashboard-json-and-templating.md +0 -0
  269. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/grafana-dashboards-and-alerts/references/provisioning-and-organization.md +0 -0
  270. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/grafana-dashboards-and-alerts/references/red-metrics-queries.md +0 -0
  271. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/grafana-dashboards-and-alerts/references/repo-evidence.md +0 -0
  272. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/grafana-dashboards-and-alerts/references/unified-alerting.md +0 -0
  273. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/graphql-patterns/README.md +0 -0
  274. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/graphql-patterns/SKILL.md +0 -0
  275. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/graphql-patterns/references/apollo-client-frontend.md +0 -0
  276. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/graphql-patterns/references/apollo-client-setup.md +0 -0
  277. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/graphql-patterns/references/repo-evidence.md +0 -0
  278. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/graphql-patterns/references/strawberry-backend.md +0 -0
  279. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/graphql-patterns/references/when-to-use-graphql.md +0 -0
  280. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/idea-refine/SKILL.md +0 -0
  281. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/idea-refine/examples.md +0 -0
  282. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/idea-refine/frameworks.md +0 -0
  283. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/idea-refine/refinement-criteria.md +0 -0
  284. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/idea-refine/scripts/idea-refine.sh +0 -0
  285. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/incident-postmortem/SKILL.md +0 -0
  286. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/incremental-implementation/SKILL.md +0 -0
  287. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/interview-me/SKILL.md +0 -0
  288. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kafka-config-driven/README.md +0 -0
  289. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kafka-config-driven/SKILL.md +0 -0
  290. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kafka-config-driven/references/config-and-sasl-kerberos.md +0 -0
  291. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kafka-config-driven/references/consumer-producer-patterns.md +0 -0
  292. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kafka-config-driven/references/repo-evidence.md +0 -0
  293. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kafka-config-driven/references/troubleshooting-and-patterns.md +0 -0
  294. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kubectl-operations/README.md +0 -0
  295. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kubectl-operations/SKILL.md +0 -0
  296. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kubectl-operations/references/command-reference.md +0 -0
  297. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kubectl-operations/references/context-namespace-rbac.md +0 -0
  298. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kubectl-operations/references/debugging-playbooks.md +0 -0
  299. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kubectl-operations/references/output-formats-and-selectors.md +0 -0
  300. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kubectl-operations/references/repo-evidence.md +0 -0
  301. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kubernetes-workload-hardening/README.md +0 -0
  302. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kubernetes-workload-hardening/SKILL.md +0 -0
  303. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kubernetes-workload-hardening/references/networkpolicy-and-rbac.md +0 -0
  304. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kubernetes-workload-hardening/references/repo-evidence.md +0 -0
  305. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/kubernetes-workload-hardening/references/securitycontext-and-podsecurity.md +0 -0
  306. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/langfuse-llm-tracing/README.md +0 -0
  307. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/langfuse-llm-tracing/SKILL.md +0 -0
  308. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/langfuse-llm-tracing/references/langfuse-client-and-tracing.md +0 -0
  309. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/langfuse-llm-tracing/references/python-and-typescript.md +0 -0
  310. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/langfuse-llm-tracing/references/repo-evidence.md +0 -0
  311. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/library-review/SKILL.md +0 -0
  312. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/load-testing/SKILL.md +0 -0
  313. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/manual-test/SKILL.md +0 -0
  314. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/modernization-and-migration/README.md +0 -0
  315. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/modernization-and-migration/SKILL.md +0 -0
  316. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/modernization-and-migration/references/migration-best-practices.md +0 -0
  317. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/modernization-and-migration/references/pydantic-v1-to-v2.md +0 -0
  318. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/modernization-and-migration/references/repo-evidence.md +0 -0
  319. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/modernization-and-migration/references/shared-internal-library.md +0 -0
  320. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/modernization-and-migration/references/sqlalchemy-14-to-20.md +0 -0
  321. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/multi-tenancy-patterns/README.md +0 -0
  322. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/multi-tenancy-patterns/SKILL.md +0 -0
  323. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/multi-tenancy-patterns/references/caching-patterns.md +0 -0
  324. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/multi-tenancy-patterns/references/isolation-strategies.md +0 -0
  325. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/multi-tenancy-patterns/references/repo-evidence.md +0 -0
  326. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/multi-tenancy-patterns/references/tenant-resolution.md +0 -0
  327. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/node-express-service/README.md +0 -0
  328. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/node-express-service/SKILL.md +0 -0
  329. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/node-express-service/references/app-factory-and-mode-dispatch.md +0 -0
  330. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/node-express-service/references/config-and-module-alias.md +0 -0
  331. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/node-express-service/references/middleware-patterns.md +0 -0
  332. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/node-express-service/references/repo-evidence.md +0 -0
  333. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/node-objection-knex/README.md +0 -0
  334. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/node-objection-knex/SKILL.md +0 -0
  335. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/node-objection-knex/references/migrations-and-validation.md +0 -0
  336. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/node-objection-knex/references/objection-model-and-knex.md +0 -0
  337. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/node-objection-knex/references/repo-evidence.md +0 -0
  338. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/notifications-and-messaging/README.md +0 -0
  339. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/notifications-and-messaging/SKILL.md +0 -0
  340. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/notifications-and-messaging/references/provider-abstraction.md +0 -0
  341. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/notifications-and-messaging/references/repo-evidence.md +0 -0
  342. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/notifications-and-messaging/references/templates-and-fallback.md +0 -0
  343. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/observability-and-logging/README.md +0 -0
  344. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/observability-and-logging/SKILL.md +0 -0
  345. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/observability-and-logging/references/health-and-readiness.md +0 -0
  346. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/observability-and-logging/references/logging-and-structlog.md +0 -0
  347. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/observability-and-logging/references/outbound-metrics-and-multi-mode.md +0 -0
  348. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/observability-and-logging/references/pii-redaction.md +0 -0
  349. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/observability-and-logging/references/repo-evidence.md +0 -0
  350. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/observability-and-logging/references/tracing-and-metrics.md +0 -0
  351. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/otel-tracing/README.md +0 -0
  352. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/otel-tracing/SKILL.md +0 -0
  353. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/otel-tracing/references/collector.md +0 -0
  354. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/otel-tracing/references/correlation.md +0 -0
  355. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/otel-tracing/references/gotchas.md +0 -0
  356. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/otel-tracing/references/instrumentation.md +0 -0
  357. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/otel-tracing/references/sampling.md +0 -0
  358. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/otel-tracing/references/tempo.md +0 -0
  359. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/over-engineering-review/SKILL.md +0 -0
  360. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/performance-optimization/SKILL.md +0 -0
  361. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/planning-and-task-breakdown/SKILL.md +0 -0
  362. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/playwright-verification/SKILL.md +0 -0
  363. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/pydantic-schema-patterns/README.md +0 -0
  364. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/pydantic-schema-patterns/SKILL.md +0 -0
  365. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/pydantic-schema-patterns/references/repo-evidence.md +0 -0
  366. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/pydantic-schema-patterns/references/settings-and-validation.md +0 -0
  367. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/pydantic-schema-patterns/references/troubleshooting-and-common-errors.md +0 -0
  368. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/pydantic-schema-patterns/references/v1-vs-v2.md +0 -0
  369. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/python-dao-and-database/README.md +0 -0
  370. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/python-dao-and-database/SKILL.md +0 -0
  371. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/python-dao-and-database/references/advanced-query-patterns.md +0 -0
  372. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/python-dao-and-database/references/basedao-and-sessions.md +0 -0
  373. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/python-dao-and-database/references/mongodb-advanced.md +0 -0
  374. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/python-dao-and-database/references/other-db-mongodb.md +0 -0
  375. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/python-dao-and-database/references/repo-evidence.md +0 -0
  376. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/python-dao-and-database/references/sqlalchemy-1x-vs-2x.md +0 -0
  377. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/radix-tailwind-component-patterns/README.md +0 -0
  378. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/radix-tailwind-component-patterns/SKILL.md +0 -0
  379. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/radix-tailwind-component-patterns/references/radix-primitives-and-variants.md +0 -0
  380. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/radix-tailwind-component-patterns/references/repo-evidence.md +0 -0
  381. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/radix-tailwind-component-patterns/references/tailwind-theme-and-cn.md +0 -0
  382. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/react-hook-form-zod-patterns/README.md +0 -0
  383. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/react-hook-form-zod-patterns/SKILL.md +0 -0
  384. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/react-hook-form-zod-patterns/references/form-setup-and-zod.md +0 -0
  385. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/react-hook-form-zod-patterns/references/multi-step-and-modes.md +0 -0
  386. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/react-hook-form-zod-patterns/references/repo-evidence.md +0 -0
  387. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/redis-caching-patterns/README.md +0 -0
  388. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/redis-caching-patterns/SKILL.md +0 -0
  389. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/redis-caching-patterns/references/cache-manager-and-fallback.md +0 -0
  390. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/redis-caching-patterns/references/namespacing-and-invalidation.md +0 -0
  391. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/redis-caching-patterns/references/repo-evidence.md +0 -0
  392. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/refresh-docs/SKILL.md +0 -0
  393. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/remember/SKILL.md +0 -0
  394. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/safety-critical-patterns/SKILL.md +0 -0
  395. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/scope/SKILL.md +0 -0
  396. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/scope/scope-template.md +0 -0
  397. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/sdlc/SKILL.md +0 -0
  398. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/security-and-hardening/SKILL.md +0 -0
  399. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/security-verification/SKILL.md +0 -0
  400. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/shannon-ai-pentest/README.md +0 -0
  401. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/shannon-ai-pentest/SKILL.md +0 -0
  402. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/shannon-ai-pentest/references/operating-guide.md +0 -0
  403. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/shell-review/SKILL.md +0 -0
  404. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/shipping-and-launch/SKILL.md +0 -0
  405. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/simplification-debt/SKILL.md +0 -0
  406. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/smoke-test/SKILL.md +0 -0
  407. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/source-driven-development/SKILL.md +0 -0
  408. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/spec-driven-development/SKILL.md +0 -0
  409. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/sprint/SKILL.md +0 -0
  410. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/sprint/sprint-template.md +0 -0
  411. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/tanstack-react-query-patterns/README.md +0 -0
  412. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/tanstack-react-query-patterns/SKILL.md +0 -0
  413. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/tanstack-react-query-patterns/references/mutations-and-cache.md +0 -0
  414. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/tanstack-react-query-patterns/references/query-keys-and-hooks.md +0 -0
  415. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/tanstack-react-query-patterns/references/repo-evidence.md +0 -0
  416. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/task-tracker-sync/SKILL.md +0 -0
  417. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-config-driven/README.md +0 -0
  418. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-config-driven/SKILL.md +0 -0
  419. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-config-driven/references/config-and-retry-idempotency.md +0 -0
  420. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-config-driven/references/dag-dsl-interpreter.md +0 -0
  421. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-config-driven/references/repo-evidence.md +0 -0
  422. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-config-driven/references/schedule-registration.md +0 -0
  423. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-config-driven/references/schedules-and-cron.md +0 -0
  424. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-config-driven/references/worker-workflow-activity-patterns.md +0 -0
  425. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-developer/README.md +0 -0
  426. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-developer/SKILL.md +0 -0
  427. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-developer/references/cli.md +0 -0
  428. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-developer/references/determinism.md +0 -0
  429. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-developer/references/gotchas.md +0 -0
  430. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-developer/references/languages.md +0 -0
  431. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-developer/references/testing.md +0 -0
  432. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/temporal-developer/references/versioning.md +0 -0
  433. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/test-driven-development/SKILL.md +0 -0
  434. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/test-plan-review/SKILL.md +0 -0
  435. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/testing-conventions/README.md +0 -0
  436. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/testing-conventions/SKILL.md +0 -0
  437. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/testing-conventions/references/async-and-mocking.md +0 -0
  438. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/testing-conventions/references/coverage-gap-and-recommendations.md +0 -0
  439. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/testing-conventions/references/github-actions-test-orchestration.md +0 -0
  440. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/testing-conventions/references/pytest-and-fixtures.md +0 -0
  441. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/testing-conventions/references/pytest-asyncio-modes.md +0 -0
  442. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/testing-conventions/references/repo-evidence.md +0 -0
  443. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/testing-conventions/references/security-regression-tests.md +0 -0
  444. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/testing-conventions/references/vitest-frontend-testing.md +0 -0
  445. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/threat-model/SKILL.md +0 -0
  446. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/triage/SKILL.md +0 -0
  447. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/ui-ux-design/SKILL.md +0 -0
  448. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/unit-test/SKILL.md +0 -0
  449. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/using-agent-skills/SKILL.md +0 -0
  450. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/vitest-rtl-msw-patterns/README.md +0 -0
  451. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/vitest-rtl-msw-patterns/SKILL.md +0 -0
  452. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/vitest-rtl-msw-patterns/references/msw-and-contract-tests.md +0 -0
  453. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/vitest-rtl-msw-patterns/references/repo-evidence.md +0 -0
  454. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/vitest-rtl-msw-patterns/references/vitest-rtl-setup.md +0 -0
  455. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/zap-vapt-scanning/README.md +0 -0
  456. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/zap-vapt-scanning/SKILL.md +0 -0
  457. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/zap-vapt-scanning/references/operating-guide.md +0 -0
  458. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/zap-vapt-scanning/scripts/endpoints.example.txt +0 -0
  459. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/zap-vapt-scanning/scripts/requirements.txt +0 -0
  460. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/zap-vapt-scanning/scripts/zap_vapt.py +0 -0
  461. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/zustand-state-patterns/README.md +0 -0
  462. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/zustand-state-patterns/SKILL.md +0 -0
  463. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/zustand-state-patterns/references/async-polling-and-persistence.md +0 -0
  464. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/zustand-state-patterns/references/repo-evidence.md +0 -0
  465. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/skills/zustand-state-patterns/references/store-structure-and-selectors.md +0 -0
  466. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/src/claude_kit/__main__.py +0 -0
  467. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/src/claude_kit/catalog.py +0 -0
  468. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/src/claude_kit/cli.py +0 -0
  469. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/src/claude_kit/hooks.py +0 -0
  470. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/src/claude_kit/models.py +0 -0
  471. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/src/claude_kit/pipeline.py +0 -0
  472. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/src/claude_kit/prompts.py +0 -0
  473. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/src/claude_kit/render.py +0 -0
  474. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/src/claude_kit/scaffold.py +0 -0
  475. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/src/claude_kit/upgrader.py +0 -0
  476. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/src/claude_kit/validator.py +0 -0
  477. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/CLAUDE.md +0 -0
  478. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/CLAUDE.stack.md.tmpl +0 -0
  479. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/CONTINUITY.template.md +0 -0
  480. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/README.claude-sdlc.md.tmpl +0 -0
  481. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/agent-memory/MEMORY.md +0 -0
  482. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/agent-memory/api/.gitkeep +0 -0
  483. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/agent-memory/architecture/.gitkeep +0 -0
  484. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/agent-memory/debugging/.gitkeep +0 -0
  485. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/agent-memory/gotchas/.gitkeep +0 -0
  486. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/agent-memory/patterns/.gitkeep +0 -0
  487. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/agent-memory/performance/.gitkeep +0 -0
  488. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/artifacts/adr.md +0 -0
  489. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/artifacts/api-change-report.md +0 -0
  490. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/artifacts/change-proposal.md +0 -0
  491. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/artifacts/feature-spec.md +0 -0
  492. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/artifacts/release-plan.md +0 -0
  493. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/artifacts/runbook.md +0 -0
  494. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/artifacts/security-review.md +0 -0
  495. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/artifacts/test-plan.md +0 -0
  496. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/README.md +0 -0
  497. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/agents/data-workflow-agent.md +0 -0
  498. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/agents/founder-prototype-agent.md +0 -0
  499. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/agents/internal-tools-builder.md +0 -0
  500. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/agents/pm-copilot.md +0 -0
  501. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/agents/staff-pm-reviewer.md +0 -0
  502. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/agents/support-ticket-engineer.md +0 -0
  503. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/devops-and-release/README.md +0 -0
  504. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/devops-and-release/pack.yaml +0 -0
  505. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/engineering-core/README.md +0 -0
  506. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/engineering-core/pack.yaml +0 -0
  507. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/non-engineer-builder/README.md +0 -0
  508. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
  509. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/onboarding-and-docs/README.md +0 -0
  510. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
  511. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/product-to-code/README.md +0 -0
  512. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/product-to-code/pack.yaml +0 -0
  513. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/quality-and-review/README.md +0 -0
  514. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/quality-and-review/pack.yaml +0 -0
  515. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/security-and-compliance/README.md +0 -0
  516. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
  517. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/rules/ai-working-agreement.md +0 -0
  518. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/rules/ambiguity-resolution.md +0 -0
  519. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/rules/branch-and-pr-policy.md +0 -0
  520. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/rules/compliance-policy.md +0 -0
  521. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/rules/non-engineer-safe-coding.md +0 -0
  522. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/rules/pii-policy.md +0 -0
  523. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/rules/production-data-policy.md +0 -0
  524. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/rules/prompt-to-task-conversion.md +0 -0
  525. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/rules/prototype-boundaries.md +0 -0
  526. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/rules/secrets-policy.md +0 -0
  527. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
  528. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
  529. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
  530. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
  531. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
  532. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/skills/review-scope/SKILL.md +0 -0
  533. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/skills/review-sprint/SKILL.md +0 -0
  534. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/skills/review-sprint-plan/SKILL.md +0 -0
  535. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/org/skills/review-ux-flow/SKILL.md +0 -0
  536. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/settings.json +0 -0
  537. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/backend/go/net-http/rules/go-patterns.md +0 -0
  538. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +0 -0
  539. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
  540. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
  541. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
  542. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
  543. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
  544. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
  545. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
  546. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/db/postgres/rules/postgres-patterns.md +0 -0
  547. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/frontend/react/rules/design-system-compliance.md +0 -0
  548. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/frontend/react/rules/mobile-design-guidelines.md +0 -0
  549. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/frontend/react/rules/react-patterns.md +0 -0
  550. {claude_code_kit-0.47.0 → claude_code_kit-0.49.0}/templates/stacks/frontend/react/rules/ui-design-system.md +0 -0
  551. {claude_code_kit-0.47.0 → claude_code_kit-0.49.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.47.0",
13
+ "version": "0.49.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.47.0",
3
+ "version": "0.49.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,46 @@ 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.49.0] — 2026-06-27
8
+
9
+ **Docs: bring the README "Influences & what we adopted" table current.** The table had drifted —
10
+ it stopped at `0.13.0` while the kit shipped ~13 more external-source adoptions. Since the README is
11
+ the package's PyPI long-description, this republishes so the public page reflects the full ledger.
12
+
13
+ - Added rows for every external-source adoption since `0.13.0`: repowise (`0.11.0`, backfilled),
14
+ OpenSpec (`0.34.0`), gstack + superpowers `systematic-debugging` (`0.35.0`), Karpathy-skills ·
15
+ addyosmani · shanraisshan presentation polish (`0.36.0`), temporalio/skill-temporal-developer
16
+ (`0.37.0`), wdm0006/python-skills (`0.38.0`), the athola/claude-night-market 4-part audit
17
+ (`0.39.0`–`0.42.0`), OpenTelemetry · W3C Trace Context · Grafana Tempo (`0.43.0`), Claude Code docs
18
+ (`0.44.0`), library-skills (`0.45.0`), murphytrueman/design-system-ops (`0.46.0`), the alibaba org
19
+ review (`0.47.0`), and alibaba/open-code-review (`0.48.0`).
20
+ - Folded ponytail's second adoption (the pre-code Reuse/YAGNI gate, `0.33.0`) into its existing row.
21
+ - Refreshed the "latest three reviews, in a bit more depth" details block (was `0.8`–`0.10`) to the
22
+ actual latest three: design-system-ops, the alibaba org review, and open-code-review.
23
+
24
+ Docs-only (README is the sole content change); no payload/count/anchor changes. Version 0.48.0 → 0.49.0.
25
+
26
+ ## [0.48.0] — 2026-06-27
27
+
28
+ **Adopt the partition-for-coverage review methodology from `alibaba/open-code-review`** (Apache-2.0,
29
+ re-derived in prose — not vendored). A detailed read of open-code-review showed most of its methodology
30
+ (multi-axis dimensions, line-level grounding + re-verify, severity, multi-model review) was already in
31
+ the kit; the one genuine gap was **complete file coverage on large changesets**, where AI reviewers
32
+ silently skip files. The kit's existing guidance covered *depth allocation* (hotspots) but not
33
+ *coverage guarantee*.
34
+
35
+ - **`skills/code-review-and-quality`** — new "Cover Every Changed File: Partition, Plan, Then Weight
36
+ Depth" section: enumerate changed files deterministically (the diff is the checklist of record),
37
+ bundle related files into one review unit, review each bundle in isolated context concurrently,
38
+ plan-before-deep-pass on big diffs, and reconcile so every file gets a verdict. The existing hotspot
39
+ section is reframed as the *depth* step that follows coverage. New coverage item in the review
40
+ checklist.
41
+ - **`agents/sdlc-code-reviewer`** — "Cover Before You Score" note + a Coverage checklist category
42
+ (every changed file accounted for; related files reviewed as bundles).
43
+
44
+ Coverage = every file accounted for; depth = how hard you looked, allocated next. No count/anchor
45
+ changes (skill + agent extended, none added). Version 0.47.0 → 0.48.0.
46
+
7
47
  ## [0.47.0] — 2026-06-27
8
48
 
9
49
  **Adopt 5 verified agentic-engineering patterns from an exhaustive review of the Alibaba GitHub org**
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: claude-code-kit
3
- Version: 0.47.0
3
+ Version: 0.49.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
@@ -499,11 +499,24 @@ non-duplicative gaps**, minimally and catalog-wired.
499
499
  | Source | What we learned | What we shipped | Since |
500
500
  |---|---|---|:--:|
501
501
  | **Agentic Design Patterns** — A. Gulli ([coverage map](docs/agentic-patterns.md)) | Reasoning, guardrails, resilience, human-in-the-loop, evals, and tool design as first-class agent disciplines | 8 agent-operation rules + [`docs/agentic-patterns.md`](docs/agentic-patterns.md) | `0.4.0` |
502
- | **[ponytail](https://github.com/DietrichGebert/ponytail)** | YAGNI / anti-over-engineering as an explicit recurring pass; deferral-debt tracking; surfacing the active autonomy level | `over-engineering-review` & `simplification-debt` skills, the `load-autonomy` hook, median-of-N in `evals` | `0.8.0` |
502
+ | **[ponytail](https://github.com/DietrichGebert/ponytail)** | YAGNI / anti-over-engineering as an explicit recurring pass; deferral-debt tracking; surfacing the active autonomy level; a pre-code reuse gate | `over-engineering-review` & `simplification-debt` skills, the `load-autonomy` hook, median-of-N in `evals`; later the pre-code **Reuse/YAGNI gate** (`mandatory-workflow` §2a.5) | `0.8.0`, `0.33.0` |
503
503
  | **[GitHub spec-kit](https://github.com/github/spec-kit)** | Spec → tasks → **analyze** coverage gate; tasks → tracker issues; stable requirement IDs + assumptions in specs | Wired the (previously orphaned) `story-planner` as the **coverage gate (1f)**, a tracker-agnostic `task-tracker-sync` skill, and enriched the feature-spec template | `0.9.0` |
504
504
  | **[protectai/llm-guard](https://github.com/protectai/llm-guard)** | Input→model→output guardrails for LLM features — prompt injection, PII vault, treating model output as untrusted | **Opt-in** "LLM / AI Feature Security" guidance in `security-and-hardening` + the advisory `warn-llm-io` hook (warns, **never blocks**) | `0.10.0` |
505
+ | **[repowise](https://github.com/repowise-dev/repowise)** | Runtime codebase-intelligence — hotspot (churn × complexity), co-change coupling, and change-risk as *advisory* review input | Hotspot/coupling/bus-factor guidance in `code-review-and-quality` (derivable from `git log` alone) + an **optional** `repowise` MCP fragment in the catalog (advisory, never a gate) | `0.11.0` |
505
506
  | **Improvement brief** (external self-review) | API backward-compat as a gate; load-against-SLO as a release criterion; supply-chain maintenance cadence; pipeline resumability, clean abort, and worktree lifecycle; pipeline cost/concurrency/cross-platform transparency | The enterprise **`contract-clear`** gate (owned by `merge-reviewer`) + `api-change-report` template; a load-vs-SLO criterion in Observability Ready; dependency **Cadence Mode**; `/sdlc` resume-vs-restart, `/claude-kit:abort`, worktree teardown; cost/concurrency/Windows notes — **9 surgical extensions, 0 new agents/skills/rules** | `0.12.0` |
506
507
  | **Improvement brief #2** (external self-review) | The covered-vs-**gated** distinction (a skill ≠ a gate); enforce API breaking-changes by default; expand/contract migration safety; back the stack-agnostic claim with a compiled backend; WCAG as a regulated gate; reconcile the PyPI story; ship a worked example + a self-test matrix | [`docs/coverage-audit.md`](docs/coverage-audit.md); **`contract-clear` promoted to `standard`**; a live **Go/net-http** backend; the **`accessibility-clear`** regulated gate; explicit migration-drop rules; a synthetic [`examples/`](examples/) run; an eval-harness template; a profile×stack×scope self-test matrix — **2 gates wired + 1 stack, 0 new agents/skills/rules** | `0.13.0` |
508
+ | **[OpenSpec](https://github.com/Fission-AI/OpenSpec)** | Delta-specs — change-scoped artifacts describing only what a change adds / modifies / removes | A `change-proposal.md` delta-spec template (keyed to stable `R#` ids) + a "full vs delta spec" decision in `spec-driven-development` | `0.34.0` |
509
+ | **gstack "Iron Law" + [superpowers](https://github.com/obra/superpowers)** `systematic-debugging` | Bounding blind fix attempts on a single bug | The **3-strike fix-attempt rule** in `agent-resilience` (each attempt a distinct hypothesis; at the 3rd, stop → re-derive root cause → escalate) | `0.35.0` |
510
+ | **Karpathy-skills · addyosmani/agent-skills · shanraisshan/claude-code-best-practice** | Rule presentation & context hygiene — quotable taglines, embedded self-checks, quantitative context guardrails | Presentation polish on 6 rules + quantitative guardrails in `context-engineering` (presentation only, count-neutral) | `0.36.0` |
511
+ | **[temporalio/skill-temporal-developer](https://github.com/temporalio/skill-temporal-developer)** | Temporal *fundamentals* — durable execution, determinism/replay, versioning, testing | `temporal-developer` collection skill (complements, not duplicates, `temporal-config-driven`) | `0.37.0` |
512
+ | **[wdm0006/python-skills](https://github.com/wdm0006/python-skills)** | Pre-add dependency evaluation; property-based testing | `library-review` core skill + a Property-Based Testing section in `test-driven-development` (rest skipped as redundant) | `0.38.0` |
513
+ | **[athola/claude-night-market](https://github.com/athola/claude-night-market)** (4-part audit) | Supply-chain defense; review grounding; escalation/safety/shell lenses; doc hygiene & resource-proportionality | `dependency-verification` · `safety-critical-patterns` · `shell-review` · `doc-consolidation` skills; finding-grounding in `code-review-and-quality`; tier-escalation + reversibility gates; `tool-design` §7 | `0.39.0`–`0.42.0` |
514
+ | **OpenTelemetry · W3C Trace Context · [Grafana Tempo](https://github.com/grafana/tempo)** | Vendor-neutral distributed tracing & trace↔log correlation | `otel-tracing` collection skill | `0.43.0` |
515
+ | **[Claude Code docs](https://code.claude.com)** | Verified token-economy settings | `autoCompactEnabled` / `maxSkillDescriptionChars` / terminal-title env in the generated settings, bounded SessionStart context hooks, and a leaner `templates/CLAUDE.md` | `0.44.0` |
516
+ | **[library-skills](https://library-skills.io)** | A dependency's *author-shipped, version-synced* skills as the defense against stale-API generation | Documented as the no-MCP companion to Context7 in `catalog/mcp.yaml`; referenced from `dependency-verification` & `library-review` | `0.45.0` |
517
+ | **[murphytrueman/design-system-ops](https://github.com/murphytrueman/design-system-ops)** | Operating a design system *over time* — token architecture, drift, health/maturity, governance, adoption, AI-readiness | `design-system-ops` collection skill (the operations layer, distinct from the build-time UI skills) | `0.46.0` |
518
+ | **[alibaba](https://github.com/alibaba) org review** (all 542 repos) | Staged leak-resistant evals; agent-operation authorization; tool-set orchestration + atomic state; agent-run span-tree instrumentation; live-attach debugging | `evals` §7, `agent-guardrails` §5, `tool-design` §8, `goal-setting-and-monitoring` §4, and live-attach debugging in `debugging-and-error-recovery` (from atrex-bench · open-agent-auth · app-controller · loongsuite-js · arthas) | `0.47.0` |
519
+ | **[alibaba/open-code-review](https://github.com/alibaba/open-code-review)** | Partition-for-coverage review — deterministic full-file coverage on large changesets, related-file bundling, plan-before-deep-pass | The "Cover Every Changed File" section in `code-review-and-quality` + a Coverage category in `sdlc-code-reviewer` | `0.48.0` |
507
520
 
508
521
  > Each adoption is detailed in the [CHANGELOG](CHANGELOG.md) — including, for every review, what we
509
522
  > deliberately **did not** add because the kit already covered it.
@@ -513,28 +526,30 @@ non-duplicative gaps**, minimally and catalog-wired.
513
526
 
514
527
  <br>
515
528
 
516
- **🪶 ponytailminimalism layer (0.8.0).** Most of ponytail's philosophy (YAGNI, stdlib-first,
517
- surgical diffs) was already enforced by `CLAUDE.md` "Simplicity First" + `code-simplification`, so we
518
- added only the missing *mechanisms*: `over-engineering-review` (a complexity-only, report-only
519
- delete-list), `simplification-debt` (harvests `TODO`/`FIXME`/inline `shortcut:` markers into a ledger
520
- and flags ones that name no upgrade path), and the `load-autonomy` SessionStart hook (surfaces the
521
- active autonomy level each session).
522
-
523
- **🧭 GitHub spec-kit → coverage gate + tracker sync (0.9.0).** The headline was *reuse*: the kit
524
- already had a `story-planner` agent that verifies every acceptance criterion maps to a story, but it
525
- was **never wired into the pipeline**. We made it **stage 1f** (between EM approval and the developer),
526
- so implementation can't start until coverage is proven. We also added `task-tracker-sync` (mirrors a
527
- plan into GitHub / Linear / Jira issues, dependencies preserved) and gave the feature-spec template
528
- stable requirement IDs + an Assumptions section. We **skipped** spec-kit's `/constitution`,
529
- `/clarify`, and `/checklist` all already covered.
530
-
531
- **🛡️ protectai/llm-guard → opt-in LLM security (0.10.0).** The kit secured the *agent itself* and
532
- *traditional* web appsec, but nothing covered **the LLM features you build into your product** (the
533
- OWASP LLM Top 10). Per request, the new layer is **opt-in, bypassable, and states the risk of
534
- bypassing**: an "LLM / AI Feature Security" section in `security-and-hardening` (input/output
535
- guardrails, PII vault, untrusted-output handling, a security-implications-of-bypassing table) plus a
536
- non-blocking `warn-llm-io` hook. We deliberately did **not** add a new rule or fold it into the
537
- mandatory security gate that would have made it mandatory.
529
+ **🎨 murphytrueman/design-system-opsoperations layer (0.46.0).** The kit already covered *building*
530
+ components (`component-design`, `radix-tailwind-component-patterns`) and *verifying one screen*
531
+ (`ui-ux-design`); the gap was operating the system **over time**. The new `design-system-ops`
532
+ collection skill adds the operations lifecycle (audit govern document validate → communicate)
533
+ with five references three-tier token architecture, seven-dimension health & five maturity stages,
534
+ the drift taxonomy, governance & adoption measurement, and AI-readiness / Component Challenge Rating —
535
+ re-derived stack-agnostic with attribution.
536
+
537
+ **🧭 alibaba org review 5 agentic patterns (0.47.0).** We reviewed **all 542 repos** in the Alibaba
538
+ org (survey every repo deep-dive every candidate adversarially verify). The overwhelming majority
539
+ Java middleware, ML/inference, mobile, frontend frameworks carried nothing transferable to a config
540
+ scaffolder, and the verify pass *dropped* a sixth candidate (`p3c`) as unsubstantiated and already
541
+ covered. Five survived: staged leak-resistant evals (`evals` §7), agent-operation authorization
542
+ (`agent-guardrails` §5), tool-set orchestration + atomic state (`tool-design` §8), agent-run span-tree
543
+ instrumentation (`goal-setting-and-monitoring` §4), and live-attach debugging
544
+ (`debugging-and-error-recovery`).
545
+
546
+ **🔍 alibaba/open-code-review coverage-partition review (0.48.0).** A detailed read showed most of its
547
+ methodology (multi-axis review, line-level grounding + re-verify, severity, multi-model) was *already*
548
+ in `code-review-and-quality`. The one genuine gap: **complete file coverage on large changesets** —
549
+ where AI reviewers silently skip files. We added "Cover Every Changed File: Partition, Plan, Then
550
+ Weight Depth" (enumerate from the diff as the checklist of record → bundle related files →
551
+ isolated-context concurrent review → reconcile every file to a verdict), reframing the existing hotspot
552
+ guidance as the *depth* step that follows coverage.
538
553
 
539
554
  </details>
540
555
 
@@ -469,11 +469,24 @@ non-duplicative gaps**, minimally and catalog-wired.
469
469
  | Source | What we learned | What we shipped | Since |
470
470
  |---|---|---|:--:|
471
471
  | **Agentic Design Patterns** — A. Gulli ([coverage map](docs/agentic-patterns.md)) | Reasoning, guardrails, resilience, human-in-the-loop, evals, and tool design as first-class agent disciplines | 8 agent-operation rules + [`docs/agentic-patterns.md`](docs/agentic-patterns.md) | `0.4.0` |
472
- | **[ponytail](https://github.com/DietrichGebert/ponytail)** | YAGNI / anti-over-engineering as an explicit recurring pass; deferral-debt tracking; surfacing the active autonomy level | `over-engineering-review` & `simplification-debt` skills, the `load-autonomy` hook, median-of-N in `evals` | `0.8.0` |
472
+ | **[ponytail](https://github.com/DietrichGebert/ponytail)** | YAGNI / anti-over-engineering as an explicit recurring pass; deferral-debt tracking; surfacing the active autonomy level; a pre-code reuse gate | `over-engineering-review` & `simplification-debt` skills, the `load-autonomy` hook, median-of-N in `evals`; later the pre-code **Reuse/YAGNI gate** (`mandatory-workflow` §2a.5) | `0.8.0`, `0.33.0` |
473
473
  | **[GitHub spec-kit](https://github.com/github/spec-kit)** | Spec → tasks → **analyze** coverage gate; tasks → tracker issues; stable requirement IDs + assumptions in specs | Wired the (previously orphaned) `story-planner` as the **coverage gate (1f)**, a tracker-agnostic `task-tracker-sync` skill, and enriched the feature-spec template | `0.9.0` |
474
474
  | **[protectai/llm-guard](https://github.com/protectai/llm-guard)** | Input→model→output guardrails for LLM features — prompt injection, PII vault, treating model output as untrusted | **Opt-in** "LLM / AI Feature Security" guidance in `security-and-hardening` + the advisory `warn-llm-io` hook (warns, **never blocks**) | `0.10.0` |
475
+ | **[repowise](https://github.com/repowise-dev/repowise)** | Runtime codebase-intelligence — hotspot (churn × complexity), co-change coupling, and change-risk as *advisory* review input | Hotspot/coupling/bus-factor guidance in `code-review-and-quality` (derivable from `git log` alone) + an **optional** `repowise` MCP fragment in the catalog (advisory, never a gate) | `0.11.0` |
475
476
  | **Improvement brief** (external self-review) | API backward-compat as a gate; load-against-SLO as a release criterion; supply-chain maintenance cadence; pipeline resumability, clean abort, and worktree lifecycle; pipeline cost/concurrency/cross-platform transparency | The enterprise **`contract-clear`** gate (owned by `merge-reviewer`) + `api-change-report` template; a load-vs-SLO criterion in Observability Ready; dependency **Cadence Mode**; `/sdlc` resume-vs-restart, `/claude-kit:abort`, worktree teardown; cost/concurrency/Windows notes — **9 surgical extensions, 0 new agents/skills/rules** | `0.12.0` |
476
477
  | **Improvement brief #2** (external self-review) | The covered-vs-**gated** distinction (a skill ≠ a gate); enforce API breaking-changes by default; expand/contract migration safety; back the stack-agnostic claim with a compiled backend; WCAG as a regulated gate; reconcile the PyPI story; ship a worked example + a self-test matrix | [`docs/coverage-audit.md`](docs/coverage-audit.md); **`contract-clear` promoted to `standard`**; a live **Go/net-http** backend; the **`accessibility-clear`** regulated gate; explicit migration-drop rules; a synthetic [`examples/`](examples/) run; an eval-harness template; a profile×stack×scope self-test matrix — **2 gates wired + 1 stack, 0 new agents/skills/rules** | `0.13.0` |
478
+ | **[OpenSpec](https://github.com/Fission-AI/OpenSpec)** | Delta-specs — change-scoped artifacts describing only what a change adds / modifies / removes | A `change-proposal.md` delta-spec template (keyed to stable `R#` ids) + a "full vs delta spec" decision in `spec-driven-development` | `0.34.0` |
479
+ | **gstack "Iron Law" + [superpowers](https://github.com/obra/superpowers)** `systematic-debugging` | Bounding blind fix attempts on a single bug | The **3-strike fix-attempt rule** in `agent-resilience` (each attempt a distinct hypothesis; at the 3rd, stop → re-derive root cause → escalate) | `0.35.0` |
480
+ | **Karpathy-skills · addyosmani/agent-skills · shanraisshan/claude-code-best-practice** | Rule presentation & context hygiene — quotable taglines, embedded self-checks, quantitative context guardrails | Presentation polish on 6 rules + quantitative guardrails in `context-engineering` (presentation only, count-neutral) | `0.36.0` |
481
+ | **[temporalio/skill-temporal-developer](https://github.com/temporalio/skill-temporal-developer)** | Temporal *fundamentals* — durable execution, determinism/replay, versioning, testing | `temporal-developer` collection skill (complements, not duplicates, `temporal-config-driven`) | `0.37.0` |
482
+ | **[wdm0006/python-skills](https://github.com/wdm0006/python-skills)** | Pre-add dependency evaluation; property-based testing | `library-review` core skill + a Property-Based Testing section in `test-driven-development` (rest skipped as redundant) | `0.38.0` |
483
+ | **[athola/claude-night-market](https://github.com/athola/claude-night-market)** (4-part audit) | Supply-chain defense; review grounding; escalation/safety/shell lenses; doc hygiene & resource-proportionality | `dependency-verification` · `safety-critical-patterns` · `shell-review` · `doc-consolidation` skills; finding-grounding in `code-review-and-quality`; tier-escalation + reversibility gates; `tool-design` §7 | `0.39.0`–`0.42.0` |
484
+ | **OpenTelemetry · W3C Trace Context · [Grafana Tempo](https://github.com/grafana/tempo)** | Vendor-neutral distributed tracing & trace↔log correlation | `otel-tracing` collection skill | `0.43.0` |
485
+ | **[Claude Code docs](https://code.claude.com)** | Verified token-economy settings | `autoCompactEnabled` / `maxSkillDescriptionChars` / terminal-title env in the generated settings, bounded SessionStart context hooks, and a leaner `templates/CLAUDE.md` | `0.44.0` |
486
+ | **[library-skills](https://library-skills.io)** | A dependency's *author-shipped, version-synced* skills as the defense against stale-API generation | Documented as the no-MCP companion to Context7 in `catalog/mcp.yaml`; referenced from `dependency-verification` & `library-review` | `0.45.0` |
487
+ | **[murphytrueman/design-system-ops](https://github.com/murphytrueman/design-system-ops)** | Operating a design system *over time* — token architecture, drift, health/maturity, governance, adoption, AI-readiness | `design-system-ops` collection skill (the operations layer, distinct from the build-time UI skills) | `0.46.0` |
488
+ | **[alibaba](https://github.com/alibaba) org review** (all 542 repos) | Staged leak-resistant evals; agent-operation authorization; tool-set orchestration + atomic state; agent-run span-tree instrumentation; live-attach debugging | `evals` §7, `agent-guardrails` §5, `tool-design` §8, `goal-setting-and-monitoring` §4, and live-attach debugging in `debugging-and-error-recovery` (from atrex-bench · open-agent-auth · app-controller · loongsuite-js · arthas) | `0.47.0` |
489
+ | **[alibaba/open-code-review](https://github.com/alibaba/open-code-review)** | Partition-for-coverage review — deterministic full-file coverage on large changesets, related-file bundling, plan-before-deep-pass | The "Cover Every Changed File" section in `code-review-and-quality` + a Coverage category in `sdlc-code-reviewer` | `0.48.0` |
477
490
 
478
491
  > Each adoption is detailed in the [CHANGELOG](CHANGELOG.md) — including, for every review, what we
479
492
  > deliberately **did not** add because the kit already covered it.
@@ -483,28 +496,30 @@ non-duplicative gaps**, minimally and catalog-wired.
483
496
 
484
497
  <br>
485
498
 
486
- **🪶 ponytailminimalism layer (0.8.0).** Most of ponytail's philosophy (YAGNI, stdlib-first,
487
- surgical diffs) was already enforced by `CLAUDE.md` "Simplicity First" + `code-simplification`, so we
488
- added only the missing *mechanisms*: `over-engineering-review` (a complexity-only, report-only
489
- delete-list), `simplification-debt` (harvests `TODO`/`FIXME`/inline `shortcut:` markers into a ledger
490
- and flags ones that name no upgrade path), and the `load-autonomy` SessionStart hook (surfaces the
491
- active autonomy level each session).
492
-
493
- **🧭 GitHub spec-kit → coverage gate + tracker sync (0.9.0).** The headline was *reuse*: the kit
494
- already had a `story-planner` agent that verifies every acceptance criterion maps to a story, but it
495
- was **never wired into the pipeline**. We made it **stage 1f** (between EM approval and the developer),
496
- so implementation can't start until coverage is proven. We also added `task-tracker-sync` (mirrors a
497
- plan into GitHub / Linear / Jira issues, dependencies preserved) and gave the feature-spec template
498
- stable requirement IDs + an Assumptions section. We **skipped** spec-kit's `/constitution`,
499
- `/clarify`, and `/checklist` all already covered.
500
-
501
- **🛡️ protectai/llm-guard → opt-in LLM security (0.10.0).** The kit secured the *agent itself* and
502
- *traditional* web appsec, but nothing covered **the LLM features you build into your product** (the
503
- OWASP LLM Top 10). Per request, the new layer is **opt-in, bypassable, and states the risk of
504
- bypassing**: an "LLM / AI Feature Security" section in `security-and-hardening` (input/output
505
- guardrails, PII vault, untrusted-output handling, a security-implications-of-bypassing table) plus a
506
- non-blocking `warn-llm-io` hook. We deliberately did **not** add a new rule or fold it into the
507
- mandatory security gate that would have made it mandatory.
499
+ **🎨 murphytrueman/design-system-opsoperations layer (0.46.0).** The kit already covered *building*
500
+ components (`component-design`, `radix-tailwind-component-patterns`) and *verifying one screen*
501
+ (`ui-ux-design`); the gap was operating the system **over time**. The new `design-system-ops`
502
+ collection skill adds the operations lifecycle (audit govern document validate → communicate)
503
+ with five references three-tier token architecture, seven-dimension health & five maturity stages,
504
+ the drift taxonomy, governance & adoption measurement, and AI-readiness / Component Challenge Rating —
505
+ re-derived stack-agnostic with attribution.
506
+
507
+ **🧭 alibaba org review 5 agentic patterns (0.47.0).** We reviewed **all 542 repos** in the Alibaba
508
+ org (survey every repo deep-dive every candidate adversarially verify). The overwhelming majority
509
+ Java middleware, ML/inference, mobile, frontend frameworks carried nothing transferable to a config
510
+ scaffolder, and the verify pass *dropped* a sixth candidate (`p3c`) as unsubstantiated and already
511
+ covered. Five survived: staged leak-resistant evals (`evals` §7), agent-operation authorization
512
+ (`agent-guardrails` §5), tool-set orchestration + atomic state (`tool-design` §8), agent-run span-tree
513
+ instrumentation (`goal-setting-and-monitoring` §4), and live-attach debugging
514
+ (`debugging-and-error-recovery`).
515
+
516
+ **🔍 alibaba/open-code-review coverage-partition review (0.48.0).** A detailed read showed most of its
517
+ methodology (multi-axis review, line-level grounding + re-verify, severity, multi-model) was *already*
518
+ in `code-review-and-quality`. The one genuine gap: **complete file coverage on large changesets** —
519
+ where AI reviewers silently skip files. We added "Cover Every Changed File: Partition, Plan, Then
520
+ Weight Depth" (enumerate from the diff as the checklist of record → bundle related files →
521
+ isolated-context concurrent review → reconcile every file to a verdict), reframing the existing hotspot
522
+ guidance as the *depth* step that follows coverage.
508
523
 
509
524
  </details>
510
525
 
@@ -38,8 +38,22 @@ Apply every applicable rule from these documents when reviewing code. Reference
38
38
 
39
39
  Review all code changes produced by the Developer (Agent 4). Check for correctness, security, performance, and adherence to standards. Gate the pipeline — **testing CANNOT start without your approval** (CLAUDE.md §2).
40
40
 
41
+ ## Cover Before You Score (large changesets)
42
+
43
+ Before weighting depth, guarantee coverage. Take the changed-file list from the diff
44
+ (`git diff --name-only`) as the **checklist of record** — every file is reviewed or explicitly marked
45
+ out-of-scope with a reason; the model never decides which files "seem worth" looking at. Review related
46
+ files as **bundles in isolated context** (use parallel lanes for very large changesets per
47
+ `.claude/rules/mandatory-workflow.md`), then reconcile so no file is silently skipped. Allocate extra
48
+ depth to hotspots/coupled files **after** coverage is assured. This is the partition-for-coverage
49
+ discipline in the `code-review-and-quality` skill.
50
+
41
51
  ## Review Checklist
42
52
 
53
+ ### Coverage
54
+ - [ ] Every changed file is accounted for — reviewed or explicitly marked out-of-scope (no silent skips)
55
+ - [ ] Related files reviewed together as bundles (function+tests, schema+migration, paired config/i18n)
56
+
43
57
  ### Correctness
44
58
  - [ ] Logic matches the spec exactly
45
59
  - [ ] All acceptance criteria from the spec are implemented
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "claude-code-kit"
7
- version = "0.47.0"
7
+ version = "0.49.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"
@@ -80,9 +80,45 @@ For detailed profiling and optimization, see `performance-optimization`. Does th
80
80
  - Any missing pagination on list endpoints?
81
81
  - Any large objects created in hot paths?
82
82
 
83
+ ## Cover Every Changed File: Partition, Plan, Then Weight Depth
84
+
85
+ On a large changeset the signature failure of an AI reviewer is **silently skipping files** —
86
+ reviewing a plausible subset while implying the whole. Coverage is a *mechanical* property: guarantee
87
+ it with engineering, not model discretion, **before** deciding where to spend depth (next section).
88
+
89
+ - **Enumerate deterministically.** Take the changed-file list from the diff itself and treat it as the
90
+ checklist of record — every file is reviewed or explicitly marked out-of-scope with a reason. The
91
+ model never decides which files "seem worth" looking at.
92
+ ```bash
93
+ git diff --name-only <base>...<head> # the coverage checklist — nothing falls off it
94
+ ```
95
+ - **Bundle related files into one review unit.** Group files that must be understood together — a
96
+ function and its tests, an interface and its implementations, paired translation/config files
97
+ (`messages.en.json` + `messages.zh.json`), a schema and its migration. A bundle reviewed as a unit
98
+ catches cross-file contract breaks that a one-file-at-a-time pass misses.
99
+ - **Review each bundle in isolated context, concurrently.** Give each bundle its own focused context
100
+ (its own sub-agent/lane) instead of streaming the whole changeset through one window —
101
+ divide-and-conquer keeps quality stable on very large changes and parallelizes naturally (the
102
+ `.claude/rules/mandatory-workflow.md` lane model, within the Brooks's-law caution in
103
+ `.claude/rules/tool-design.md` §7). Context gathered for one bundle is for *understanding only* — a
104
+ discovery in file B doesn't become a comment on the unrelated file A.
105
+ - **Plan before the deep pass on a big diff.** For a large change, first emit a one-paragraph change
106
+ summary plus risk points ranked high→low and the context each needs, then review against that plan.
107
+ A cheap planning pass beats diving in file-by-file blind.
108
+ - **Reconcile at the end.** Merge the per-bundle findings and confirm every file on the enumerated list
109
+ got a verdict. **Coverage = every file accounted for; depth = how hard you looked, allocated next.**
110
+
111
+ > Partition-for-coverage (deterministic file selection, related-file bundling, isolated-context
112
+ > concurrent review, plan-phase for large diffs) is a stack-agnostic adaptation of the hybrid
113
+ > architecture in the Apache-2.0
114
+ > [`alibaba/open-code-review`](https://github.com/alibaba/open-code-review) — engineering guarantees
115
+ > coverage, the model supplies judgment. Re-derived in prose; not vendored.
116
+
83
117
  ## Where to Focus: Change Hotspots & Coupling
84
118
 
85
- You can't give every line equal attention on a large change or an unfamiliar codebase, spend the most scrutiny where defects actually cluster. The project's own git history surfaces this for free, no special tooling required:
119
+ Once every changed file is accounted for (above), allocate *depth* you can't give every line equal
120
+ attention; on a large change or an unfamiliar codebase, spend the most scrutiny where defects actually
121
+ cluster. The project's own git history surfaces this for free, no special tooling required:
86
122
 
87
123
  - **Hotspots (churn × complexity).** Files that change *often* **and** are *large/complex* carry the most risk. List the frequently-changed files and weight review toward the complex ones among them — a rarely-touched file is usually stable, while a hotspot edited in *this* change deserves extra correctness and test scrutiny.
88
124
  ```bash
@@ -306,6 +342,7 @@ For a full pre-add evaluation of a specific candidate (maintenance/bus-factor, l
306
342
 
307
343
  ### Context
308
344
  - [ ] I understand what this change does and why
345
+ - [ ] Every changed file is accounted for — reviewed or explicitly marked out-of-scope (no silent skips)
309
346
  - [ ] For a large/unfamiliar change, I focused review on the riskiest files (hotspots, coupled files)
310
347
 
311
348
  ### Correctness
@@ -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.47.0"
10
+ __version__ = "0.49.0"