claude-code-kit 0.17.1__tar.gz → 0.17.2__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.1 → claude_code_kit-0.17.2}/.claude-plugin/marketplace.json +1 -1
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/.claude-plugin/plugin.json +2 -3
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/CHANGELOG.md +32 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/PKG-INFO +10 -1
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/README.md +9 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/pyproject.toml +1 -1
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/src/claude_kit/__init__.py +1 -1
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/.gitignore +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/CLAUDE.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/CONTRIBUTING.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/LICENSE +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/acceptance-reviewer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/auditor.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/dependency-scanner.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/developer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/devils-advocate.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/devops-engineer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/e2e-tester.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/em-reviewer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/incident-responder.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/merge-reviewer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/observability-engineer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/orchestrator.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/owasp-reviewer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/policy-validator.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/pr-raiser.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/risk-classifier.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/sdlc-code-reviewer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/secret-scanner.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/security-reviewer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/senior-backend-dev.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/senior-frontend-dev.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/senior-tester.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/spec-doc-writer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/story-planner.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/technical-architect.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/tester.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/ui-designer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/agents/unit-tester.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/catalog/capture.yaml +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/catalog/mcp.yaml +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/catalog/org.yaml +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/catalog/profiles.yaml +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/catalog/stacks.yaml +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/commands/abort.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/commands/init.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/commands/sdlc.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/commands/status.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/docs/agentic-patterns.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/docs/agents.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/docs/architecture.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/docs/coverage-audit.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/docs/eval-harness.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/docs/org-capabilities.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/hooks.json +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/audit-log.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/capture-learnings.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/guard-destructive-git.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/guard-secrets.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/lint-fix.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/load-autonomy.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/load-continuity.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/load-learnings.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/type-check.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/validate-frontmatter.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/validate-settings.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/warn-large-edits.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/warn-llm-io.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/warn-missing-tests.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/warn-sensitive-files.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/hooks/scripts/warn-shared-modules.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/agent-guardrails.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/agent-memory.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/agent-resilience.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/autonomy-levels.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/code-organization.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/continuity.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/design-patterns.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/devops-observability.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/documentation.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/evals.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/frontend-best-practices.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/goal-setting-and-monitoring.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/human-in-the-loop.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/linting-and-formatting.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/mandatory-workflow.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/model-tiers.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/quality-gates.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/rarv-cycle.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/reasoning-techniques.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/responsive-and-accessibility.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/risk-classification.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/testing.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/rules/tool-design.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/scripts/init.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/_references/accessibility-checklist.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/_references/orchestration-patterns.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/_references/performance-checklist.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/_references/security-checklist.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/_references/testing-patterns.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/accessibility-review/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/api-and-interface-design/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/api-integration/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/archive-sprint/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/backlog/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/backlog/item-template.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/browser-testing-with-devtools/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/bug-hunt/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/ci-cd-and-automation/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/code-review-and-quality/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/code-simplification/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/component-design/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/consolidate-learnings/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/context-engineering/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/debugging-and-error-recovery/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/decision/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/decision/adr-template.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/deprecation-and-migration/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/documentation-and-adrs/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/doubt-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/execute/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/frontend-ui-engineering/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/git-workflow-and-versioning/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/idea-refine/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/idea-refine/examples.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/idea-refine/frameworks.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/idea-refine/refinement-criteria.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/idea-refine/scripts/idea-refine.sh +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/incident-postmortem/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/incremental-implementation/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/interview-me/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/load-testing/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/manual-test/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/over-engineering-review/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/performance-optimization/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/planning-and-task-breakdown/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/playwright-verification/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/refresh-docs/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/remember/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/scope/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/scope/scope-template.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/sdlc/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/security-and-hardening/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/security-verification/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/shipping-and-launch/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/simplification-debt/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/smoke-test/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/source-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/spec-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/sprint/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/sprint/sprint-template.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/task-tracker-sync/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/test-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/test-plan-review/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/threat-model/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/triage/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/ui-ux-design/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/unit-test/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/using-agent-skills/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/src/claude_kit/__main__.py +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/src/claude_kit/catalog.py +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/src/claude_kit/cli.py +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/src/claude_kit/hooks.py +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/src/claude_kit/models.py +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/src/claude_kit/prompts.py +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/src/claude_kit/render.py +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/src/claude_kit/scaffold.py +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/src/claude_kit/upgrader.py +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/src/claude_kit/validator.py +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/CLAUDE.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/CLAUDE.stack.md.tmpl +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/CONTINUITY.template.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/README.claude-sdlc.md.tmpl +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/agent-memory/MEMORY.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/agent-memory/api/.gitkeep +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/agent-memory/architecture/.gitkeep +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/agent-memory/debugging/.gitkeep +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/agent-memory/gotchas/.gitkeep +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/agent-memory/patterns/.gitkeep +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/agent-memory/performance/.gitkeep +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/artifacts/adr.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/artifacts/api-change-report.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/artifacts/feature-spec.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/artifacts/release-plan.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/artifacts/runbook.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/artifacts/security-review.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/artifacts/test-plan.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/README.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/agents/data-workflow-agent.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/agents/founder-prototype-agent.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/agents/internal-tools-builder.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/agents/pm-copilot.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/agents/staff-pm-reviewer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/agents/support-ticket-engineer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/devops-and-release/README.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/devops-and-release/pack.yaml +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/engineering-core/README.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/engineering-core/pack.yaml +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/non-engineer-builder/README.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/onboarding-and-docs/README.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/product-to-code/README.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/product-to-code/pack.yaml +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/quality-and-review/README.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/quality-and-review/pack.yaml +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/security-and-compliance/README.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/ai-working-agreement.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/ambiguity-resolution.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/branch-and-pr-policy.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/compliance-policy.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/non-engineer-safe-coding.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/pii-policy.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/production-data-policy.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/prompt-to-task-conversion.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/prototype-boundaries.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/secrets-policy.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/review-scope/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/review-sprint/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/review-sprint-plan/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/review-ux-flow/SKILL.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/settings.json +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/backend/go/net-http/rules/go-patterns.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/db/postgres/rules/postgres-patterns.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/frontend/react/rules/design-system-compliance.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/frontend/react/rules/mobile-design-guidelines.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/frontend/react/rules/react-patterns.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/stacks/frontend/react/rules/ui-design-system.md +0 -0
- {claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/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.2",
|
|
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.2",
|
|
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",
|
|
@@ -20,6 +20,5 @@
|
|
|
20
20
|
"automation",
|
|
21
21
|
"scaffold",
|
|
22
22
|
"cookiecutter"
|
|
23
|
-
]
|
|
24
|
-
"hooks": "./hooks/hooks.json"
|
|
23
|
+
]
|
|
25
24
|
}
|
|
@@ -4,6 +4,38 @@ 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.2] — 2026-06-17
|
|
8
|
+
|
|
9
|
+
**Fix: the plugin's hooks load (for real this time).** 0.17.1 wrapped `hooks/hooks.json` under a
|
|
10
|
+
top-level `hooks` key — necessary, but it uncovered a second problem the flat file had masked. Claude
|
|
11
|
+
Code **auto-discovers** `hooks/hooks.json` from the plugin root, yet `.claude-plugin/plugin.json` *also*
|
|
12
|
+
pointed its `hooks` field at the same `./hooks/hooks.json`. The loader then read the file twice and
|
|
13
|
+
failed with **`Hook load failed: Duplicate hooks file detected`** — so, again, none of the plugin's
|
|
14
|
+
hooks loaded. The manifest `hooks` field is reserved for *additional* hook files; the standard one is
|
|
15
|
+
loaded automatically and must not be re-declared. Every other Claude Code plugin (superpowers, hookify,
|
|
16
|
+
vercel, …) relies purely on auto-discovery. This affected only the **plugin** channel; the pip CLI was
|
|
17
|
+
always fine (it builds `.claude/settings.json` from `HOOK_REGISTRY`, `src/claude_kit/hooks.py`). After
|
|
18
|
+
upgrading, run `/plugin marketplace update claude-kit` → `/plugin update claude-kit@claude-kit` →
|
|
19
|
+
`/reload-plugins`, then `/doctor`, to confirm the error is gone.
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
- **`.claude-plugin/plugin.json`** no longer sets `hooks: "./hooks/hooks.json"`. The file is
|
|
23
|
+
auto-discovered from the plugin root (and stays wrapped, per 0.17.1), so it now loads exactly once.
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
- **`tests/test_plugin.py`** now reads the auto-discovered `hooks/hooks.json` directly (not via the
|
|
27
|
+
manifest) and adds `test_manifest_does_not_redeclare_standard_hooks`, so the duplicate-load
|
|
28
|
+
regression can't come back.
|
|
29
|
+
|
|
30
|
+
### Added
|
|
31
|
+
- **README** — a "Updating the plugin" snippet (`/plugin marketplace update` → `/plugin update` →
|
|
32
|
+
`/reload-plugins`) in the plugin Quick-start section.
|
|
33
|
+
|
|
34
|
+
### Not adopted (deliberately)
|
|
35
|
+
- **Inlining the hooks into `plugin.json`** (the object form, which would also avoid the collision) —
|
|
36
|
+
still kept external; the `UserPromptSubmit` routing and learning-detection prompts read far better in
|
|
37
|
+
a dedicated file than inlined in the manifest.
|
|
38
|
+
|
|
7
39
|
## [0.17.1] — 2026-06-17
|
|
8
40
|
|
|
9
41
|
**Fix: the plugin's hooks now load.** `.claude-plugin/plugin.json` points its `hooks` field at a file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claude-code-kit
|
|
3
|
-
Version: 0.17.
|
|
3
|
+
Version: 0.17.2
|
|
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
|
|
@@ -113,6 +113,15 @@ Then, inside any project you want the pipeline to manage:
|
|
|
113
113
|
> `/sdlc` is a **project skill** installed by `init`, so it becomes available after the restart. The
|
|
114
114
|
> plugin also exposes `/claude-kit:sdlc <task>`, which works immediately (no restart needed).
|
|
115
115
|
|
|
116
|
+
**Updating the plugin** to a newer release later (the plugin is cached, so a plain `/reload-plugins`
|
|
117
|
+
won't fetch new code — refresh the marketplace snapshot first):
|
|
118
|
+
|
|
119
|
+
```text
|
|
120
|
+
/plugin marketplace update claude-kit # refresh the marketplace snapshot from the repo
|
|
121
|
+
/plugin update claude-kit@claude-kit # install the newer version into the cache
|
|
122
|
+
/reload-plugins # load it into the running session
|
|
123
|
+
```
|
|
124
|
+
|
|
116
125
|
</details>
|
|
117
126
|
|
|
118
127
|
<details>
|
|
@@ -86,6 +86,15 @@ Then, inside any project you want the pipeline to manage:
|
|
|
86
86
|
> `/sdlc` is a **project skill** installed by `init`, so it becomes available after the restart. The
|
|
87
87
|
> plugin also exposes `/claude-kit:sdlc <task>`, which works immediately (no restart needed).
|
|
88
88
|
|
|
89
|
+
**Updating the plugin** to a newer release later (the plugin is cached, so a plain `/reload-plugins`
|
|
90
|
+
won't fetch new code — refresh the marketplace snapshot first):
|
|
91
|
+
|
|
92
|
+
```text
|
|
93
|
+
/plugin marketplace update claude-kit # refresh the marketplace snapshot from the repo
|
|
94
|
+
/plugin update claude-kit@claude-kit # install the newer version into the cache
|
|
95
|
+
/reload-plugins # load it into the running session
|
|
96
|
+
```
|
|
97
|
+
|
|
89
98
|
</details>
|
|
90
99
|
|
|
91
100
|
<details>
|
|
@@ -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.2"
|
|
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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/_references/accessibility-checklist.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/_references/orchestration-patterns.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/_references/performance-checklist.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/browser-testing-with-devtools/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/debugging-and-error-recovery/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/git-workflow-and-versioning/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/incremental-implementation/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/skills/planning-and-task-breakdown/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/agent-memory/architecture/.gitkeep
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/agent-memory/performance/.gitkeep
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/agents/data-workflow-agent.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/agents/founder-prototype-agent.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/agents/internal-tools-builder.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/agents/support-ticket-engineer.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/devops-and-release/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/devops-and-release/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/engineering-core/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/engineering-core/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/non-engineer-builder/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/non-engineer-builder/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/onboarding-and-docs/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/onboarding-and-docs/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/product-to-code/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/product-to-code/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/quality-and-review/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/packs/quality-and-review/pack.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/ai-working-agreement.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/ambiguity-resolution.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/branch-and-pr-policy.md
RENAMED
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/non-engineer-safe-coding.md
RENAMED
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/production-data-policy.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/prompt-to-task-conversion.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/rules/prototype-boundaries.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/feature-from-idea/SKILL.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/prompt-to-safe-task/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/repo-onboarding/SKILL.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/review-scope/SKILL.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/review-sprint/SKILL.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/review-sprint-plan/SKILL.md
RENAMED
|
File without changes
|
{claude_code_kit-0.17.1 → claude_code_kit-0.17.2}/templates/org/skills/review-ux-flow/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|