@champpaba/claude-agent-kit 1.0.0 → 1.1.0

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 (77) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +758 -331
  3. package/package.json +1 -1
  4. package/template/.claude/CHANGELOG-v1.1.1.md +0 -259
  5. package/template/.claude/CLAUDE.md +0 -329
  6. package/template/.claude/agents/01-integration.md +0 -797
  7. package/template/.claude/agents/02-uxui-frontend.md +0 -899
  8. package/template/.claude/agents/03-test-debug.md +0 -759
  9. package/template/.claude/agents/04-frontend.md +0 -1099
  10. package/template/.claude/agents/05-backend.md +0 -1217
  11. package/template/.claude/agents/06-database.md +0 -969
  12. package/template/.claude/commands/agentsetup.md +0 -1464
  13. package/template/.claude/commands/cdev.md +0 -327
  14. package/template/.claude/commands/csetup.md +0 -447
  15. package/template/.claude/commands/cstatus.md +0 -60
  16. package/template/.claude/commands/cview.md +0 -364
  17. package/template/.claude/commands/psetup.md +0 -101
  18. package/template/.claude/contexts/design/accessibility.md +0 -611
  19. package/template/.claude/contexts/design/box-thinking.md +0 -553
  20. package/template/.claude/contexts/design/color-theory.md +0 -498
  21. package/template/.claude/contexts/design/index.md +0 -247
  22. package/template/.claude/contexts/design/layout.md +0 -400
  23. package/template/.claude/contexts/design/responsive.md +0 -551
  24. package/template/.claude/contexts/design/shadows.md +0 -522
  25. package/template/.claude/contexts/design/spacing.md +0 -428
  26. package/template/.claude/contexts/design/typography.md +0 -465
  27. package/template/.claude/contexts/domain/README.md +0 -164
  28. package/template/.claude/contexts/patterns/agent-coordination.md +0 -388
  29. package/template/.claude/contexts/patterns/agent-discovery.md +0 -182
  30. package/template/.claude/contexts/patterns/change-workflow.md +0 -538
  31. package/template/.claude/contexts/patterns/code-standards.md +0 -515
  32. package/template/.claude/contexts/patterns/development-principles.md +0 -513
  33. package/template/.claude/contexts/patterns/error-handling.md +0 -478
  34. package/template/.claude/contexts/patterns/error-recovery.md +0 -365
  35. package/template/.claude/contexts/patterns/frontend-component-strategy.md +0 -365
  36. package/template/.claude/contexts/patterns/git-workflow.md +0 -207
  37. package/template/.claude/contexts/patterns/logging.md +0 -424
  38. package/template/.claude/contexts/patterns/task-breakdown.md +0 -452
  39. package/template/.claude/contexts/patterns/task-classification.md +0 -523
  40. package/template/.claude/contexts/patterns/tdd-classification.md +0 -516
  41. package/template/.claude/contexts/patterns/testing.md +0 -413
  42. package/template/.claude/contexts/patterns/ui-component-consistency.md +0 -304
  43. package/template/.claude/contexts/patterns/validation-framework.md +0 -776
  44. package/template/.claude/lib/README.md +0 -39
  45. package/template/.claude/lib/agent-executor.md +0 -258
  46. package/template/.claude/lib/agent-router.md +0 -572
  47. package/template/.claude/lib/flags-updater.md +0 -469
  48. package/template/.claude/lib/tdd-classifier.md +0 -345
  49. package/template/.claude/lib/validation-gates.md +0 -484
  50. package/template/.claude/settings.local.json +0 -42
  51. package/template/.claude/templates/context-template.md +0 -45
  52. package/template/.claude/templates/flags-template.json +0 -42
  53. package/template/.claude/templates/phase-templates.json +0 -124
  54. package/template/.claude/templates/phases-sections/accessibility-test.md +0 -17
  55. package/template/.claude/templates/phases-sections/api-design.md +0 -37
  56. package/template/.claude/templates/phases-sections/backend-tests.md +0 -16
  57. package/template/.claude/templates/phases-sections/backend.md +0 -37
  58. package/template/.claude/templates/phases-sections/business-logic-validation.md +0 -16
  59. package/template/.claude/templates/phases-sections/component-tests.md +0 -17
  60. package/template/.claude/templates/phases-sections/contract-backend.md +0 -16
  61. package/template/.claude/templates/phases-sections/contract-frontend.md +0 -16
  62. package/template/.claude/templates/phases-sections/database.md +0 -35
  63. package/template/.claude/templates/phases-sections/documentation.md +0 -17
  64. package/template/.claude/templates/phases-sections/e2e-tests.md +0 -16
  65. package/template/.claude/templates/phases-sections/fix-implementation.md +0 -17
  66. package/template/.claude/templates/phases-sections/frontend-integration.md +0 -18
  67. package/template/.claude/templates/phases-sections/frontend-mockup.md +0 -123
  68. package/template/.claude/templates/phases-sections/manual-flow-test.md +0 -15
  69. package/template/.claude/templates/phases-sections/manual-ux-test.md +0 -16
  70. package/template/.claude/templates/phases-sections/refactor-implementation.md +0 -17
  71. package/template/.claude/templates/phases-sections/refactor.md +0 -16
  72. package/template/.claude/templates/phases-sections/regression-tests.md +0 -15
  73. package/template/.claude/templates/phases-sections/report.md +0 -16
  74. package/template/.claude/templates/phases-sections/responsive-test.md +0 -16
  75. package/template/.claude/templates/phases-sections/script-implementation.md +0 -43
  76. package/template/.claude/templates/phases-sections/test-coverage.md +0 -16
  77. package/template/.claude/templates/phases-sections/user-approval.md +0 -14
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 ChampPABA
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 ChampPABA
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.