claude-code-kit 0.7.0__tar.gz → 0.7.1__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 (219) hide show
  1. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/.claude-plugin/marketplace.json +1 -1
  2. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/.claude-plugin/plugin.json +1 -1
  3. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/CHANGELOG.md +15 -7
  4. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/PKG-INFO +1 -1
  5. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/pyproject.toml +1 -1
  6. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/scripts/init.sh +4 -1
  7. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/src/claude_kit/__init__.py +1 -1
  8. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/.gitignore +0 -0
  9. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/CLAUDE.md +0 -0
  10. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/CONTRIBUTING.md +0 -0
  11. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/LICENSE +0 -0
  12. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/README.md +0 -0
  13. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/acceptance-reviewer.md +0 -0
  14. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/auditor.md +0 -0
  15. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/dependency-scanner.md +0 -0
  16. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/developer.md +0 -0
  17. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/devils-advocate.md +0 -0
  18. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/devops-engineer.md +0 -0
  19. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/e2e-tester.md +0 -0
  20. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/em-reviewer.md +0 -0
  21. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/incident-responder.md +0 -0
  22. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/merge-reviewer.md +0 -0
  23. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/observability-engineer.md +0 -0
  24. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/orchestrator.md +0 -0
  25. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/owasp-reviewer.md +0 -0
  26. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/policy-validator.md +0 -0
  27. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/pr-raiser.md +0 -0
  28. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/risk-classifier.md +0 -0
  29. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/sdlc-code-reviewer.md +0 -0
  30. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/secret-scanner.md +0 -0
  31. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/security-reviewer.md +0 -0
  32. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/senior-backend-dev.md +0 -0
  33. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/senior-frontend-dev.md +0 -0
  34. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/senior-tester.md +0 -0
  35. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/spec-doc-writer.md +0 -0
  36. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/story-planner.md +0 -0
  37. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/technical-architect.md +0 -0
  38. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/tester.md +0 -0
  39. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/ui-designer.md +0 -0
  40. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/agents/unit-tester.md +0 -0
  41. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/catalog/mcp.yaml +0 -0
  42. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/catalog/org.yaml +0 -0
  43. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/catalog/profiles.yaml +0 -0
  44. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/catalog/stacks.yaml +0 -0
  45. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/commands/init.md +0 -0
  46. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/commands/sdlc.md +0 -0
  47. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/commands/status.md +0 -0
  48. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/docs/agentic-patterns.md +0 -0
  49. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/docs/agents.md +0 -0
  50. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/docs/architecture.md +0 -0
  51. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/docs/org-capabilities.md +0 -0
  52. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/hooks.json +0 -0
  53. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/scripts/audit-log.sh +0 -0
  54. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/scripts/guard-secrets.sh +0 -0
  55. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/scripts/lint-fix.sh +0 -0
  56. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/scripts/load-continuity.sh +0 -0
  57. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/scripts/load-learnings.sh +0 -0
  58. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/scripts/type-check.sh +0 -0
  59. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/scripts/validate-frontmatter.sh +0 -0
  60. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/scripts/validate-settings.sh +0 -0
  61. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/scripts/warn-large-edits.sh +0 -0
  62. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/scripts/warn-missing-tests.sh +0 -0
  63. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/scripts/warn-sensitive-files.sh +0 -0
  64. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/hooks/scripts/warn-shared-modules.sh +0 -0
  65. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/agent-guardrails.md +0 -0
  66. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/agent-memory.md +0 -0
  67. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/agent-resilience.md +0 -0
  68. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/autonomy-levels.md +0 -0
  69. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/code-organization.md +0 -0
  70. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/continuity.md +0 -0
  71. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/design-patterns.md +0 -0
  72. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/devops-observability.md +0 -0
  73. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/documentation.md +0 -0
  74. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/evals.md +0 -0
  75. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/frontend-best-practices.md +0 -0
  76. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/goal-setting-and-monitoring.md +0 -0
  77. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/human-in-the-loop.md +0 -0
  78. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/linting-and-formatting.md +0 -0
  79. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/mandatory-workflow.md +0 -0
  80. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/model-tiers.md +0 -0
  81. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/quality-gates.md +0 -0
  82. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/rarv-cycle.md +0 -0
  83. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/reasoning-techniques.md +0 -0
  84. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/responsive-and-accessibility.md +0 -0
  85. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/risk-classification.md +0 -0
  86. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/testing.md +0 -0
  87. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/rules/tool-design.md +0 -0
  88. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/_references/accessibility-checklist.md +0 -0
  89. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/_references/orchestration-patterns.md +0 -0
  90. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/_references/performance-checklist.md +0 -0
  91. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/_references/security-checklist.md +0 -0
  92. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/_references/testing-patterns.md +0 -0
  93. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/accessibility-review/SKILL.md +0 -0
  94. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/api-and-interface-design/SKILL.md +0 -0
  95. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/api-integration/SKILL.md +0 -0
  96. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/archive-sprint/SKILL.md +0 -0
  97. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/backlog/SKILL.md +0 -0
  98. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/backlog/item-template.md +0 -0
  99. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/browser-testing-with-devtools/SKILL.md +0 -0
  100. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/ci-cd-and-automation/SKILL.md +0 -0
  101. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/code-review-and-quality/SKILL.md +0 -0
  102. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/code-simplification/SKILL.md +0 -0
  103. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/component-design/SKILL.md +0 -0
  104. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/consolidate-learnings/SKILL.md +0 -0
  105. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/context-engineering/SKILL.md +0 -0
  106. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/debugging-and-error-recovery/SKILL.md +0 -0
  107. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/decision/SKILL.md +0 -0
  108. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/decision/adr-template.md +0 -0
  109. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/deprecation-and-migration/SKILL.md +0 -0
  110. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/documentation-and-adrs/SKILL.md +0 -0
  111. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/doubt-driven-development/SKILL.md +0 -0
  112. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/execute/SKILL.md +0 -0
  113. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/frontend-ui-engineering/SKILL.md +0 -0
  114. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/git-workflow-and-versioning/SKILL.md +0 -0
  115. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/idea-refine/SKILL.md +0 -0
  116. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/idea-refine/examples.md +0 -0
  117. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/idea-refine/frameworks.md +0 -0
  118. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/idea-refine/refinement-criteria.md +0 -0
  119. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/idea-refine/scripts/idea-refine.sh +0 -0
  120. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/incident-postmortem/SKILL.md +0 -0
  121. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/incremental-implementation/SKILL.md +0 -0
  122. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/interview-me/SKILL.md +0 -0
  123. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/load-testing/SKILL.md +0 -0
  124. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/manual-test/SKILL.md +0 -0
  125. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/performance-optimization/SKILL.md +0 -0
  126. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/planning-and-task-breakdown/SKILL.md +0 -0
  127. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/playwright-verification/SKILL.md +0 -0
  128. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/refresh-docs/SKILL.md +0 -0
  129. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/remember/SKILL.md +0 -0
  130. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/scope/SKILL.md +0 -0
  131. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/scope/scope-template.md +0 -0
  132. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/sdlc/SKILL.md +0 -0
  133. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/security-and-hardening/SKILL.md +0 -0
  134. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/security-verification/SKILL.md +0 -0
  135. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/shipping-and-launch/SKILL.md +0 -0
  136. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/smoke-test/SKILL.md +0 -0
  137. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/source-driven-development/SKILL.md +0 -0
  138. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/spec-driven-development/SKILL.md +0 -0
  139. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/sprint/SKILL.md +0 -0
  140. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/sprint/sprint-template.md +0 -0
  141. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/test-driven-development/SKILL.md +0 -0
  142. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/threat-model/SKILL.md +0 -0
  143. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/triage/SKILL.md +0 -0
  144. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/ui-ux-design/SKILL.md +0 -0
  145. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/unit-test/SKILL.md +0 -0
  146. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/skills/using-agent-skills/SKILL.md +0 -0
  147. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/src/claude_kit/__main__.py +0 -0
  148. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/src/claude_kit/catalog.py +0 -0
  149. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/src/claude_kit/cli.py +0 -0
  150. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/src/claude_kit/hooks.py +0 -0
  151. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/src/claude_kit/models.py +0 -0
  152. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/src/claude_kit/prompts.py +0 -0
  153. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/src/claude_kit/render.py +0 -0
  154. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/src/claude_kit/scaffold.py +0 -0
  155. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/src/claude_kit/upgrader.py +0 -0
  156. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/src/claude_kit/validator.py +0 -0
  157. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/CLAUDE.md +0 -0
  158. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/CLAUDE.stack.md.tmpl +0 -0
  159. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/CONTINUITY.template.md +0 -0
  160. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/README.claude-sdlc.md.tmpl +0 -0
  161. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/agent-memory/MEMORY.md +0 -0
  162. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/agent-memory/api/.gitkeep +0 -0
  163. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/agent-memory/architecture/.gitkeep +0 -0
  164. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/agent-memory/debugging/.gitkeep +0 -0
  165. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/agent-memory/gotchas/.gitkeep +0 -0
  166. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/agent-memory/patterns/.gitkeep +0 -0
  167. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/agent-memory/performance/.gitkeep +0 -0
  168. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/artifacts/adr.md +0 -0
  169. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/artifacts/feature-spec.md +0 -0
  170. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/artifacts/release-plan.md +0 -0
  171. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/artifacts/runbook.md +0 -0
  172. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/artifacts/security-review.md +0 -0
  173. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/artifacts/test-plan.md +0 -0
  174. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/README.md +0 -0
  175. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/agents/data-workflow-agent.md +0 -0
  176. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/agents/founder-prototype-agent.md +0 -0
  177. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/agents/internal-tools-builder.md +0 -0
  178. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/agents/pm-copilot.md +0 -0
  179. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/agents/support-ticket-engineer.md +0 -0
  180. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/devops-and-release/README.md +0 -0
  181. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/devops-and-release/pack.yaml +0 -0
  182. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/engineering-core/README.md +0 -0
  183. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/engineering-core/pack.yaml +0 -0
  184. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/non-engineer-builder/README.md +0 -0
  185. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
  186. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/onboarding-and-docs/README.md +0 -0
  187. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
  188. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/product-to-code/README.md +0 -0
  189. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/product-to-code/pack.yaml +0 -0
  190. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/quality-and-review/README.md +0 -0
  191. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/quality-and-review/pack.yaml +0 -0
  192. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/security-and-compliance/README.md +0 -0
  193. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
  194. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/rules/ai-working-agreement.md +0 -0
  195. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/rules/ambiguity-resolution.md +0 -0
  196. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/rules/branch-and-pr-policy.md +0 -0
  197. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/rules/compliance-policy.md +0 -0
  198. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/rules/non-engineer-safe-coding.md +0 -0
  199. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/rules/pii-policy.md +0 -0
  200. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/rules/production-data-policy.md +0 -0
  201. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/rules/prompt-to-task-conversion.md +0 -0
  202. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/rules/prototype-boundaries.md +0 -0
  203. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/rules/secrets-policy.md +0 -0
  204. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
  205. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
  206. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
  207. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
  208. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
  209. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/settings.json +0 -0
  210. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +0 -0
  211. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
  212. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
  213. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
  214. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
  215. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
  216. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
  217. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
  218. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/stacks/db/postgres/rules/postgres-patterns.md +0 -0
  219. {claude_code_kit-0.7.0 → claude_code_kit-0.7.1}/templates/stacks/frontend/react/rules/react-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.7.0",
13
+ "version": "0.7.1",
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.7.0",
3
+ "version": "0.7.1",
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,15 +4,18 @@ 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
- ## [Unreleased]
7
+ ## [0.7.1] — 2026-06-09
8
8
 
9
- ### Changed
9
+ A parity fix for the no-pip fallback scaffolder so the plugin's `/claude-kit:init` command works
10
+ end-to-end when the Python CLI is not installed. No change to the scaffolded configuration.
10
11
 
11
- - **PyPI distribution name is now `claude-code-kit`** (was `claude-kit`). The name `claude-kit`
12
- is blocked on PyPI by its typosquat guard (too similar to the existing `claudekit`), so the
13
- package is published as `claude-code-kit`: `pip install claude-code-kit`. The CLI commands
14
- (`claude-kit` / `ckit` / `claude-sdlc`), the import package (`claude_kit`), the GitHub repo, and
15
- the Claude Code plugin name all remain `claude-kit` only the PyPI project name changed.
12
+ ### Fixed
13
+ - **`scripts/init.sh` now accepts `--defaults`.** The `/claude-kit:init` command advertises
14
+ `[target-dir] [--defaults] [--force]` and passes the arguments straight through to the bundled
15
+ shell fallback when neither `claude-kit` nor `ckit` is on `PATH` but the fallback rejected
16
+ `--defaults` with `unknown flag` (exit 2), breaking `/claude-kit:init --defaults` for plugin-only
17
+ users. The flag is now accepted as a no-op for parity with `claude-kit init --defaults` (the shell
18
+ scaffolder is already non-interactive). The pip-CLI path was never affected.
16
19
 
17
20
  ## [0.7.0] — 2026-06-09
18
21
 
@@ -51,6 +54,11 @@ always-on core (not catalog-gated).
51
54
  provenance for all of the above.
52
55
  - Version bumped to **0.7.0**; `tests/test_scaffold.py` now asserts `evals.md` + `tool-design.md` ship
53
56
  in every profile.
57
+ - **PyPI distribution name is `claude-code-kit`.** The name `claude-kit` is blocked on PyPI by its
58
+ typosquat guard (too similar to the existing `claudekit`), so the package publishes as
59
+ `claude-code-kit` (`pip install claude-code-kit`). The CLI commands (`claude-kit` / `ckit` /
60
+ `claude-sdlc`), the import package (`claude_kit`), the GitHub repo, and the Claude Code plugin name
61
+ all remain `claude-kit` — only the PyPI project name changed.
54
62
 
55
63
  ### Fixed
56
64
  Surfaced by a full install-readiness audit of both distribution paths (plugin + pip):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: claude-code-kit
3
- Version: 0.7.0
3
+ Version: 0.7.1
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
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "claude-code-kit"
7
- version = "0.7.0"
7
+ version = "0.7.1"
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"
@@ -7,8 +7,10 @@
7
7
  # Used by the /claude-kit:init slash command (plugin) and runnable directly from a checkout.
8
8
  # The pip CLI (`claude-kit init`) performs the same scaffolding in Python.
9
9
  #
10
- # Usage: init.sh [TARGET_DIR] [--force] [--minimal] [--no-hooks]
10
+ # Usage: init.sh [TARGET_DIR] [--defaults] [--force] [--minimal] [--no-hooks]
11
11
  # TARGET_DIR project to scaffold into (default: $CLAUDE_PROJECT_DIR or current dir)
12
+ # --defaults accepted for parity with the pip CLI (`claude-kit init --defaults`); a no-op here
13
+ # because this shell fallback is already non-interactive
12
14
  # --force overwrite existing CLAUDE.md / settings.json (otherwise written as *.example)
13
15
  # --minimal only CLAUDE.md + rules/ (skip agents, skills, hooks, memory)
14
16
  # --no-hooks skip installing hook scripts and settings.json
@@ -20,6 +22,7 @@ for arg in "$@"; do
20
22
  --force) FORCE=1 ;;
21
23
  --minimal) MINIMAL=1 ;;
22
24
  --no-hooks) NO_HOOKS=1 ;;
25
+ --defaults) : ;; # parity with `claude-kit init --defaults`; no-op (this fallback is non-interactive)
23
26
  -*) echo "unknown flag: $arg" >&2; exit 2 ;;
24
27
  *) TARGET="$arg" ;;
25
28
  esac
@@ -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.7.0"
10
+ __version__ = "0.7.1"
File without changes