@acmekit/acmekit 2.13.87 → 2.13.89

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 (25) hide show
  1. package/dist/templates/app/.claude/agents/code-reviewer.md +18 -0
  2. package/dist/templates/app/.claude/agents/test-writer.md +18 -4
  3. package/dist/templates/app/.claude/rules/admin-components.md +18 -4
  4. package/dist/templates/app/.claude/rules/admin-data.md +73 -0
  5. package/dist/templates/app/.claude/rules/admin-patterns.md +20 -0
  6. package/dist/templates/app/.claude/rules/api-routes.md +25 -1
  7. package/dist/templates/app/.claude/rules/modules.md +169 -0
  8. package/dist/templates/app/.claude/rules/testing.md +43 -1
  9. package/dist/templates/app/.claude/rules/workflows.md +2 -0
  10. package/dist/templates/app/.claude/skills/admin-customization/SKILL.md +10 -0
  11. package/dist/templates/app/.claude/skills/write-test/SKILL.md +7 -0
  12. package/dist/templates/app/CLAUDE.md +2 -1
  13. package/dist/templates/plugin/.claude/agents/code-reviewer.md +18 -0
  14. package/dist/templates/plugin/.claude/agents/test-writer.md +18 -4
  15. package/dist/templates/plugin/.claude/rules/admin-components.md +18 -4
  16. package/dist/templates/plugin/.claude/rules/admin-data.md +73 -0
  17. package/dist/templates/plugin/.claude/rules/admin-patterns.md +20 -0
  18. package/dist/templates/plugin/.claude/rules/api-routes.md +25 -1
  19. package/dist/templates/plugin/.claude/rules/modules.md +169 -0
  20. package/dist/templates/plugin/.claude/rules/testing.md +53 -1
  21. package/dist/templates/plugin/.claude/rules/workflows.md +2 -0
  22. package/dist/templates/plugin/.claude/skills/admin-customization/SKILL.md +10 -0
  23. package/dist/templates/plugin/.claude/skills/write-test/SKILL.md +8 -0
  24. package/dist/templates/plugin/CLAUDE.md +2 -1
  25. package/package.json +39 -39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acmekit/acmekit",
3
- "version": "2.13.87",
3
+ "version": "2.13.89",
4
4
  "description": "Generic application bootstrap and loaders for the AcmeKit framework",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -49,45 +49,45 @@
49
49
  "test:integration": "../../node_modules/.bin/jest --passWithNoTests --forceExit --testPathPattern=\"src/.*/integration-tests/__tests__/.*\\.ts\""
50
50
  },
51
51
  "devDependencies": {
52
- "@acmekit/framework": "2.13.87"
52
+ "@acmekit/framework": "2.13.89"
53
53
  },
54
54
  "dependencies": {
55
- "@acmekit/admin-bundler": "2.13.87",
56
- "@acmekit/analytics": "2.13.87",
57
- "@acmekit/analytics-local": "2.13.87",
58
- "@acmekit/analytics-posthog": "2.13.87",
59
- "@acmekit/api-key": "2.13.87",
60
- "@acmekit/auth": "2.13.87",
61
- "@acmekit/auth-emailpass": "2.13.87",
62
- "@acmekit/auth-github": "2.13.87",
63
- "@acmekit/auth-google": "2.13.87",
64
- "@acmekit/cache-inmemory": "2.13.87",
65
- "@acmekit/cache-redis": "2.13.87",
66
- "@acmekit/caching": "2.13.87",
67
- "@acmekit/caching-redis": "2.13.87",
68
- "@acmekit/core-flows": "2.13.87",
69
- "@acmekit/event-bus-local": "2.13.87",
70
- "@acmekit/event-bus-redis": "2.13.87",
71
- "@acmekit/file": "2.13.87",
72
- "@acmekit/file-local": "2.13.87",
73
- "@acmekit/file-s3": "2.13.87",
74
- "@acmekit/index": "2.13.87",
75
- "@acmekit/link-modules": "2.13.87",
76
- "@acmekit/locking": "2.13.87",
77
- "@acmekit/locking-postgres": "2.13.87",
78
- "@acmekit/locking-redis": "2.13.87",
79
- "@acmekit/notification": "2.13.87",
80
- "@acmekit/notification-local": "2.13.87",
81
- "@acmekit/notification-sendgrid": "2.13.87",
82
- "@acmekit/rbac": "2.13.87",
83
- "@acmekit/secrets-aws": "2.13.87",
84
- "@acmekit/secrets-local": "2.13.87",
85
- "@acmekit/settings": "2.13.87",
86
- "@acmekit/telemetry": "2.13.87",
87
- "@acmekit/translation": "2.13.87",
88
- "@acmekit/user": "2.13.87",
89
- "@acmekit/workflow-engine-inmemory": "2.13.87",
90
- "@acmekit/workflow-engine-redis": "2.13.87",
55
+ "@acmekit/admin-bundler": "2.13.89",
56
+ "@acmekit/analytics": "2.13.89",
57
+ "@acmekit/analytics-local": "2.13.89",
58
+ "@acmekit/analytics-posthog": "2.13.89",
59
+ "@acmekit/api-key": "2.13.89",
60
+ "@acmekit/auth": "2.13.89",
61
+ "@acmekit/auth-emailpass": "2.13.89",
62
+ "@acmekit/auth-github": "2.13.89",
63
+ "@acmekit/auth-google": "2.13.89",
64
+ "@acmekit/cache-inmemory": "2.13.89",
65
+ "@acmekit/cache-redis": "2.13.89",
66
+ "@acmekit/caching": "2.13.89",
67
+ "@acmekit/caching-redis": "2.13.89",
68
+ "@acmekit/core-flows": "2.13.89",
69
+ "@acmekit/event-bus-local": "2.13.89",
70
+ "@acmekit/event-bus-redis": "2.13.89",
71
+ "@acmekit/file": "2.13.89",
72
+ "@acmekit/file-local": "2.13.89",
73
+ "@acmekit/file-s3": "2.13.89",
74
+ "@acmekit/index": "2.13.89",
75
+ "@acmekit/link-modules": "2.13.89",
76
+ "@acmekit/locking": "2.13.89",
77
+ "@acmekit/locking-postgres": "2.13.89",
78
+ "@acmekit/locking-redis": "2.13.89",
79
+ "@acmekit/notification": "2.13.89",
80
+ "@acmekit/notification-local": "2.13.89",
81
+ "@acmekit/notification-sendgrid": "2.13.89",
82
+ "@acmekit/rbac": "2.13.89",
83
+ "@acmekit/secrets-aws": "2.13.89",
84
+ "@acmekit/secrets-local": "2.13.89",
85
+ "@acmekit/settings": "2.13.89",
86
+ "@acmekit/telemetry": "2.13.89",
87
+ "@acmekit/translation": "2.13.89",
88
+ "@acmekit/user": "2.13.89",
89
+ "@acmekit/workflow-engine-inmemory": "2.13.89",
90
+ "@acmekit/workflow-engine-redis": "2.13.89",
91
91
  "@inquirer/checkbox": "^2.3.11",
92
92
  "@inquirer/input": "^2.2.9",
93
93
  "boxen": "^5.0.1",
@@ -106,7 +106,7 @@
106
106
  },
107
107
  "peerDependencies": {
108
108
  "@acmekit/docs-bundler": "^2.13.42",
109
- "@acmekit/framework": "2.13.87",
109
+ "@acmekit/framework": "2.13.89",
110
110
  "@jimsheen/yalc": "^1.2.2",
111
111
  "@swc/core": "^1.7.28",
112
112
  "posthog-node": "^5.11.0",