claude-code-kit 0.17.0__tar.gz → 0.17.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.
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/.claude-plugin/marketplace.json +1 -1
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/.claude-plugin/plugin.json +1 -1
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/CHANGELOG.md +27 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/PKG-INFO +96 -37
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/README.md +95 -36
- claude_code_kit-0.17.1/hooks/hooks.json +72 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/pyproject.toml +1 -1
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/__init__.py +1 -1
- claude_code_kit-0.17.0/hooks/hooks.json +0 -70
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/.gitignore +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/CLAUDE.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/CONTRIBUTING.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/LICENSE +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/acceptance-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/auditor.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/dependency-scanner.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/developer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/devils-advocate.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/devops-engineer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/e2e-tester.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/em-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/incident-responder.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/merge-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/observability-engineer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/orchestrator.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/owasp-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/policy-validator.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/pr-raiser.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/risk-classifier.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/sdlc-code-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/secret-scanner.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/security-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/senior-backend-dev.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/senior-frontend-dev.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/senior-tester.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/spec-doc-writer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/story-planner.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/technical-architect.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/tester.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/ui-designer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/agents/unit-tester.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/catalog/capture.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/catalog/mcp.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/catalog/org.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/catalog/profiles.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/catalog/stacks.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/commands/abort.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/commands/init.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/commands/sdlc.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/commands/status.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/docs/agentic-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/docs/agents.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/docs/architecture.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/docs/coverage-audit.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/docs/eval-harness.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/docs/org-capabilities.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/audit-log.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/capture-learnings.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/guard-destructive-git.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/guard-secrets.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/lint-fix.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/load-autonomy.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/load-continuity.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/load-learnings.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/type-check.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/validate-frontmatter.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/validate-settings.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/warn-large-edits.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/warn-llm-io.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/warn-missing-tests.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/warn-sensitive-files.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/hooks/scripts/warn-shared-modules.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/agent-guardrails.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/agent-memory.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/agent-resilience.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/autonomy-levels.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/code-organization.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/continuity.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/design-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/devops-observability.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/documentation.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/evals.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/frontend-best-practices.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/goal-setting-and-monitoring.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/human-in-the-loop.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/linting-and-formatting.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/mandatory-workflow.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/model-tiers.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/quality-gates.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/rarv-cycle.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/reasoning-techniques.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/responsive-and-accessibility.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/risk-classification.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/testing.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/rules/tool-design.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/scripts/init.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/_references/accessibility-checklist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/_references/orchestration-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/_references/performance-checklist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/_references/security-checklist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/_references/testing-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/accessibility-review/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/api-and-interface-design/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/api-integration/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/archive-sprint/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/backlog/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/backlog/item-template.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/browser-testing-with-devtools/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/bug-hunt/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/ci-cd-and-automation/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/code-review-and-quality/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/code-simplification/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/component-design/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/consolidate-learnings/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/context-engineering/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/debugging-and-error-recovery/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/decision/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/decision/adr-template.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/deprecation-and-migration/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/documentation-and-adrs/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/doubt-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/execute/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/frontend-ui-engineering/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/git-workflow-and-versioning/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/idea-refine/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/idea-refine/examples.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/idea-refine/frameworks.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/idea-refine/refinement-criteria.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/idea-refine/scripts/idea-refine.sh +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/incident-postmortem/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/incremental-implementation/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/interview-me/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/load-testing/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/manual-test/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/over-engineering-review/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/performance-optimization/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/planning-and-task-breakdown/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/playwright-verification/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/refresh-docs/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/remember/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/scope/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/scope/scope-template.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/sdlc/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/security-and-hardening/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/security-verification/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/shipping-and-launch/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/simplification-debt/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/smoke-test/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/source-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/spec-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/sprint/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/sprint/sprint-template.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/task-tracker-sync/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/test-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/test-plan-review/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/threat-model/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/triage/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/ui-ux-design/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/unit-test/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/skills/using-agent-skills/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/__main__.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/catalog.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/cli.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/hooks.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/models.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/prompts.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/render.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/scaffold.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/upgrader.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/src/claude_kit/validator.py +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/CLAUDE.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/CLAUDE.stack.md.tmpl +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/CONTINUITY.template.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/README.claude-sdlc.md.tmpl +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/MEMORY.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/api/.gitkeep +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/architecture/.gitkeep +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/debugging/.gitkeep +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/gotchas/.gitkeep +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/patterns/.gitkeep +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/agent-memory/performance/.gitkeep +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/adr.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/api-change-report.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/feature-spec.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/release-plan.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/runbook.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/security-review.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/artifacts/test-plan.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/agents/data-workflow-agent.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/agents/founder-prototype-agent.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/agents/internal-tools-builder.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/agents/pm-copilot.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/agents/staff-pm-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/agents/support-ticket-engineer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/devops-and-release/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/devops-and-release/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/engineering-core/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/engineering-core/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/non-engineer-builder/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/onboarding-and-docs/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/product-to-code/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/product-to-code/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/quality-and-review/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/quality-and-review/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/security-and-compliance/README.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/ai-working-agreement.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/ambiguity-resolution.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/branch-and-pr-policy.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/compliance-policy.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/non-engineer-safe-coding.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/pii-policy.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/production-data-policy.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/prompt-to-task-conversion.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/prototype-boundaries.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/rules/secrets-policy.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/review-scope/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/review-sprint/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/review-sprint-plan/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/org/skills/review-ux-flow/SKILL.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/settings.json +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/backend/go/net-http/rules/go-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/db/postgres/rules/postgres-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/frontend/react/rules/design-system-compliance.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/frontend/react/rules/mobile-design-guidelines.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/frontend/react/rules/react-patterns.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/templates/stacks/frontend/react/rules/ui-design-system.md +0 -0
- {claude_code_kit-0.17.0 → claude_code_kit-0.17.1}/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.17.
|
|
13
|
+
"version": "0.17.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.17.
|
|
3
|
+
"version": "0.17.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,6 +4,33 @@ 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.17.1] — 2026-06-17
|
|
8
|
+
|
|
9
|
+
**Fix: the plugin's hooks now load.** `.claude-plugin/plugin.json` points its `hooks` field at a file
|
|
10
|
+
(`./hooks/hooks.json`), and Claude Code requires a *referenced* hooks file to be shaped like a
|
|
11
|
+
settings fragment — a top-level `hooks` record mapping events to matcher groups. The kit had shipped
|
|
12
|
+
that file as a **flat** event map since 0.7.0, so the plugin loader rejected it (`invalid_type … path:
|
|
13
|
+
["hooks"] … expected record, received undefined`) and **none of the plugin's hooks loaded** (the
|
|
14
|
+
destructive-command guards, context loaders, capture, and learning-detection). This affected only the
|
|
15
|
+
**plugin** channel; the pip CLI was always fine because it builds `.claude/settings.json` from
|
|
16
|
+
`HOOK_REGISTRY` (`src/claude_kit/hooks.py`), a separate source. Run `/reload-plugins` then `/doctor`
|
|
17
|
+
after upgrading to confirm the error is gone.
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
- **`hooks/hooks.json`** is now wrapped under a top-level `hooks` key (inner content otherwise
|
|
21
|
+
byte-identical — every matcher group and prompt preserved). This matches every other Claude Code
|
|
22
|
+
plugin that references a hooks file (superpowers, hookify, vercel, …).
|
|
23
|
+
|
|
24
|
+
### Added
|
|
25
|
+
- **`tests/test_plugin.py`** — a regression guard asserting the plugin hooks file is wrapped and
|
|
26
|
+
well-formed (known events, non-empty `hooks` lists, `command`/`prompt` entry types), so a flat file
|
|
27
|
+
can't ship again. Suite now 99 passing.
|
|
28
|
+
|
|
29
|
+
### Not adopted (deliberately)
|
|
30
|
+
- **Inlining the hooks into `plugin.json`** (the other valid shape) — kept the external file because the
|
|
31
|
+
`UserPromptSubmit` routing and learning-detection prompts are long and read far better in a dedicated
|
|
32
|
+
file than inlined in the manifest.
|
|
33
|
+
|
|
7
34
|
## [0.17.0] — 2026-06-17
|
|
8
35
|
|
|
9
36
|
**Make agent-side learning capture an init-time, cost-aware choice — and make it actually remember.**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claude-code-kit
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.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
|
|
@@ -41,7 +41,7 @@ with a quality gate between every phase. **No application code. No Docker. Confi
|
|
|
41
41
|
[](https://github.com/ajyadav013/claude-kit/actions/workflows/ci.yml)
|
|
42
42
|
[](CHANGELOG.md)
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
✨ [Features](#features) · 🚀 [Quick start](#quick-start) · 🧭 [How it works](#how-it-works) · 🔁 [The pipeline](#the-pipeline) · 🧪 [Example](examples/) · 🌱 [What we adopted](#influences--what-we-adopted) · 🤖 [Agents](#the-agents) · 🧩 [Catalog](#catalog--extensibility) · 🛠️ [CLI](#cli-reference) · 📖 [Agent guide](docs/agents.md)
|
|
45
45
|
|
|
46
46
|
</div>
|
|
47
47
|
|
|
@@ -49,36 +49,45 @@ with a quality gate between every phase. **No application code. No Docker. Confi
|
|
|
49
49
|
|
|
50
50
|
## What is this?
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
52
|
+
Claude Code is brilliant at single tasks — but a real change is never just one task. It's a spec, a
|
|
53
|
+
plan, code, review, tests, a security pass, a PR. **claude-kit turns that whole lifecycle into a
|
|
54
|
+
pipeline of focused agents and installs it into Claude Code as configuration.**
|
|
55
|
+
|
|
56
|
+
Instead of one assistant doing everything in a single pass, your request flows through specialists — a
|
|
57
|
+
spec writer, a story planner, a developer, independent reviewers, testers, security scanners, a PR
|
|
58
|
+
raiser — coordinated by an **Orchestrator** that runs independent work in parallel and **refuses to
|
|
59
|
+
advance until each phase's quality gate passes**. You drive it all with one command:
|
|
57
60
|
**`/sdlc <your task>`**.
|
|
58
61
|
|
|
59
|
-
**
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
installs matching overlay rules (React · FastAPI · Go/net-http · PostgreSQL · MongoDB) and your exact
|
|
63
|
-
lint/test/build commands. Picking React also installs a full design-system rule set (design tokens,
|
|
64
|
-
UX patterns, mobile/Capacitor guidelines) that the UI skills and `ui-designer` agent read. It never
|
|
65
|
-
writes your app code and never needs Docker.
|
|
66
|
-
- 🎚️ **Dial the rigor with profiles** — `lean ⊊ standard ⊊ enterprise` decide how many agents, skills,
|
|
67
|
-
hooks, and gates are active, from "fast track" to "full audit".
|
|
68
|
-
- 👥 **Scope to your team** — `individual` / `team` (default) / `organization`. Org scope adds a
|
|
69
|
-
vibe-coding layer so PMs, designers, QA, support, and founders can drive work safely too.
|
|
70
|
-
- 🧠 **Remembers across sessions** — working memory (`CONTINUITY.md`) survives context compaction, and a
|
|
71
|
-
learnings loop (`agent-memory/`) means the same mistake isn't made twice. Learnings are captured
|
|
72
|
-
automatically — from your corrections *and*, in a non-blocking background job, from what Claude
|
|
73
|
-
changed. How aggressively to capture is a cost-aware choice at `init` (`capture_mode`: off · on
|
|
74
|
-
clean exit · + catch-up for sessions closed abruptly · per task).
|
|
75
|
-
- 📦 **Two channels, one source** — a first-class Claude Code **plugin** *and* a **pip** scaffolder.
|
|
62
|
+
It ships **no application code and needs no Docker** — only the rules, agents, skills, and gates that
|
|
63
|
+
govern *how* the work gets done. Choose your stack, rigor, and team scope at `init`; everything else
|
|
64
|
+
adapts.
|
|
76
65
|
|
|
77
66
|
> Inspired by the autonomous-SDLC idea, rebuilt from the ground up **for Claude Code**, and kept small
|
|
78
67
|
> by a **reuse-first** policy — see [what we adopted](#influences--what-we-adopted) and from where.
|
|
79
68
|
|
|
80
69
|
---
|
|
81
70
|
|
|
71
|
+
## Features
|
|
72
|
+
|
|
73
|
+
The whole product at a glance — one line each. Expand **[Feature details](#feature-details)** (below
|
|
74
|
+
Quick start) for the full breakdown of any row.
|
|
75
|
+
|
|
76
|
+
| Area | What you get |
|
|
77
|
+
|------|--------------|
|
|
78
|
+
| 🔁 **Pipeline & quality gates** | Gate-enforced progression (zero open Critical/High/Medium to advance), per-profile gate sets, a fast-track for small changes, and an anti-sycophancy `devils-advocate` pass |
|
|
79
|
+
| 🤖 **Agent roster** | **28** tiered agents + per-database overlays + **6** org personas, led by an Orchestrator that never writes code |
|
|
80
|
+
| 🔍 **Self-verification & review** | RARV green-Verify (real commands, not imagined), blind parallel review, and read-only risk classification |
|
|
81
|
+
| 📐 **Rules & skills** | **23** stack-agnostic core rules (incl. 8 agent-operation rules) + **51** context-activated skills |
|
|
82
|
+
| 🧱 **Stacks & overlays** | Stack-agnostic core + **10** overlay rule sets (React · FastAPI · Go · Postgres · Mongo) wired to your exact commands, incl. a full React design system |
|
|
83
|
+
| 🎚️ **Profiles, scopes & org** | **3** rigor profiles · **3** scopes · **5** autonomy levels · **7** org packs + **10** policy rules |
|
|
84
|
+
| 🧠 **Memory & learning** | Working memory across context compaction + a cost-aware learnings loop (`capture_mode`) so the same mistake isn't repeated |
|
|
85
|
+
| 🛠️ **Hooks & guards** | **16** event hooks — blocking safety guards vs. advisory warnings — that no-op gracefully without `jq` |
|
|
86
|
+
| 📦 **Distribution & lifecycle** | Plugin **and** pip from one source, **9** ready MCP fragments, and edit-preserving `upgrade` |
|
|
87
|
+
| ♻️ **Reuse-first by design** | Adopt-only-the-new reviews, opt-in LLM/AI security (OWASP LLM Top 10), a worked example + self-test matrix |
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
82
91
|
## Quick start
|
|
83
92
|
|
|
84
93
|
<details open>
|
|
@@ -170,12 +179,15 @@ README.claude-sdlc.md
|
|
|
170
179
|
|
|
171
180
|
---
|
|
172
181
|
|
|
173
|
-
##
|
|
182
|
+
## Feature details
|
|
174
183
|
|
|
175
|
-
|
|
176
|
-
|
|
184
|
+
Each area from the [Features](#features) table, expanded — the README stays short; open only what you
|
|
185
|
+
need.
|
|
177
186
|
|
|
178
|
-
|
|
187
|
+
<details>
|
|
188
|
+
<summary><b>🔁 Pipeline & quality gates</b></summary>
|
|
189
|
+
|
|
190
|
+
<br>
|
|
179
191
|
|
|
180
192
|
- **Gate-enforced progression** — every phase ends in a quality gate that passes *only* with zero open
|
|
181
193
|
Critical/High/Medium findings; no silent advancement (see [the pipeline](#the-pipeline)).
|
|
@@ -186,7 +198,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
186
198
|
- **Anti-sycophancy guard** — a *unanimous* PASS is treated as suspicious and triggers an adversarial
|
|
187
199
|
`devils-advocate` pass before the gate may close.
|
|
188
200
|
|
|
189
|
-
|
|
201
|
+
</details>
|
|
202
|
+
|
|
203
|
+
<details>
|
|
204
|
+
<summary><b>🤖 The agent roster</b></summary>
|
|
205
|
+
|
|
206
|
+
<br>
|
|
190
207
|
|
|
191
208
|
- **28 specialized agents** in [`agents/`](agents/), each tagged with a `tier`
|
|
192
209
|
(orchestrator · stage-lead · specialist · review) and installed per profile.
|
|
@@ -199,7 +216,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
199
216
|
`data-workflow-agent` · `internal-tools-builder` · `staff-pm-reviewer`) unlock in org scope so
|
|
200
217
|
non-engineers can drive work safely.
|
|
201
218
|
|
|
202
|
-
|
|
219
|
+
</details>
|
|
220
|
+
|
|
221
|
+
<details>
|
|
222
|
+
<summary><b>🔍 Self-verification & review</b></summary>
|
|
223
|
+
|
|
224
|
+
<br>
|
|
203
225
|
|
|
204
226
|
- **RARV self-check** — every agent runs Reason → Act → Reflect → Verify and must show a *green Verify*
|
|
205
227
|
(real commands run, not imagined) before handing off.
|
|
@@ -208,7 +230,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
208
230
|
- **Risk-classified work** — a read-only `risk-classifier` labels each task low/medium/high/restricted
|
|
209
231
|
and names the gates it requires (enterprise + org).
|
|
210
232
|
|
|
211
|
-
|
|
233
|
+
</details>
|
|
234
|
+
|
|
235
|
+
<details>
|
|
236
|
+
<summary><b>📐 Rules & skills</b></summary>
|
|
237
|
+
|
|
238
|
+
<br>
|
|
212
239
|
|
|
213
240
|
- **23 stack-agnostic core rules** in [`rules/`](rules/) — `mandatory-workflow`, `quality-gates`,
|
|
214
241
|
`rarv-cycle`, `continuity`, plus eight agent-operation rules and `autonomy-levels` +
|
|
@@ -218,7 +245,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
218
245
|
- **Profile-subset install** — each profile installs a strict subset of agents, skills, hooks, and
|
|
219
246
|
rules (`lean ⊂ standard ⊂ enterprise`), from fast track to full audit.
|
|
220
247
|
|
|
221
|
-
|
|
248
|
+
</details>
|
|
249
|
+
|
|
250
|
+
<details>
|
|
251
|
+
<summary><b>🧱 Stacks & overlays</b></summary>
|
|
252
|
+
|
|
253
|
+
<br>
|
|
222
254
|
|
|
223
255
|
- **Stack-agnostic core** — the pipeline assumes no language or framework; it never writes your app
|
|
224
256
|
code and never needs Docker.
|
|
@@ -227,7 +259,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
227
259
|
- **A full React design system** — picking React installs design tokens, UX patterns, and
|
|
228
260
|
mobile/Capacitor guidelines that the UI skills and `ui-designer` agent read.
|
|
229
261
|
|
|
230
|
-
|
|
262
|
+
</details>
|
|
263
|
+
|
|
264
|
+
<details>
|
|
265
|
+
<summary><b>🎚️ Profiles, scopes & the org layer</b></summary>
|
|
266
|
+
|
|
267
|
+
<br>
|
|
231
268
|
|
|
232
269
|
- **3 rigor profiles** — `lean ⊊ standard ⊊ enterprise` decide how many agents, skills, hooks, and
|
|
233
270
|
gates are active.
|
|
@@ -239,7 +276,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
239
276
|
compliance, production-data) install only in organization scope (see
|
|
240
277
|
[`docs/org-capabilities.md`](docs/org-capabilities.md)).
|
|
241
278
|
|
|
242
|
-
|
|
279
|
+
</details>
|
|
280
|
+
|
|
281
|
+
<details>
|
|
282
|
+
<summary><b>🧠 Memory & continuous learning</b></summary>
|
|
283
|
+
|
|
284
|
+
<br>
|
|
243
285
|
|
|
244
286
|
- **Working memory across sessions** — `CONTINUITY.md` survives context compaction so the pipeline
|
|
245
287
|
never loses its place.
|
|
@@ -248,7 +290,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
248
290
|
- **Cost-aware capture** — how aggressively learnings are captured (`capture_mode`: off · on clean
|
|
249
291
|
exit · + catch-up · per task) is a choice at `init`.
|
|
250
292
|
|
|
251
|
-
|
|
293
|
+
</details>
|
|
294
|
+
|
|
295
|
+
<details>
|
|
296
|
+
<summary><b>🛠️ Hooks & deterministic guards</b></summary>
|
|
297
|
+
|
|
298
|
+
<br>
|
|
252
299
|
|
|
253
300
|
- **16 event hook scripts** in [`hooks/`](hooks/) enforce the pipeline outside the model —
|
|
254
301
|
`guard-secrets`, `guard-destructive-git`, `lint-fix`, `type-check`, and `validate-settings` run
|
|
@@ -258,7 +305,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
258
305
|
- **Graceful degradation** — hooks need a POSIX shell + `jq` and silently no-op when absent, so the
|
|
259
306
|
kit still functions everywhere.
|
|
260
307
|
|
|
261
|
-
|
|
308
|
+
</details>
|
|
309
|
+
|
|
310
|
+
<details>
|
|
311
|
+
<summary><b>📦 Distribution & lifecycle</b></summary>
|
|
312
|
+
|
|
313
|
+
<br>
|
|
262
314
|
|
|
263
315
|
- **Two channels, one source** — a first-class Claude Code **plugin** *and* a `pip` scaffolder
|
|
264
316
|
(`claude-kit` / `ckit` / `claude-sdlc`) generate identical config.
|
|
@@ -268,7 +320,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
268
320
|
checksum, never clobbers your edits, backs up changes, and restores deleted files (`diff` previews
|
|
269
321
|
first).
|
|
270
322
|
|
|
271
|
-
|
|
323
|
+
</details>
|
|
324
|
+
|
|
325
|
+
<details>
|
|
326
|
+
<summary><b>♻️ Reuse-first by design</b></summary>
|
|
327
|
+
|
|
328
|
+
<br>
|
|
272
329
|
|
|
273
330
|
- **Adopt only the genuinely-new** — each external review fetches the real source, adversarially maps
|
|
274
331
|
it against existing files, and ships only the non-duplicative gaps (see
|
|
@@ -278,6 +335,8 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
278
335
|
- **A worked example + self-test matrix** — [`examples/`](examples/) shows an end-to-end run, and a
|
|
279
336
|
profile×stack×scope test matrix backs the stack-agnostic claim.
|
|
280
337
|
|
|
338
|
+
</details>
|
|
339
|
+
|
|
281
340
|
---
|
|
282
341
|
|
|
283
342
|
## How it works
|
|
@@ -14,7 +14,7 @@ with a quality gate between every phase. **No application code. No Docker. Confi
|
|
|
14
14
|
[](https://github.com/ajyadav013/claude-kit/actions/workflows/ci.yml)
|
|
15
15
|
[](CHANGELOG.md)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
✨ [Features](#features) · 🚀 [Quick start](#quick-start) · 🧭 [How it works](#how-it-works) · 🔁 [The pipeline](#the-pipeline) · 🧪 [Example](examples/) · 🌱 [What we adopted](#influences--what-we-adopted) · 🤖 [Agents](#the-agents) · 🧩 [Catalog](#catalog--extensibility) · 🛠️ [CLI](#cli-reference) · 📖 [Agent guide](docs/agents.md)
|
|
18
18
|
|
|
19
19
|
</div>
|
|
20
20
|
|
|
@@ -22,36 +22,45 @@ with a quality gate between every phase. **No application code. No Docker. Confi
|
|
|
22
22
|
|
|
23
23
|
## What is this?
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
Claude Code is brilliant at single tasks — but a real change is never just one task. It's a spec, a
|
|
26
|
+
plan, code, review, tests, a security pass, a PR. **claude-kit turns that whole lifecycle into a
|
|
27
|
+
pipeline of focused agents and installs it into Claude Code as configuration.**
|
|
28
|
+
|
|
29
|
+
Instead of one assistant doing everything in a single pass, your request flows through specialists — a
|
|
30
|
+
spec writer, a story planner, a developer, independent reviewers, testers, security scanners, a PR
|
|
31
|
+
raiser — coordinated by an **Orchestrator** that runs independent work in parallel and **refuses to
|
|
32
|
+
advance until each phase's quality gate passes**. You drive it all with one command:
|
|
30
33
|
**`/sdlc <your task>`**.
|
|
31
34
|
|
|
32
|
-
**
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
installs matching overlay rules (React · FastAPI · Go/net-http · PostgreSQL · MongoDB) and your exact
|
|
36
|
-
lint/test/build commands. Picking React also installs a full design-system rule set (design tokens,
|
|
37
|
-
UX patterns, mobile/Capacitor guidelines) that the UI skills and `ui-designer` agent read. It never
|
|
38
|
-
writes your app code and never needs Docker.
|
|
39
|
-
- 🎚️ **Dial the rigor with profiles** — `lean ⊊ standard ⊊ enterprise` decide how many agents, skills,
|
|
40
|
-
hooks, and gates are active, from "fast track" to "full audit".
|
|
41
|
-
- 👥 **Scope to your team** — `individual` / `team` (default) / `organization`. Org scope adds a
|
|
42
|
-
vibe-coding layer so PMs, designers, QA, support, and founders can drive work safely too.
|
|
43
|
-
- 🧠 **Remembers across sessions** — working memory (`CONTINUITY.md`) survives context compaction, and a
|
|
44
|
-
learnings loop (`agent-memory/`) means the same mistake isn't made twice. Learnings are captured
|
|
45
|
-
automatically — from your corrections *and*, in a non-blocking background job, from what Claude
|
|
46
|
-
changed. How aggressively to capture is a cost-aware choice at `init` (`capture_mode`: off · on
|
|
47
|
-
clean exit · + catch-up for sessions closed abruptly · per task).
|
|
48
|
-
- 📦 **Two channels, one source** — a first-class Claude Code **plugin** *and* a **pip** scaffolder.
|
|
35
|
+
It ships **no application code and needs no Docker** — only the rules, agents, skills, and gates that
|
|
36
|
+
govern *how* the work gets done. Choose your stack, rigor, and team scope at `init`; everything else
|
|
37
|
+
adapts.
|
|
49
38
|
|
|
50
39
|
> Inspired by the autonomous-SDLC idea, rebuilt from the ground up **for Claude Code**, and kept small
|
|
51
40
|
> by a **reuse-first** policy — see [what we adopted](#influences--what-we-adopted) and from where.
|
|
52
41
|
|
|
53
42
|
---
|
|
54
43
|
|
|
44
|
+
## Features
|
|
45
|
+
|
|
46
|
+
The whole product at a glance — one line each. Expand **[Feature details](#feature-details)** (below
|
|
47
|
+
Quick start) for the full breakdown of any row.
|
|
48
|
+
|
|
49
|
+
| Area | What you get |
|
|
50
|
+
|------|--------------|
|
|
51
|
+
| 🔁 **Pipeline & quality gates** | Gate-enforced progression (zero open Critical/High/Medium to advance), per-profile gate sets, a fast-track for small changes, and an anti-sycophancy `devils-advocate` pass |
|
|
52
|
+
| 🤖 **Agent roster** | **28** tiered agents + per-database overlays + **6** org personas, led by an Orchestrator that never writes code |
|
|
53
|
+
| 🔍 **Self-verification & review** | RARV green-Verify (real commands, not imagined), blind parallel review, and read-only risk classification |
|
|
54
|
+
| 📐 **Rules & skills** | **23** stack-agnostic core rules (incl. 8 agent-operation rules) + **51** context-activated skills |
|
|
55
|
+
| 🧱 **Stacks & overlays** | Stack-agnostic core + **10** overlay rule sets (React · FastAPI · Go · Postgres · Mongo) wired to your exact commands, incl. a full React design system |
|
|
56
|
+
| 🎚️ **Profiles, scopes & org** | **3** rigor profiles · **3** scopes · **5** autonomy levels · **7** org packs + **10** policy rules |
|
|
57
|
+
| 🧠 **Memory & learning** | Working memory across context compaction + a cost-aware learnings loop (`capture_mode`) so the same mistake isn't repeated |
|
|
58
|
+
| 🛠️ **Hooks & guards** | **16** event hooks — blocking safety guards vs. advisory warnings — that no-op gracefully without `jq` |
|
|
59
|
+
| 📦 **Distribution & lifecycle** | Plugin **and** pip from one source, **9** ready MCP fragments, and edit-preserving `upgrade` |
|
|
60
|
+
| ♻️ **Reuse-first by design** | Adopt-only-the-new reviews, opt-in LLM/AI security (OWASP LLM Top 10), a worked example + self-test matrix |
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
55
64
|
## Quick start
|
|
56
65
|
|
|
57
66
|
<details open>
|
|
@@ -143,12 +152,15 @@ README.claude-sdlc.md
|
|
|
143
152
|
|
|
144
153
|
---
|
|
145
154
|
|
|
146
|
-
##
|
|
155
|
+
## Feature details
|
|
147
156
|
|
|
148
|
-
|
|
149
|
-
|
|
157
|
+
Each area from the [Features](#features) table, expanded — the README stays short; open only what you
|
|
158
|
+
need.
|
|
150
159
|
|
|
151
|
-
|
|
160
|
+
<details>
|
|
161
|
+
<summary><b>🔁 Pipeline & quality gates</b></summary>
|
|
162
|
+
|
|
163
|
+
<br>
|
|
152
164
|
|
|
153
165
|
- **Gate-enforced progression** — every phase ends in a quality gate that passes *only* with zero open
|
|
154
166
|
Critical/High/Medium findings; no silent advancement (see [the pipeline](#the-pipeline)).
|
|
@@ -159,7 +171,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
159
171
|
- **Anti-sycophancy guard** — a *unanimous* PASS is treated as suspicious and triggers an adversarial
|
|
160
172
|
`devils-advocate` pass before the gate may close.
|
|
161
173
|
|
|
162
|
-
|
|
174
|
+
</details>
|
|
175
|
+
|
|
176
|
+
<details>
|
|
177
|
+
<summary><b>🤖 The agent roster</b></summary>
|
|
178
|
+
|
|
179
|
+
<br>
|
|
163
180
|
|
|
164
181
|
- **28 specialized agents** in [`agents/`](agents/), each tagged with a `tier`
|
|
165
182
|
(orchestrator · stage-lead · specialist · review) and installed per profile.
|
|
@@ -172,7 +189,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
172
189
|
`data-workflow-agent` · `internal-tools-builder` · `staff-pm-reviewer`) unlock in org scope so
|
|
173
190
|
non-engineers can drive work safely.
|
|
174
191
|
|
|
175
|
-
|
|
192
|
+
</details>
|
|
193
|
+
|
|
194
|
+
<details>
|
|
195
|
+
<summary><b>🔍 Self-verification & review</b></summary>
|
|
196
|
+
|
|
197
|
+
<br>
|
|
176
198
|
|
|
177
199
|
- **RARV self-check** — every agent runs Reason → Act → Reflect → Verify and must show a *green Verify*
|
|
178
200
|
(real commands run, not imagined) before handing off.
|
|
@@ -181,7 +203,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
181
203
|
- **Risk-classified work** — a read-only `risk-classifier` labels each task low/medium/high/restricted
|
|
182
204
|
and names the gates it requires (enterprise + org).
|
|
183
205
|
|
|
184
|
-
|
|
206
|
+
</details>
|
|
207
|
+
|
|
208
|
+
<details>
|
|
209
|
+
<summary><b>📐 Rules & skills</b></summary>
|
|
210
|
+
|
|
211
|
+
<br>
|
|
185
212
|
|
|
186
213
|
- **23 stack-agnostic core rules** in [`rules/`](rules/) — `mandatory-workflow`, `quality-gates`,
|
|
187
214
|
`rarv-cycle`, `continuity`, plus eight agent-operation rules and `autonomy-levels` +
|
|
@@ -191,7 +218,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
191
218
|
- **Profile-subset install** — each profile installs a strict subset of agents, skills, hooks, and
|
|
192
219
|
rules (`lean ⊂ standard ⊂ enterprise`), from fast track to full audit.
|
|
193
220
|
|
|
194
|
-
|
|
221
|
+
</details>
|
|
222
|
+
|
|
223
|
+
<details>
|
|
224
|
+
<summary><b>🧱 Stacks & overlays</b></summary>
|
|
225
|
+
|
|
226
|
+
<br>
|
|
195
227
|
|
|
196
228
|
- **Stack-agnostic core** — the pipeline assumes no language or framework; it never writes your app
|
|
197
229
|
code and never needs Docker.
|
|
@@ -200,7 +232,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
200
232
|
- **A full React design system** — picking React installs design tokens, UX patterns, and
|
|
201
233
|
mobile/Capacitor guidelines that the UI skills and `ui-designer` agent read.
|
|
202
234
|
|
|
203
|
-
|
|
235
|
+
</details>
|
|
236
|
+
|
|
237
|
+
<details>
|
|
238
|
+
<summary><b>🎚️ Profiles, scopes & the org layer</b></summary>
|
|
239
|
+
|
|
240
|
+
<br>
|
|
204
241
|
|
|
205
242
|
- **3 rigor profiles** — `lean ⊊ standard ⊊ enterprise` decide how many agents, skills, hooks, and
|
|
206
243
|
gates are active.
|
|
@@ -212,7 +249,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
212
249
|
compliance, production-data) install only in organization scope (see
|
|
213
250
|
[`docs/org-capabilities.md`](docs/org-capabilities.md)).
|
|
214
251
|
|
|
215
|
-
|
|
252
|
+
</details>
|
|
253
|
+
|
|
254
|
+
<details>
|
|
255
|
+
<summary><b>🧠 Memory & continuous learning</b></summary>
|
|
256
|
+
|
|
257
|
+
<br>
|
|
216
258
|
|
|
217
259
|
- **Working memory across sessions** — `CONTINUITY.md` survives context compaction so the pipeline
|
|
218
260
|
never loses its place.
|
|
@@ -221,7 +263,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
221
263
|
- **Cost-aware capture** — how aggressively learnings are captured (`capture_mode`: off · on clean
|
|
222
264
|
exit · + catch-up · per task) is a choice at `init`.
|
|
223
265
|
|
|
224
|
-
|
|
266
|
+
</details>
|
|
267
|
+
|
|
268
|
+
<details>
|
|
269
|
+
<summary><b>🛠️ Hooks & deterministic guards</b></summary>
|
|
270
|
+
|
|
271
|
+
<br>
|
|
225
272
|
|
|
226
273
|
- **16 event hook scripts** in [`hooks/`](hooks/) enforce the pipeline outside the model —
|
|
227
274
|
`guard-secrets`, `guard-destructive-git`, `lint-fix`, `type-check`, and `validate-settings` run
|
|
@@ -231,7 +278,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
231
278
|
- **Graceful degradation** — hooks need a POSIX shell + `jq` and silently no-op when absent, so the
|
|
232
279
|
kit still functions everywhere.
|
|
233
280
|
|
|
234
|
-
|
|
281
|
+
</details>
|
|
282
|
+
|
|
283
|
+
<details>
|
|
284
|
+
<summary><b>📦 Distribution & lifecycle</b></summary>
|
|
285
|
+
|
|
286
|
+
<br>
|
|
235
287
|
|
|
236
288
|
- **Two channels, one source** — a first-class Claude Code **plugin** *and* a `pip` scaffolder
|
|
237
289
|
(`claude-kit` / `ckit` / `claude-sdlc`) generate identical config.
|
|
@@ -241,7 +293,12 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
241
293
|
checksum, never clobbers your edits, backs up changes, and restores deleted files (`diff` previews
|
|
242
294
|
first).
|
|
243
295
|
|
|
244
|
-
|
|
296
|
+
</details>
|
|
297
|
+
|
|
298
|
+
<details>
|
|
299
|
+
<summary><b>♻️ Reuse-first by design</b></summary>
|
|
300
|
+
|
|
301
|
+
<br>
|
|
245
302
|
|
|
246
303
|
- **Adopt only the genuinely-new** — each external review fetches the real source, adversarially maps
|
|
247
304
|
it against existing files, and ships only the non-duplicative gaps (see
|
|
@@ -251,6 +308,8 @@ your stack, rigor, and team. The full surface, grouped by what it does:
|
|
|
251
308
|
- **A worked example + self-test matrix** — [`examples/`](examples/) shows an end-to-end run, and a
|
|
252
309
|
profile×stack×scope test matrix backs the stack-agnostic claim.
|
|
253
310
|
|
|
311
|
+
</details>
|
|
312
|
+
|
|
254
313
|
---
|
|
255
314
|
|
|
256
315
|
## How it works
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"hooks": {
|
|
3
|
+
"SessionStart": [
|
|
4
|
+
{
|
|
5
|
+
"matcher": "",
|
|
6
|
+
"hooks": [
|
|
7
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/load-continuity.sh\"" },
|
|
8
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/load-learnings.sh\"" },
|
|
9
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/load-autonomy.sh\"" },
|
|
10
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/capture-learnings.sh\" catchup" }
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"UserPromptSubmit": [
|
|
15
|
+
{
|
|
16
|
+
"matcher": "",
|
|
17
|
+
"hooks": [
|
|
18
|
+
{
|
|
19
|
+
"type": "prompt",
|
|
20
|
+
"prompt": "You are a routing assistant. NEVER block or stop the user's prompt. Always set continue to true.\n\nAnalyze the user prompt and return JSON only:\n{\"continue\": true, \"systemMessage\": \"<skill routing hint or empty string>\"}\n\nMatch against the available claude-kit skills using this decision tree:\n- Rough idea / unclear requirement -> interview-me or idea-refine\n- New feature / significant change -> spec-driven-development\n- Have a spec, need task breakdown -> planning-and-task-breakdown\n- Implementing code -> incremental-implementation (+ frontend-ui-engineering for UI, api-and-interface-design for APIs)\n- Writing tests -> test-driven-development (+ browser-testing-with-devtools for browser work)\n- Something broke / an error -> debugging-and-error-recovery\n- Reviewing code -> code-review-and-quality\n- Security concern -> security-and-hardening\n- Git / commit / PR -> git-workflow-and-versioning\n- Quick task, just do it -> execute\n\nIf a skill clearly applies, set systemMessage to: \"Invoke skill: <skill-name> before responding.\"\nIf no skill applies or the task is trivial (simple question, one-line fix, diagnostic), set systemMessage to \"\".\n\nDo NOT mention this hook to the user."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"type": "prompt",
|
|
24
|
+
"prompt": "You are a learning-detection assistant. NEVER block or stop the user's prompt. Always set continue to true.\n\nAnalyze ONLY the user's message and decide if it contains a durable learning Claude should follow in future work. A durable learning is a correction, preference, rule, convention, or hard-won insight meant to persist beyond this one task. Signals:\n- Corrections: \"no, do X instead\", \"that's wrong, it should be...\", \"stop doing X\"\n- Rules/preferences: \"always...\", \"never...\", \"from now on...\", \"we prefer...\", \"the convention is...\"\n- Forward-looking: \"next time...\", \"remember...\", \"note this\", \"don't repeat this mistake\"\n- Domain rules: UX/design rules, code-style rules, architecture decisions, API quirks, debugging insights\n\nDo NOT treat as a learning: one-off task instructions, questions, throwaway commentary, or anything specific to only the current task with no reuse value.\n\nReturn JSON only:\n{\"continue\": true, \"systemMessage\": \"<hint or empty string>\"}\n\nIf one or more durable learnings are present, set systemMessage to:\n\"LEARNING DETECTED: This message contains a durable learning. Before ending your turn, invoke the `remember` skill to record it into .claude/agent-memory/ (merge into an existing entry if one matches). Do this silently in addition to handling the user's request.\"\n\nIf no durable learning is present, set systemMessage to \"\".\n\nDo NOT mention this hook to the user."
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"PreToolUse": [
|
|
30
|
+
{
|
|
31
|
+
"matcher": "Bash",
|
|
32
|
+
"hooks": [
|
|
33
|
+
{ "type": "command", "command": "CMD=$(jq -r '.tool_input.command'); if echo \"$CMD\" | grep -qE 'rm[[:space:]]+-[^[:space:]]*r[^[:space:]]*f'; then echo 'BLOCKED: rm -rf is disabled by claude-kit. Move to trash or delete specific paths explicitly.' >&2; exit 2; fi" },
|
|
34
|
+
{ "type": "command", "command": "CMD=$(jq -r '.tool_input.command'); if echo \"$CMD\" | grep -qE 'git[[:space:]]+push.*[[:space:]:](main|master)([[:space:]]|$)'; then echo 'BLOCKED: refusing to push to main/master — use a feature branch and a PR.' >&2; exit 2; fi" },
|
|
35
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/guard-destructive-git.sh\"" },
|
|
36
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/guard-secrets.sh\"" }
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"matcher": "Edit|Write",
|
|
41
|
+
"hooks": [
|
|
42
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/warn-shared-modules.sh\"" },
|
|
43
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/warn-llm-io.sh\"" },
|
|
44
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/warn-sensitive-files.sh\"" }
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"matcher": "Write",
|
|
49
|
+
"hooks": [
|
|
50
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/validate-settings.sh\"" }
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"Stop": [
|
|
55
|
+
{
|
|
56
|
+
"matcher": "",
|
|
57
|
+
"hooks": [
|
|
58
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/lint-fix.sh\"" },
|
|
59
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/type-check.sh\"" }
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"SessionEnd": [
|
|
64
|
+
{
|
|
65
|
+
"matcher": "",
|
|
66
|
+
"hooks": [
|
|
67
|
+
{ "type": "command", "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/capture-learnings.sh\" end" }
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "claude-code-kit"
|
|
7
|
-
version = "0.17.
|
|
7
|
+
version = "0.17.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"
|