claude-code-kit 0.15.0__tar.gz → 0.16.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/.claude-plugin/marketplace.json +1 -1
  2. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/.claude-plugin/plugin.json +1 -1
  3. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/CHANGELOG.md +51 -0
  4. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/PKG-INFO +4 -2
  5. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/README.md +3 -1
  6. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/ui-designer.md +1 -1
  7. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/catalog/stacks.yaml +1 -1
  8. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/docs/coverage-audit.md +1 -0
  9. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/pyproject.toml +1 -1
  10. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/component-design/SKILL.md +3 -3
  11. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/ui-ux-design/SKILL.md +6 -5
  12. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/src/claude_kit/__init__.py +1 -1
  13. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/stacks/frontend/react/rules/design-system-compliance.md +7 -10
  14. claude_code_kit-0.16.0/templates/stacks/frontend/react/rules/mobile-design-guidelines.md +587 -0
  15. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/stacks/frontend/react/rules/react-patterns.md +14 -28
  16. claude_code_kit-0.16.0/templates/stacks/frontend/react/rules/ui-design-system.md +1621 -0
  17. claude_code_kit-0.16.0/templates/stacks/frontend/react/rules/ux-patterns.md +917 -0
  18. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/.gitignore +0 -0
  19. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/CLAUDE.md +0 -0
  20. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/CONTRIBUTING.md +0 -0
  21. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/LICENSE +0 -0
  22. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/acceptance-reviewer.md +0 -0
  23. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/auditor.md +0 -0
  24. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/dependency-scanner.md +0 -0
  25. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/developer.md +0 -0
  26. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/devils-advocate.md +0 -0
  27. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/devops-engineer.md +0 -0
  28. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/e2e-tester.md +0 -0
  29. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/em-reviewer.md +0 -0
  30. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/incident-responder.md +0 -0
  31. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/merge-reviewer.md +0 -0
  32. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/observability-engineer.md +0 -0
  33. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/orchestrator.md +0 -0
  34. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/owasp-reviewer.md +0 -0
  35. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/policy-validator.md +0 -0
  36. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/pr-raiser.md +0 -0
  37. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/risk-classifier.md +0 -0
  38. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/sdlc-code-reviewer.md +0 -0
  39. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/secret-scanner.md +0 -0
  40. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/security-reviewer.md +0 -0
  41. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/senior-backend-dev.md +0 -0
  42. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/senior-frontend-dev.md +0 -0
  43. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/senior-tester.md +0 -0
  44. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/spec-doc-writer.md +0 -0
  45. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/story-planner.md +0 -0
  46. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/technical-architect.md +0 -0
  47. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/tester.md +0 -0
  48. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/agents/unit-tester.md +0 -0
  49. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/catalog/mcp.yaml +0 -0
  50. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/catalog/org.yaml +0 -0
  51. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/catalog/profiles.yaml +0 -0
  52. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/commands/abort.md +0 -0
  53. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/commands/init.md +0 -0
  54. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/commands/sdlc.md +0 -0
  55. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/commands/status.md +0 -0
  56. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/docs/agentic-patterns.md +0 -0
  57. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/docs/agents.md +0 -0
  58. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/docs/architecture.md +0 -0
  59. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/docs/eval-harness.md +0 -0
  60. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/docs/org-capabilities.md +0 -0
  61. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/hooks.json +0 -0
  62. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/audit-log.sh +0 -0
  63. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/guard-destructive-git.sh +0 -0
  64. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/guard-secrets.sh +0 -0
  65. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/lint-fix.sh +0 -0
  66. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/load-autonomy.sh +0 -0
  67. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/load-continuity.sh +0 -0
  68. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/load-learnings.sh +0 -0
  69. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/type-check.sh +0 -0
  70. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/validate-frontmatter.sh +0 -0
  71. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/validate-settings.sh +0 -0
  72. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/warn-large-edits.sh +0 -0
  73. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/warn-llm-io.sh +0 -0
  74. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/warn-missing-tests.sh +0 -0
  75. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/warn-sensitive-files.sh +0 -0
  76. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/hooks/scripts/warn-shared-modules.sh +0 -0
  77. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/agent-guardrails.md +0 -0
  78. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/agent-memory.md +0 -0
  79. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/agent-resilience.md +0 -0
  80. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/autonomy-levels.md +0 -0
  81. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/code-organization.md +0 -0
  82. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/continuity.md +0 -0
  83. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/design-patterns.md +0 -0
  84. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/devops-observability.md +0 -0
  85. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/documentation.md +0 -0
  86. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/evals.md +0 -0
  87. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/frontend-best-practices.md +0 -0
  88. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/goal-setting-and-monitoring.md +0 -0
  89. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/human-in-the-loop.md +0 -0
  90. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/linting-and-formatting.md +0 -0
  91. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/mandatory-workflow.md +0 -0
  92. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/model-tiers.md +0 -0
  93. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/quality-gates.md +0 -0
  94. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/rarv-cycle.md +0 -0
  95. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/reasoning-techniques.md +0 -0
  96. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/responsive-and-accessibility.md +0 -0
  97. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/risk-classification.md +0 -0
  98. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/testing.md +0 -0
  99. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/rules/tool-design.md +0 -0
  100. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/scripts/init.sh +0 -0
  101. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/_references/accessibility-checklist.md +0 -0
  102. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/_references/orchestration-patterns.md +0 -0
  103. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/_references/performance-checklist.md +0 -0
  104. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/_references/security-checklist.md +0 -0
  105. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/_references/testing-patterns.md +0 -0
  106. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/accessibility-review/SKILL.md +0 -0
  107. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/api-and-interface-design/SKILL.md +0 -0
  108. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/api-integration/SKILL.md +0 -0
  109. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/archive-sprint/SKILL.md +0 -0
  110. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/backlog/SKILL.md +0 -0
  111. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/backlog/item-template.md +0 -0
  112. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/browser-testing-with-devtools/SKILL.md +0 -0
  113. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/bug-hunt/SKILL.md +0 -0
  114. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/ci-cd-and-automation/SKILL.md +0 -0
  115. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/code-review-and-quality/SKILL.md +0 -0
  116. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/code-simplification/SKILL.md +0 -0
  117. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/consolidate-learnings/SKILL.md +0 -0
  118. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/context-engineering/SKILL.md +0 -0
  119. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/debugging-and-error-recovery/SKILL.md +0 -0
  120. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/decision/SKILL.md +0 -0
  121. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/decision/adr-template.md +0 -0
  122. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/deprecation-and-migration/SKILL.md +0 -0
  123. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/documentation-and-adrs/SKILL.md +0 -0
  124. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/doubt-driven-development/SKILL.md +0 -0
  125. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/execute/SKILL.md +0 -0
  126. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/frontend-ui-engineering/SKILL.md +0 -0
  127. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/git-workflow-and-versioning/SKILL.md +0 -0
  128. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/idea-refine/SKILL.md +0 -0
  129. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/idea-refine/examples.md +0 -0
  130. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/idea-refine/frameworks.md +0 -0
  131. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/idea-refine/refinement-criteria.md +0 -0
  132. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/idea-refine/scripts/idea-refine.sh +0 -0
  133. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/incident-postmortem/SKILL.md +0 -0
  134. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/incremental-implementation/SKILL.md +0 -0
  135. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/interview-me/SKILL.md +0 -0
  136. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/load-testing/SKILL.md +0 -0
  137. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/manual-test/SKILL.md +0 -0
  138. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/over-engineering-review/SKILL.md +0 -0
  139. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/performance-optimization/SKILL.md +0 -0
  140. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/planning-and-task-breakdown/SKILL.md +0 -0
  141. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/playwright-verification/SKILL.md +0 -0
  142. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/refresh-docs/SKILL.md +0 -0
  143. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/remember/SKILL.md +0 -0
  144. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/scope/SKILL.md +0 -0
  145. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/scope/scope-template.md +0 -0
  146. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/sdlc/SKILL.md +0 -0
  147. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/security-and-hardening/SKILL.md +0 -0
  148. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/security-verification/SKILL.md +0 -0
  149. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/shipping-and-launch/SKILL.md +0 -0
  150. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/simplification-debt/SKILL.md +0 -0
  151. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/smoke-test/SKILL.md +0 -0
  152. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/source-driven-development/SKILL.md +0 -0
  153. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/spec-driven-development/SKILL.md +0 -0
  154. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/sprint/SKILL.md +0 -0
  155. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/sprint/sprint-template.md +0 -0
  156. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/task-tracker-sync/SKILL.md +0 -0
  157. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/test-driven-development/SKILL.md +0 -0
  158. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/test-plan-review/SKILL.md +0 -0
  159. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/threat-model/SKILL.md +0 -0
  160. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/triage/SKILL.md +0 -0
  161. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/unit-test/SKILL.md +0 -0
  162. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/skills/using-agent-skills/SKILL.md +0 -0
  163. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/src/claude_kit/__main__.py +0 -0
  164. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/src/claude_kit/catalog.py +0 -0
  165. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/src/claude_kit/cli.py +0 -0
  166. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/src/claude_kit/hooks.py +0 -0
  167. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/src/claude_kit/models.py +0 -0
  168. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/src/claude_kit/prompts.py +0 -0
  169. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/src/claude_kit/render.py +0 -0
  170. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/src/claude_kit/scaffold.py +0 -0
  171. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/src/claude_kit/upgrader.py +0 -0
  172. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/src/claude_kit/validator.py +0 -0
  173. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/CLAUDE.md +0 -0
  174. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/CLAUDE.stack.md.tmpl +0 -0
  175. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/CONTINUITY.template.md +0 -0
  176. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/README.claude-sdlc.md.tmpl +0 -0
  177. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/agent-memory/MEMORY.md +0 -0
  178. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/agent-memory/api/.gitkeep +0 -0
  179. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/agent-memory/architecture/.gitkeep +0 -0
  180. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/agent-memory/debugging/.gitkeep +0 -0
  181. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/agent-memory/gotchas/.gitkeep +0 -0
  182. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/agent-memory/patterns/.gitkeep +0 -0
  183. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/agent-memory/performance/.gitkeep +0 -0
  184. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/artifacts/adr.md +0 -0
  185. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/artifacts/api-change-report.md +0 -0
  186. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/artifacts/feature-spec.md +0 -0
  187. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/artifacts/release-plan.md +0 -0
  188. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/artifacts/runbook.md +0 -0
  189. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/artifacts/security-review.md +0 -0
  190. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/artifacts/test-plan.md +0 -0
  191. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/README.md +0 -0
  192. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/agents/data-workflow-agent.md +0 -0
  193. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/agents/founder-prototype-agent.md +0 -0
  194. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/agents/internal-tools-builder.md +0 -0
  195. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/agents/pm-copilot.md +0 -0
  196. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/agents/staff-pm-reviewer.md +0 -0
  197. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/agents/support-ticket-engineer.md +0 -0
  198. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/devops-and-release/README.md +0 -0
  199. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/devops-and-release/pack.yaml +0 -0
  200. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/engineering-core/README.md +0 -0
  201. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/engineering-core/pack.yaml +0 -0
  202. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/non-engineer-builder/README.md +0 -0
  203. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/non-engineer-builder/pack.yaml +0 -0
  204. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/onboarding-and-docs/README.md +0 -0
  205. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/onboarding-and-docs/pack.yaml +0 -0
  206. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/product-to-code/README.md +0 -0
  207. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/product-to-code/pack.yaml +0 -0
  208. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/quality-and-review/README.md +0 -0
  209. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/quality-and-review/pack.yaml +0 -0
  210. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/security-and-compliance/README.md +0 -0
  211. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/packs/security-and-compliance/pack.yaml +0 -0
  212. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/rules/ai-working-agreement.md +0 -0
  213. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/rules/ambiguity-resolution.md +0 -0
  214. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/rules/branch-and-pr-policy.md +0 -0
  215. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/rules/compliance-policy.md +0 -0
  216. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/rules/non-engineer-safe-coding.md +0 -0
  217. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/rules/pii-policy.md +0 -0
  218. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/rules/production-data-policy.md +0 -0
  219. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/rules/prompt-to-task-conversion.md +0 -0
  220. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/rules/prototype-boundaries.md +0 -0
  221. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/rules/secrets-policy.md +0 -0
  222. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/skills/customer-issue-to-fix/SKILL.md +0 -0
  223. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/skills/feature-from-idea/SKILL.md +0 -0
  224. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/skills/prompt-to-safe-task/SKILL.md +0 -0
  225. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/skills/prototype-to-production/SKILL.md +0 -0
  226. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/skills/repo-onboarding/SKILL.md +0 -0
  227. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/skills/review-scope/SKILL.md +0 -0
  228. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/skills/review-sprint/SKILL.md +0 -0
  229. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/skills/review-sprint-plan/SKILL.md +0 -0
  230. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/org/skills/review-ux-flow/SKILL.md +0 -0
  231. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/settings.json +0 -0
  232. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/stacks/backend/go/net-http/rules/go-patterns.md +0 -0
  233. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/stacks/backend/python/fastapi/rules/fastapi-patterns.md +0 -0
  234. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/stacks/db/mongodb/agents/migration-specialist.md +0 -0
  235. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/stacks/db/mongodb/agents/mongodb-specialist.md +0 -0
  236. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/stacks/db/mongodb/rules/mongodb-patterns.md +0 -0
  237. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/stacks/db/postgres/agents/db-performance-reviewer.md +0 -0
  238. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/stacks/db/postgres/agents/migration-specialist.md +0 -0
  239. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/stacks/db/postgres/agents/postgres-specialist.md +0 -0
  240. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/stacks/db/postgres/rules/database-performance.md +0 -0
  241. {claude_code_kit-0.15.0 → claude_code_kit-0.16.0}/templates/stacks/db/postgres/rules/postgres-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.15.0",
13
+ "version": "0.16.0",
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.15.0",
3
+ "version": "0.16.0",
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,57 @@ 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.16.0] — 2026-06-16
8
+
9
+ **Adopt a full React/Tailwind/Radix design-system rule set as always-on React overlay rules.** Three
10
+ manually-authored, production-grade design docs — `ui-design-system.md` (color/spacing/typography/
11
+ radius scales, card & badge & icon standards, accessibility), `ux-patterns.md` (status expression,
12
+ empty states, breadcrumbs, page archetypes/blueprints, button ordering, date formatting, data colors),
13
+ and `mobile-design-guidelines.md` (responsive breakpoints, touch targets, Capacitor native patterns) —
14
+ are now installed into `.claude/rules/` whenever the **React** frontend is selected. This closes a
15
+ long-standing gap: the kit already shipped the *readers* (`ui-ux-design` + `component-design` skills,
16
+ `ui-designer` agent) but not the *content* they pointed at, so a fresh install never created the design
17
+ docs they read.
18
+
19
+ Placement is **always-on React overlay rules** (wired purely through `catalog/stacks.yaml`
20
+ `overlay_rules` — no new scaffold mechanism, `resolve()` untouched per golden rule #6). Accepted
21
+ trade-off: ~3k lines of design rules load every session on React projects, in exchange for the design
22
+ system being authoritative and always present. The three files live **only** in
23
+ `templates/stacks/frontend/react/rules/` (golden rule #1 — stack content stays in overlays).
24
+
25
+ IP boundary: the design **decisions** are preserved verbatim (radius, touch targets, status-via-Badge,
26
+ button ordering, date formats, chart standards, the four page archetypes and their blueprints/compound
27
+ tables), while every app-specific reference was neutralized — product/persona/route identity, concrete
28
+ `src/...` module paths and named app components, the 52-page inventory, dated migration backlogs, the
29
+ domain KPI glossary and INR locale specifics, project-specific lint-rule identifiers, and brand hex
30
+ values (→ `#______` placeholders, matching the existing `design-system-compliance.md` style).
31
+
32
+ ### Added
33
+ - **Three React overlay rules** under `templates/stacks/frontend/react/rules/`:
34
+ `ui-design-system.md`, `ux-patterns.md`, `mobile-design-guidelines.md` — registered in
35
+ `catalog/stacks.yaml` → `frontend.frameworks.react.overlay_rules`, installed into `.claude/rules/`
36
+ only when React is selected. Consumed by the React-gated `ui-ux-design` / `component-design` skills
37
+ and the `ui-designer` agent.
38
+
39
+ ### Changed
40
+ - **Conflicts resolved in favor of the new files.** `design-system-compliance.md` — the placeholder
41
+ token table is replaced by a thin pointer naming `ui-design-system.md` (+ `ux-patterns.md` /
42
+ `mobile-design-guidelines.md`) as the source of truth ("if anything here conflicts, that file wins"),
43
+ keeping only the concise always-on enforcement hook. `react-patterns.md` — the "Accessibility
44
+ specifics (Tailwind + Radix)" rules (contrast table, `p-3 -m-3` touch target, clickable-non-button)
45
+ are trimmed to a cross-reference into `ui-design-system.md` §Accessibility, retaining two
46
+ React-specific review reminders.
47
+ - **Reader paths repointed** from `docs/references/ui/...` → `.claude/rules/...` so the existing
48
+ reader-loop connects to the now-installed content: `skills/ui-ux-design` (steps 1–2 + References,
49
+ with the design-system rule marked authoritative over the inline quick-check table),
50
+ `skills/component-design` (read whichever of the overlay rule or `docs/references/ui/` is present),
51
+ and `agents/ui-designer` (overlay rule added to its candidate locations, defensive "if one exists"
52
+ framing kept — the agent is core/un-gated and must not assume the React overlay is present).
53
+
54
+ ### Notes
55
+ - `docs/references/ui/sidebar-navigation.md` is **not** supplied by the kit; the skills reference it as
56
+ project-specific/optional.
57
+
7
58
  ## [0.15.0] — 2026-06-16
8
59
 
9
60
  **Adopt the Fynd Agentic Engineering personas & skills** (an internal Claude Code plugin marketplace —
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: claude-code-kit
3
- Version: 0.15.0
3
+ Version: 0.16.0
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
@@ -60,7 +60,9 @@ refuses to advance a phase until its **quality gate** passes. You drive it all w
60
60
 
61
61
  - 🧱 **Stack-agnostic** — the pipeline assumes no language or framework. Pick a stack at `init` and it
62
62
  installs matching overlay rules (React · FastAPI · Go/net-http · PostgreSQL · MongoDB) and your exact
63
- lint/test/build commands. It never writes your app code and never needs Docker.
63
+ lint/test/build commands. Picking React also installs a full design-system rule set (design tokens,
64
+ UX patterns, mobile/Capacitor guidelines) that the UI skills and `ui-designer` agent read. It never
65
+ writes your app code and never needs Docker.
64
66
  - 🎚️ **Dial the rigor with profiles** — `lean ⊊ standard ⊊ enterprise` decide how many agents, skills,
65
67
  hooks, and gates are active, from "fast track" to "full audit".
66
68
  - 👥 **Scope to your team** — `individual` / `team` (default) / `organization`. Org scope adds a
@@ -33,7 +33,9 @@ refuses to advance a phase until its **quality gate** passes. You drive it all w
33
33
 
34
34
  - 🧱 **Stack-agnostic** — the pipeline assumes no language or framework. Pick a stack at `init` and it
35
35
  installs matching overlay rules (React · FastAPI · Go/net-http · PostgreSQL · MongoDB) and your exact
36
- lint/test/build commands. It never writes your app code and never needs Docker.
36
+ lint/test/build commands. Picking React also installs a full design-system rule set (design tokens,
37
+ UX patterns, mobile/Capacitor guidelines) that the UI skills and `ui-designer` agent read. It never
38
+ writes your app code and never needs Docker.
37
39
  - 🎚️ **Dial the rigor with profiles** — `lean ⊊ standard ⊊ enterprise` decide how many agents, skills,
38
40
  hooks, and gates are active, from "fast track" to "full audit".
39
41
  - 👥 **Scope to your team** — `individual` / `team` (default) / `organization`. Org scope adds a
@@ -19,7 +19,7 @@ For any frontend, UI, or interaction work, produce a **complete, production-read
19
19
  Your project's frontend stack may vary. Before designing, identify:
20
20
  - The UI framework (e.g., React, Vue, Svelte, Angular, vanilla JS)
21
21
  - The styling approach (e.g., CSS modules, Tailwind, styled-components, CSS-in-JS)
22
- - Design system location (if one exists — check `docs/references/ui/`, `design-system/`, or similar)
22
+ - Design system location (if one exists — check `.claude/rules/ui-design-system.md` (React overlay), `docs/references/ui/`, `design-system/`, or similar)
23
23
  - Component library path (check `src/components/`, `lib/ui/`, or similar)
24
24
 
25
25
  ## MANDATORY: Read Before Designing
@@ -24,7 +24,7 @@ frontend:
24
24
  languages:
25
25
  default: typescript
26
26
  options: [typescript, javascript]
27
- overlay_rules: [react-patterns.md, design-system-compliance.md]
27
+ overlay_rules: [react-patterns.md, design-system-compliance.md, ui-design-system.md, ux-patterns.md, mobile-design-guidelines.md]
28
28
  overlay_agents: []
29
29
  skills: [frontend-ui-engineering, component-design, ui-ux-design, unit-test]
30
30
  stack_dir: frontend/react
@@ -70,6 +70,7 @@ checklists that ride *inside existing* review gates. Enforcement class of each:
70
70
  | **Suite-architecture audit** | **AGENT mode — standard+** | `suite-audit` mode on `agents/senior-tester`; a verification *mode*, not a separate token | advisory (within testing) |
71
71
  | **Staff-PM product-lens review tier** | **SKILL/AGENT — organization scope only** | `staff-pm-reviewer` + `review-scope`/`review-sprint-plan`/`review-ux-flow`/`review-sprint` install only when `scope == organization` (`catalog/org.yaml`); read-only, advisory — no product gate token | org scope (advisory) |
72
72
  | **Design-system compliance · a11y/contract overlay enrichments** | **OVERLAY RULE** | `design-system-compliance.md` + enrichments in `react-patterns.md`/`fastapi-patterns.md`; install only when the matching stack is selected | when stack selected (advisory rule) |
73
+ | **Design system · UX patterns · mobile guidelines** (0.16.0) | **OVERLAY RULE — React-gated, always-on, advisory** | `ui-design-system.md` / `ux-patterns.md` / `mobile-design-guidelines.md` (React `overlay_rules`); install into `.claude/rules/` only when React is selected, then load every session. The authoritative source for `design-system-compliance.md`'s thin pointer and `react-patterns.md`'s trimmed a11y cross-ref; consumed by the `ui-ux-design` / `component-design` skills + `ui-designer` agent | when React selected (advisory rule) |
73
74
 
74
75
  The two that reach *enforced* (claim-audit, eval/HITL) do so the same way P0-2 did — by strengthening
75
76
  an **existing** gate's owner-agent checklist, not by minting a token. Everything else is advisory by
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "claude-code-kit"
7
- version = "0.15.0"
7
+ version = "0.16.0"
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"
@@ -9,7 +9,7 @@ Design and implement the component: $ARGUMENTS.
9
9
 
10
10
  ## Steps
11
11
 
12
- 1. **Read the design system**: Read `docs/references/ui/ui-design-system.md` for visual rules and component standards (if available).
12
+ 1. **Read the design system**: Read `.claude/rules/ui-design-system.md` (installed as a React overlay rule) for visual rules and component standards or a project's `docs/references/ui/ui-design-system.md` equivalent. Read whichever is present.
13
13
 
14
14
  2. **Check existing components**: Check the project's component directory for available UI primitives and established patterns. Search for similar components to follow the project's conventions.
15
15
 
@@ -95,8 +95,8 @@ Design and implement the component: $ARGUMENTS.
95
95
  ## References
96
96
 
97
97
  - UI primitives: Project's UI primitives directory/barrel export
98
- - Design system: `docs/references/ui/ui-design-system.md` (if available)
99
- - UX patterns: `docs/references/ui/ux-patterns.md` (if available)
98
+ - Design system: `.claude/rules/ui-design-system.md` (React overlay) or `docs/references/ui/ui-design-system.md` (if present)
99
+ - UX patterns: `.claude/rules/ux-patterns.md` (React overlay) or `docs/references/ui/ux-patterns.md` (if present)
100
100
  - Rules: `.claude/rules/frontend-best-practices.md`, `.claude/rules/responsive-and-accessibility.md`
101
101
 
102
102
  ## Examples
@@ -9,9 +9,9 @@ Verify UI/UX design compliance for $ARGUMENTS.
9
9
 
10
10
  ## Steps
11
11
 
12
- 1. **Read the design system**: Read `docs/references/ui/ui-design-system.md` to load the full design rules — colors, typography, spacing, cards, icons, badges, components, and accessibility.
12
+ 1. **Read the design system**: Read `.claude/rules/ui-design-system.md` to load the full design rules — colors, typography, spacing, cards, icons, badges, components, and accessibility. (Installed as an overlay rule when the React stack is selected.) This file is **authoritative**: if the quick-check table below ever conflicts with it, follow the rule file.
13
13
 
14
- 2. **Read the UX patterns doc**: Read `docs/references/ui/ux-patterns.md` for status expression rules, empty state guidelines, breadcrumb conventions, page blueprints, and data color rules.
14
+ 2. **Read the UX patterns doc**: Read `.claude/rules/ux-patterns.md` for status expression rules, empty state guidelines, breadcrumb conventions, page blueprints, and data color rules. For responsive/native specifics, also read `.claude/rules/mobile-design-guidelines.md`.
15
15
 
16
16
  3. **Identify the page archetype**: Determine if the target is a **List**, **Dashboard**, **Detail**, or **Config** page. Each archetype has specific compound components and hooks it should use.
17
17
 
@@ -64,8 +64,9 @@ Verify UI/UX design compliance for $ARGUMENTS.
64
64
 
65
65
  ## References
66
66
 
67
- - Design system: `docs/references/ui/ui-design-system.md`
68
- - UX patterns: `docs/references/ui/ux-patterns.md`
69
- - Sidebar navigation: `docs/references/ui/sidebar-navigation.md`
67
+ - Design system: `.claude/rules/ui-design-system.md`
68
+ - UX patterns: `.claude/rules/ux-patterns.md`
69
+ - Mobile / responsive: `.claude/rules/mobile-design-guidelines.md`
70
+ - Sidebar navigation: `docs/references/ui/sidebar-navigation.md` (project-specific, if present)
70
71
  - UI components: `src/components/ui/index.ts`
71
72
  - Existing pages: `src/pages/` (look at similar archetype)
@@ -7,4 +7,4 @@ Docker): ``claude-kit init`` asks ordered questions and lays down ``CLAUDE.md``
7
7
  as a plugin. Extensibility is data-driven via the ``catalog/`` (stacks, profiles, MCP).
8
8
  """
9
9
 
10
- __version__ = "0.15.0"
10
+ __version__ = "0.16.0"
@@ -6,22 +6,19 @@ the **React** frontend is selected; it complements `react-patterns.md`,
6
6
  design-review technique). This file is about **consistency**: make every screen look like it came from
7
7
  one system, by going through tokens and shared primitives instead of one-off styling.
8
8
 
9
- > Fill in the bracketed values with **your** project's design tokens once; after that the rules below
10
- > enforce them. The point is not the specific numbers it's that there is exactly one source for each.
9
+ > The full token / component / pattern catalog is **`ui-design-system.md`** (with `ux-patterns.md` for
10
+ > usage rules and `mobile-design-guidelines.md` for responsive/native)all installed alongside this
11
+ > file in `.claude/rules/`. Those are the source of truth; this file is the short, always-on
12
+ > **enforcement** hook. If anything here ever conflicts with `ui-design-system.md`, that file wins.
11
13
 
12
14
  ## Use tokens, never arbitrary values
13
15
 
14
16
  - Reference the configured theme/palette names (`bg-primary`, `text-muted-foreground`, …) — **do not**
15
17
  ship Tailwind arbitrary values like `bg-[#5347CD]`, `rounded-[7px]`, `p-[13px]`. An arbitrary value
16
18
  in a component is a design-system bypass and a review finding.
17
- - Pin the palette in the Tailwind theme config; components consume the names:
18
-
19
- | Token | Project value (fill in) |
20
- |---|---|
21
- | primary | `[#______]` |
22
- | accent | `[#______]` |
23
- | background / surface | `[#______]` |
24
- | foreground / muted-foreground | `[#______]` / `[#______]` |
19
+ - Pin the palette once in the Tailwind theme config (`@theme`); components consume the names. The
20
+ actual token values and the full color / spacing / typography / radius scales are defined in
21
+ **`ui-design-system.md`** set them there, then reference the names everywhere.
25
22
 
26
23
  ## One set of component variants
27
24