claude-code-kit 0.11.2__tar.gz → 0.11.3__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.11.2 → claude_code_kit-0.11.3}/.claude-plugin/marketplace.json +1 -1
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/.claude-plugin/plugin.json +1 -1
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/CHANGELOG.md +56 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/PKG-INFO +1 -1
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/catalog/mcp.yaml +15 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/pyproject.toml +1 -1
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/src/claude_kit/__init__.py +1 -1
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/.gitignore +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/CLAUDE.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/CONTRIBUTING.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/LICENSE +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/README.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/acceptance-reviewer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/auditor.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/dependency-scanner.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/developer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/devils-advocate.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/devops-engineer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/e2e-tester.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/em-reviewer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/incident-responder.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/merge-reviewer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/observability-engineer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/orchestrator.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/owasp-reviewer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/policy-validator.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/pr-raiser.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/risk-classifier.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/sdlc-code-reviewer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/secret-scanner.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/security-reviewer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/senior-backend-dev.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/senior-frontend-dev.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/senior-tester.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/spec-doc-writer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/story-planner.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/technical-architect.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/tester.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/ui-designer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/agents/unit-tester.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/catalog/org.yaml +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/catalog/profiles.yaml +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/catalog/stacks.yaml +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/commands/init.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/commands/sdlc.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/commands/status.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/docs/agentic-patterns.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/docs/agents.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/docs/architecture.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/docs/org-capabilities.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/hooks.json +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/audit-log.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/guard-destructive-git.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/guard-secrets.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/lint-fix.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/load-autonomy.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/load-continuity.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/load-learnings.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/type-check.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/validate-frontmatter.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/validate-settings.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/warn-large-edits.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/warn-llm-io.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/warn-missing-tests.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/warn-sensitive-files.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/hooks/scripts/warn-shared-modules.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/agent-guardrails.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/agent-memory.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/agent-resilience.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/autonomy-levels.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/code-organization.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/continuity.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/design-patterns.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/devops-observability.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/documentation.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/evals.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/frontend-best-practices.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/goal-setting-and-monitoring.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/human-in-the-loop.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/linting-and-formatting.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/mandatory-workflow.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/model-tiers.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/quality-gates.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/rarv-cycle.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/reasoning-techniques.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/responsive-and-accessibility.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/risk-classification.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/testing.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/rules/tool-design.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/scripts/init.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/_references/accessibility-checklist.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/_references/orchestration-patterns.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/_references/performance-checklist.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/_references/security-checklist.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/_references/testing-patterns.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/accessibility-review/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/api-and-interface-design/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/api-integration/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/archive-sprint/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/backlog/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/backlog/item-template.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/browser-testing-with-devtools/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/ci-cd-and-automation/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/code-review-and-quality/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/code-simplification/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/component-design/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/consolidate-learnings/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/context-engineering/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/debugging-and-error-recovery/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/decision/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/decision/adr-template.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/deprecation-and-migration/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/documentation-and-adrs/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/doubt-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/execute/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/frontend-ui-engineering/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/git-workflow-and-versioning/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/idea-refine/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/idea-refine/examples.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/idea-refine/frameworks.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/idea-refine/refinement-criteria.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/idea-refine/scripts/idea-refine.sh +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/incident-postmortem/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/incremental-implementation/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/interview-me/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/load-testing/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/manual-test/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/over-engineering-review/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/performance-optimization/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/planning-and-task-breakdown/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/playwright-verification/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/refresh-docs/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/remember/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/scope/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/scope/scope-template.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/sdlc/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/security-and-hardening/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/security-verification/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/shipping-and-launch/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/simplification-debt/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/smoke-test/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/source-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/spec-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/sprint/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/sprint/sprint-template.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/task-tracker-sync/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/test-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/threat-model/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/triage/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/ui-ux-design/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/unit-test/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/using-agent-skills/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/src/claude_kit/__main__.py +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/src/claude_kit/catalog.py +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/src/claude_kit/cli.py +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/src/claude_kit/hooks.py +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/src/claude_kit/models.py +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/src/claude_kit/prompts.py +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/src/claude_kit/render.py +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/src/claude_kit/scaffold.py +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/src/claude_kit/upgrader.py +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/src/claude_kit/validator.py +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/CLAUDE.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/CLAUDE.stack.md.tmpl +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/CONTINUITY.template.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/README.claude-sdlc.md.tmpl +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/agent-memory/MEMORY.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/agent-memory/api/.gitkeep +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/agent-memory/architecture/.gitkeep +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/agent-memory/debugging/.gitkeep +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/agent-memory/gotchas/.gitkeep +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/agent-memory/patterns/.gitkeep +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/agent-memory/performance/.gitkeep +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/artifacts/adr.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/artifacts/feature-spec.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/artifacts/release-plan.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/artifacts/runbook.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/artifacts/security-review.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/artifacts/test-plan.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/README.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/agents/data-workflow-agent.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/agents/founder-prototype-agent.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/agents/internal-tools-builder.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/agents/pm-copilot.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/agents/support-ticket-engineer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/devops-and-release/README.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/devops-and-release/pack.yaml +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/engineering-core/README.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/engineering-core/pack.yaml +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/non-engineer-builder/README.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/onboarding-and-docs/README.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/product-to-code/README.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/product-to-code/pack.yaml +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/quality-and-review/README.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/quality-and-review/pack.yaml +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/security-and-compliance/README.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/ai-working-agreement.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/ambiguity-resolution.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/branch-and-pr-policy.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/compliance-policy.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/non-engineer-safe-coding.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/pii-policy.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/production-data-policy.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/prompt-to-task-conversion.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/prototype-boundaries.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/secrets-policy.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/settings.json +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/stacks/db/postgres/rules/postgres-patterns.md +0 -0
- {claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/stacks/frontend/react/rules/react-patterns.md +0 -0
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"name": "claude-kit",
|
|
11
11
|
"source": "./",
|
|
12
12
|
"description": "Cookiecutter-style scaffolder for an autonomous Claude Code SDLC config (no app code, no Docker): install CLAUDE.md + .claude/ (rules, the profile's agents/skills, hooks, artifact templates) + optional .mcp.json, then run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates, working memory, and a self-improving learnings loop.",
|
|
13
|
-
"version": "0.11.
|
|
13
|
+
"version": "0.11.3",
|
|
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.11.
|
|
3
|
+
"version": "0.11.3",
|
|
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,62 @@ 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.11.3] — 2026-06-15
|
|
8
|
+
|
|
9
|
+
A field review of a **reference table of ecosystem repos** — official + community **MCP-server
|
|
10
|
+
directories** ([modelcontextprotocol/servers](https://github.com/modelcontextprotocol/servers),
|
|
11
|
+
[wong2/awesome-mcp-servers](https://github.com/wong2/awesome-mcp-servers),
|
|
12
|
+
[appcypher/awesome-mcp-servers](https://github.com/appcypher/awesome-mcp-servers)), **Cursor-rules**
|
|
13
|
+
collections ([PatrickJS/awesome-cursorrules](https://github.com/PatrickJS/awesome-cursorrules),
|
|
14
|
+
[sanjeed5/awesome-cursor-rules-mdc](https://github.com/sanjeed5/awesome-cursor-rules-mdc)), a
|
|
15
|
+
**community skills** index ([GetBindu/awesome-claude-code-and-skills](https://github.com/GetBindu/awesome-claude-code-and-skills)),
|
|
16
|
+
and a **plugins** marketplace ([ComposioHQ/awesome-claude-plugins](https://github.com/ComposioHQ/awesome-claude-plugins)) —
|
|
17
|
+
run through the same adversarial map→verify pass (six candidates surfaced, each refuted against the
|
|
18
|
+
actual kit files). Exactly **one** survived. (anthropics/skills, wshobson/agents,
|
|
19
|
+
hesreallyhim/awesome-claude-code, rohitg00/awesome-claude-code-toolkit, and
|
|
20
|
+
anthropics/claude-plugins-official were re-confirmed at **zero** from prior reviews.)
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
- **`catalog/mcp.yaml`** — a new opt-in **`sentry`** MCP server (error monitoring / issue triage:
|
|
24
|
+
top unresolved issues, stacktraces, performance & trace data, Seer root-cause analysis). This fills
|
|
25
|
+
a gap the kit had already *designed in*: `agents/incident-responder.md` explicitly says *"If an
|
|
26
|
+
error-tracking / monitoring integration is connected (e.g. via an MCP), pull the top unresolved
|
|
27
|
+
issue + event trend"* and lists an "error-tracking issue" as a triage signal — yet no catalog entry
|
|
28
|
+
fulfilled it, even though the kit ships both `incident-responder` and `observability-engineer`
|
|
29
|
+
agents. Uses the **hosted OAuth HTTP endpoint** (`https://mcp.sentry.dev/mcp`, matching the
|
|
30
|
+
`linear`/`docs` http style) so **no credentials are generated**. NOT bundled — only referenced; the
|
|
31
|
+
server's source is **FSL-1.1-Apache-2.0 (source-available)**, flagged inline in the label exactly
|
|
32
|
+
like the `repowise` AGPL note (a self-hosted/token `npx @sentry/mcp-server` alternative is
|
|
33
|
+
documented in a comment). Opt-in (catalog default stays *none*), stack-agnostic, zero resolver
|
|
34
|
+
change. (+2 tests, 80.)
|
|
35
|
+
|
|
36
|
+
### Not adopted (deliberately, per the assessment)
|
|
37
|
+
- **Semgrep MCP** (MIT, modelcontextprotocol directories) — SAST is already owned by `owasp-reviewer`
|
|
38
|
+
+ `security-reviewer` + `secret-scanner` + `dependency-scanner`, which follow the kit's "shell out to
|
|
39
|
+
an installed CLI via Bash" pattern (`gitleaks detect`, `pip-audit`/`npm audit`); `owasp-reviewer`
|
|
40
|
+
can run `semgrep --config auto` today with no catalog change. An MCP would add a privilege surface
|
|
41
|
+
for zero new capability (`agent-guardrails §4`: treat MCP servers as untrusted until reviewed).
|
|
42
|
+
- **Composio `connect-apps` MCP** (ComposioHQ) — a closed commercial broker holding one key to authed
|
|
43
|
+
**write** access across 500+ SaaS apps via an external relay. It overlaps the existing
|
|
44
|
+
`github`/`linear`/`jira` servers and is the textbook supply-chain + data-egress risk that
|
|
45
|
+
`agent-guardrails §4` and `human-in-the-loop` (outward-facing actions = mandatory STOP) warn
|
|
46
|
+
against. Contradicts the catalog's deliberate one-server-per-purpose, least-privilege posture.
|
|
47
|
+
- **PatrickJS/awesome-cursorrules, sanjeed5/awesome-cursor-rules-mdc** (CC0) — overwhelmingly
|
|
48
|
+
*stack-specific* `.cursorrules`/`.mdc` files (one per framework/language), which cannot enter the
|
|
49
|
+
agnostic core. The one cross-cutting near-miss — anti-sycophancy *directed at the user* (resist
|
|
50
|
+
manufactured urgency/authority) — is already expressed in `code-review-and-quality` ("Push back;
|
|
51
|
+
sycophancy is a failure mode"), `idea-refine`, and `interview-me`, and its residual angle sits
|
|
52
|
+
awkwardly against `human-in-the-loop`'s human-as-authority contract. The generator tool is out of
|
|
53
|
+
scope for a config-only kit.
|
|
54
|
+
- **GetBindu skills** (Apache-2.0 index) — `should-i-care` (CVE applicability triage) duplicates the
|
|
55
|
+
"Triaging Dependency Audit Results" decision tree in `security-and-hardening` + `dependency-scanner`
|
|
56
|
+
(A06) and depends on a global `~/.config` state file foreign to the per-project `.claude/` model;
|
|
57
|
+
`claudemd-auditor` is meta/out-of-SDLC-scope and covered by `context-engineering` + the harness's own
|
|
58
|
+
`claude-md-management` skills.
|
|
59
|
+
- **Re-confirmed zero** — anthropics/skills (grew 8→17 skills, still document-processing/source-available/
|
|
60
|
+
covered), wshobson/agents (stack-specific/covered), hesreallyhim & rohitg00 (meta-lists/aggregators),
|
|
61
|
+
anthropics/claude-plugins-official (distribution marketplace).
|
|
62
|
+
|
|
7
63
|
## [0.11.2] — 2026-06-15
|
|
8
64
|
|
|
9
65
|
A field review of **thirteen** more external collections — marketplaces, awesome-lists, subagent
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claude-code-kit
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.3
|
|
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
|
|
@@ -52,6 +52,21 @@ servers:
|
|
|
52
52
|
config:
|
|
53
53
|
type: http
|
|
54
54
|
url: "https://mcp.context7.com/mcp"
|
|
55
|
+
# Sentry (github.com/getsentry/sentry-mcp) — official, vendor-maintained MCP for production error
|
|
56
|
+
# monitoring / issue triage: top unresolved issues, stacktraces, performance & trace data, and Seer
|
|
57
|
+
# root-cause analysis. Fills the error-monitoring gap the `incident-responder` + `observability-engineer`
|
|
58
|
+
# agents already expect (incident-responder.md: "If an error-tracking / monitoring integration is
|
|
59
|
+
# connected (e.g. via an MCP), pull the top unresolved issue + event trend"). NOT bundled — only
|
|
60
|
+
# referenced; the hosted HTTP endpoint below uses OAuth and generates NO credentials. The server's
|
|
61
|
+
# source is FSL-1.1-Apache-2.0 (source-available; converts to Apache-2.0 two years after each
|
|
62
|
+
# release) — flagged in the label like the repowise AGPL note; this entry references only the
|
|
63
|
+
# OAuth-hosted service, not the source. Self-hosted/token alternative (instead of the http url):
|
|
64
|
+
# command: npx, args: ["-y", "@sentry/mcp-server@latest"], env: SENTRY_ACCESS_TOKEN: "${SENTRY_ACCESS_TOKEN}".
|
|
65
|
+
sentry:
|
|
66
|
+
label: "Sentry (error monitoring / issue triage; source-available FSL-1.1)"
|
|
67
|
+
config:
|
|
68
|
+
type: http
|
|
69
|
+
url: "https://mcp.sentry.dev/mcp"
|
|
55
70
|
# Repowise (github.com/repowise-dev/repowise) — optional codebase-intelligence engine exposing an
|
|
56
71
|
# MCP server: deterministic hotspots (churn × complexity), change-risk, co-change coupling, dead
|
|
57
72
|
# code, and a dependency graph. NOT bundled (claude-kit only references it): it is AGPL-3.0, so
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "claude-code-kit"
|
|
7
|
-
version = "0.11.
|
|
7
|
+
version = "0.11.3"
|
|
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
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/_references/accessibility-checklist.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/skills/_references/orchestration-patterns.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/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.11.2 → claude_code_kit-0.11.3}/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
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/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.11.2 → claude_code_kit-0.11.3}/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.11.2 → claude_code_kit-0.11.3}/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.11.2 → claude_code_kit-0.11.3}/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
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/agent-memory/architecture/.gitkeep
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/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
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/agents/data-workflow-agent.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/agents/founder-prototype-agent.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/agents/internal-tools-builder.md
RENAMED
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/agents/support-ticket-engineer.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/devops-and-release/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/devops-and-release/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/engineering-core/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/engineering-core/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/non-engineer-builder/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/non-engineer-builder/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/onboarding-and-docs/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/onboarding-and-docs/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/product-to-code/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/product-to-code/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/quality-and-review/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/packs/quality-and-review/pack.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/ai-working-agreement.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/ambiguity-resolution.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/branch-and-pr-policy.md
RENAMED
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/non-engineer-safe-coding.md
RENAMED
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/production-data-policy.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/prompt-to-task-conversion.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/rules/prototype-boundaries.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/skills/feature-from-idea/SKILL.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/skills/prompt-to-safe-task/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.2 → claude_code_kit-0.11.3}/templates/org/skills/repo-onboarding/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
|