claude-code-kit 0.11.0__tar.gz → 0.11.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.11.0 → claude_code_kit-0.11.1}/.claude-plugin/marketplace.json +1 -1
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/.claude-plugin/plugin.json +1 -1
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/CHANGELOG.md +52 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/PKG-INFO +1 -1
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/pyproject.toml +1 -1
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/testing.md +10 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/src/claude_kit/__init__.py +1 -1
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/.gitignore +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/CLAUDE.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/CONTRIBUTING.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/LICENSE +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/README.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/acceptance-reviewer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/auditor.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/dependency-scanner.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/developer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/devils-advocate.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/devops-engineer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/e2e-tester.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/em-reviewer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/incident-responder.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/merge-reviewer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/observability-engineer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/orchestrator.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/owasp-reviewer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/policy-validator.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/pr-raiser.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/risk-classifier.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/sdlc-code-reviewer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/secret-scanner.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/security-reviewer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/senior-backend-dev.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/senior-frontend-dev.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/senior-tester.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/spec-doc-writer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/story-planner.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/technical-architect.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/tester.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/ui-designer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/agents/unit-tester.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/catalog/mcp.yaml +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/catalog/org.yaml +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/catalog/profiles.yaml +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/catalog/stacks.yaml +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/commands/init.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/commands/sdlc.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/commands/status.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/docs/agentic-patterns.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/docs/agents.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/docs/architecture.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/docs/org-capabilities.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/hooks.json +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/audit-log.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/guard-secrets.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/lint-fix.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/load-autonomy.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/load-continuity.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/load-learnings.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/type-check.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/validate-frontmatter.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/validate-settings.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/warn-large-edits.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/warn-llm-io.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/warn-missing-tests.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/warn-sensitive-files.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/hooks/scripts/warn-shared-modules.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/agent-guardrails.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/agent-memory.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/agent-resilience.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/autonomy-levels.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/code-organization.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/continuity.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/design-patterns.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/devops-observability.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/documentation.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/evals.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/frontend-best-practices.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/goal-setting-and-monitoring.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/human-in-the-loop.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/linting-and-formatting.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/mandatory-workflow.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/model-tiers.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/quality-gates.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/rarv-cycle.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/reasoning-techniques.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/responsive-and-accessibility.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/risk-classification.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/rules/tool-design.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/scripts/init.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/_references/accessibility-checklist.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/_references/orchestration-patterns.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/_references/performance-checklist.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/_references/security-checklist.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/_references/testing-patterns.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/accessibility-review/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/api-and-interface-design/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/api-integration/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/archive-sprint/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/backlog/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/backlog/item-template.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/browser-testing-with-devtools/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/ci-cd-and-automation/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/code-review-and-quality/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/code-simplification/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/component-design/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/consolidate-learnings/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/context-engineering/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/debugging-and-error-recovery/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/decision/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/decision/adr-template.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/deprecation-and-migration/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/documentation-and-adrs/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/doubt-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/execute/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/frontend-ui-engineering/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/git-workflow-and-versioning/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/idea-refine/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/idea-refine/examples.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/idea-refine/frameworks.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/idea-refine/refinement-criteria.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/idea-refine/scripts/idea-refine.sh +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/incident-postmortem/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/incremental-implementation/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/interview-me/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/load-testing/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/manual-test/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/over-engineering-review/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/performance-optimization/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/planning-and-task-breakdown/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/playwright-verification/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/refresh-docs/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/remember/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/scope/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/scope/scope-template.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/sdlc/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/security-and-hardening/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/security-verification/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/shipping-and-launch/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/simplification-debt/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/smoke-test/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/source-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/spec-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/sprint/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/sprint/sprint-template.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/task-tracker-sync/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/test-driven-development/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/threat-model/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/triage/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/ui-ux-design/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/unit-test/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/using-agent-skills/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/src/claude_kit/__main__.py +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/src/claude_kit/catalog.py +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/src/claude_kit/cli.py +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/src/claude_kit/hooks.py +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/src/claude_kit/models.py +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/src/claude_kit/prompts.py +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/src/claude_kit/render.py +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/src/claude_kit/scaffold.py +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/src/claude_kit/upgrader.py +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/src/claude_kit/validator.py +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/CLAUDE.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/CLAUDE.stack.md.tmpl +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/CONTINUITY.template.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/README.claude-sdlc.md.tmpl +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/agent-memory/MEMORY.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/agent-memory/api/.gitkeep +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/agent-memory/architecture/.gitkeep +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/agent-memory/debugging/.gitkeep +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/agent-memory/gotchas/.gitkeep +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/agent-memory/patterns/.gitkeep +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/agent-memory/performance/.gitkeep +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/artifacts/adr.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/artifacts/feature-spec.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/artifacts/release-plan.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/artifacts/runbook.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/artifacts/security-review.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/artifacts/test-plan.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/README.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/agents/data-workflow-agent.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/agents/founder-prototype-agent.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/agents/internal-tools-builder.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/agents/pm-copilot.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/agents/support-ticket-engineer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/devops-and-release/README.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/devops-and-release/pack.yaml +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/engineering-core/README.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/engineering-core/pack.yaml +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/non-engineer-builder/README.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/onboarding-and-docs/README.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/product-to-code/README.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/product-to-code/pack.yaml +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/quality-and-review/README.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/quality-and-review/pack.yaml +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/security-and-compliance/README.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/ai-working-agreement.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/ambiguity-resolution.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/branch-and-pr-policy.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/compliance-policy.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/non-engineer-safe-coding.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/pii-policy.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/production-data-policy.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/prompt-to-task-conversion.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/prototype-boundaries.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/secrets-policy.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/settings.json +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/stacks/db/postgres/rules/postgres-patterns.md +0 -0
- {claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/stacks/frontend/react/rules/react-patterns.md +0 -0
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"name": "claude-kit",
|
|
11
11
|
"source": "./",
|
|
12
12
|
"description": "Cookiecutter-style scaffolder for an autonomous Claude Code SDLC config (no app code, no Docker): install CLAUDE.md + .claude/ (rules, the profile's agents/skills, hooks, artifact templates) + optional .mcp.json, then run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates, working memory, and a self-improving learnings loop.",
|
|
13
|
-
"version": "0.11.
|
|
13
|
+
"version": "0.11.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.11.
|
|
3
|
+
"version": "0.11.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,58 @@ 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.1] — 2026-06-15
|
|
8
|
+
|
|
9
|
+
A field review of **seven** external projects, each run through the same adversarial map→verify pass
|
|
10
|
+
(read the source *and* the actual kit files; adopt only genuine, non-duplicative, config-only,
|
|
11
|
+
stack-agnostic, IP-safe gaps). The result is deliberately tiny: across all seven, exactly **one** real
|
|
12
|
+
gap survived — everything else is already covered, runtime-only, stack-specific, out of SDLC scope, or
|
|
13
|
+
IP-unsafe to copy. Reviewed: [obra/superpowers](https://github.com/obra/superpowers),
|
|
14
|
+
[wshobson/agents](https://github.com/wshobson/agents),
|
|
15
|
+
[anthropics/skills](https://github.com/anthropics/skills),
|
|
16
|
+
[karpathy/autoresearch](https://github.com/karpathy/autoresearch),
|
|
17
|
+
[browser-use](https://github.com/browser-use/browser-use),
|
|
18
|
+
[x1xhlol/system-prompts-and-models-of-ai-tools](https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools),
|
|
19
|
+
and [langgenius/dify](https://github.com/langgenius/dify).
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
- **`rules/testing.md`** — the "Async/Event-Loop Systems" guidance gains a **condition-based waiting**
|
|
23
|
+
rule (distilled from superpowers' `condition-based-waiting`, MIT, re-expressed in original,
|
|
24
|
+
stack-agnostic words): never wait on a fixed delay/sleep, poll for the observable condition instead
|
|
25
|
+
(framework waiter or a small `wait_for(condition, timeout)`), and avoid the three flakiness traps
|
|
26
|
+
(no timeout, interval too tight, stale reads). The section previously only said "mock I/O, use
|
|
27
|
+
async/await" — it never addressed timing-dependent test flakiness.
|
|
28
|
+
|
|
29
|
+
### Not adopted (deliberately, per the assessment)
|
|
30
|
+
- **superpowers** — 14 skills, ~all duplicate existing kit skills (TDD, `systematic-debugging`→
|
|
31
|
+
`debugging-and-error-recovery`, `brainstorming`→`idea-refine`/`doubt-driven-development`/`interview-me`,
|
|
32
|
+
`writing-plans`→`planning-and-task-breakdown`, `executing-plans`→`execute`, `requesting`/`receiving-code-review`→
|
|
33
|
+
`code-review-and-quality`, `using-git-worktrees`/`finishing-a-development-branch`→`git-workflow-and-versioning`/
|
|
34
|
+
`shipping-and-launch`/`pr-raiser`, `verification-before-completion`→`rarv-cycle`+`mandatory-workflow`,
|
|
35
|
+
`dispatching-parallel-agents`→`orchestrator`, `writing-skills`→`using-agent-skills`). Its
|
|
36
|
+
`testing-anti-patterns` was refuted as a near-duplicate of the TDD skill's existing anti-pattern table.
|
|
37
|
+
- **wshobson/agents** — almost entirely language/framework specialists (violate the stack-agnostic core)
|
|
38
|
+
or roles the kit already has (`code-reviewer`, `security-auditor`, `incident-responder`,
|
|
39
|
+
`observability-engineer`, `performance-engineer`, `debugger`, `docs-architect`, `architect-reviewer`,
|
|
40
|
+
database/devops roles), plus out-of-SDLC-scope domains (SEO, business, data-science). No general gap.
|
|
41
|
+
- **anthropics/skills** — document skills are source-available (not open) and out of scope; the example
|
|
42
|
+
skills are out of scope (art/design/comms) or duplicative (`skill-creator`→`using-agent-skills`,
|
|
43
|
+
`frontend-design`→`frontend-ui-engineering`). The `SKILL.md` `name`+`description` convention is already followed.
|
|
44
|
+
- **karpathy/autoresearch** — the closed-loop / single-metric / fixed-budget principles are covered by
|
|
45
|
+
`evals` + `goal-setting-and-monitoring`; the ML-training loop itself is stack-specific. "Iterate the
|
|
46
|
+
instructions, not the code" is what the kit already *is* (config-only).
|
|
47
|
+
- **browser-use** — a runtime library; browser automation is already covered by the opt-in `playwright`
|
|
48
|
+
MCP entry + `browser-testing-with-devtools`/`playwright-verification`. Its "treat DOM/console/network
|
|
49
|
+
as untrusted" guidance is already a verbatim "Security Boundaries" section in `browser-testing-with-devtools`.
|
|
50
|
+
- **x1xhlol/system-prompts** — GPL-3.0 archive of prompts extracted from proprietary tools (double IP
|
|
51
|
+
hazard: copyleft + unresolved vendor rights). Its generic principles (plan-first, tool discipline,
|
|
52
|
+
minimal diffs, verification, concise comms, refusal/secret-safety) are already in `reasoning-techniques`,
|
|
53
|
+
`tool-design`, `mandatory-workflow`, `agent-guardrails`, `human-in-the-loop`, and `code-review-and-quality`.
|
|
54
|
+
Nothing was copied.
|
|
55
|
+
- **langgenius/dify** — a runtime platform (Apache-2.0 *with additional conditions*); its principles
|
|
56
|
+
(ReAct/function-calling agents, inspectable workflow steps, RAG stages, prompt-management feedback)
|
|
57
|
+
are covered by `reasoning-techniques`, `tool-design`, `context-engineering`, `evals`, and `devops-observability`.
|
|
58
|
+
|
|
7
59
|
## [0.11.0] — 2026-06-15
|
|
8
60
|
|
|
9
61
|
Distils a field review of [repowise](https://github.com/repowise-dev/repowise) (a runtime
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: claude-code-kit
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.1
|
|
4
4
|
Summary: Cookiecutter-style scaffolder for an autonomous Claude Code SDLC configuration (no app code, no Docker). Asks ordered questions and installs CLAUDE.md + .claude/ (rules, the chosen profile's agents/skills, hooks, artifact templates) + optional .mcp.json; run /sdlc to drive spec → review → build → test → security → ship through profile-aware quality gates, working memory, and a self-improving learnings loop.
|
|
5
5
|
Project-URL: Homepage, https://github.com/ajyadav013/claude-kit
|
|
6
6
|
Project-URL: Repository, https://github.com/ajyadav013/claude-kit
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "claude-code-kit"
|
|
7
|
-
version = "0.11.
|
|
7
|
+
version = "0.11.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"
|
|
@@ -383,6 +383,16 @@ For systems with async I/O or event loops (Node.js, Python asyncio, Go goroutine
|
|
|
383
383
|
- Mock all I/O operations (database, HTTP, file system)
|
|
384
384
|
- Use the test framework's async support (`async/await` in tests)
|
|
385
385
|
- Never use blocking I/O in tests for async systems — mock it or use async equivalents
|
|
386
|
+
- **Wait on conditions, never on the clock.** A fixed delay ("sleep" to let the async work finish)
|
|
387
|
+
is the single biggest source of flaky tests — too short and it fails under load, too long and it
|
|
388
|
+
drags out the whole suite. Instead, **poll for the observable condition you actually care about**
|
|
389
|
+
(the value, state, or side effect) and continue the instant it holds:
|
|
390
|
+
- Use your framework's condition waiter — e.g. `waitFor` / `expect.poll` (JS), `Awaitility` (JVM),
|
|
391
|
+
`tenacity` or a polling fixture (Python), `Eventually` (Go) — or a small generic
|
|
392
|
+
`wait_for(condition, timeout)` that re-checks the live value on a short interval.
|
|
393
|
+
- Three mistakes that quietly re-introduce flakiness: (1) **no timeout** — the test hangs forever
|
|
394
|
+
instead of failing; (2) **interval too tight** — a busy-loop that pegs the CPU; (3) **stale
|
|
395
|
+
reads** — re-evaluate the live value on every poll, never assert against a snapshot captured once.
|
|
386
396
|
|
|
387
397
|
### Multi-Tenant/Authorization Systems
|
|
388
398
|
|
|
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.0 → claude_code_kit-0.11.1}/skills/_references/accessibility-checklist.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/skills/_references/orchestration-patterns.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/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.0 → claude_code_kit-0.11.1}/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.0 → claude_code_kit-0.11.1}/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.0 → claude_code_kit-0.11.1}/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.0 → claude_code_kit-0.11.1}/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.0 → claude_code_kit-0.11.1}/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.0 → claude_code_kit-0.11.1}/templates/agent-memory/architecture/.gitkeep
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/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.0 → claude_code_kit-0.11.1}/templates/org/agents/data-workflow-agent.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/agents/founder-prototype-agent.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/agents/internal-tools-builder.md
RENAMED
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/agents/support-ticket-engineer.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/devops-and-release/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/devops-and-release/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/engineering-core/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/engineering-core/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/non-engineer-builder/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/non-engineer-builder/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/onboarding-and-docs/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/onboarding-and-docs/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/product-to-code/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/product-to-code/pack.yaml
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/quality-and-review/README.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/packs/quality-and-review/pack.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/ai-working-agreement.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/ambiguity-resolution.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/branch-and-pr-policy.md
RENAMED
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/non-engineer-safe-coding.md
RENAMED
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/production-data-policy.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/prompt-to-task-conversion.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/rules/prototype-boundaries.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/skills/feature-from-idea/SKILL.md
RENAMED
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/templates/org/skills/prompt-to-safe-task/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
{claude_code_kit-0.11.0 → claude_code_kit-0.11.1}/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
|