mindforge-cc 2.2.0 → 2.3.5

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 (226) hide show
  1. package/.agent/CLAUDE.md +14 -0
  2. package/.agent/forge/help.md +4 -0
  3. package/.agent/forge/init-project.md +4 -0
  4. package/.agent/forge/plan-phase.md +4 -0
  5. package/.agent/mindforge/approve.md +4 -0
  6. package/.agent/mindforge/audit.md +4 -0
  7. package/.agent/mindforge/auto.md +4 -0
  8. package/.agent/mindforge/benchmark.md +4 -0
  9. package/.agent/mindforge/browse.md +4 -0
  10. package/.agent/mindforge/complete-milestone.md +4 -0
  11. package/.agent/mindforge/costs.md +4 -0
  12. package/.agent/mindforge/cross-review.md +4 -0
  13. package/.agent/mindforge/dashboard.md +4 -0
  14. package/.agent/mindforge/debug.md +4 -0
  15. package/.agent/mindforge/discuss-phase.md +4 -0
  16. package/.agent/mindforge/execute-phase.md +4 -0
  17. package/.agent/mindforge/health.md +4 -0
  18. package/.agent/mindforge/help.md +4 -0
  19. package/.agent/mindforge/init-org.md +4 -0
  20. package/.agent/mindforge/init-project.md +4 -0
  21. package/.agent/mindforge/install-skill.md +4 -0
  22. package/.agent/mindforge/learn.md +4 -0
  23. package/.agent/mindforge/map-codebase.md +4 -0
  24. package/.agent/mindforge/marketplace.md +4 -0
  25. package/.agent/mindforge/metrics.md +4 -0
  26. package/.agent/mindforge/migrate.md +4 -0
  27. package/.agent/mindforge/milestone.md +4 -0
  28. package/.agent/mindforge/new-runtime.md +4 -0
  29. package/.agent/mindforge/next.md +4 -0
  30. package/.agent/mindforge/plan-phase.md +4 -0
  31. package/.agent/mindforge/plugins.md +4 -0
  32. package/.agent/mindforge/pr-review.md +4 -0
  33. package/.agent/mindforge/profile-team.md +4 -0
  34. package/.agent/mindforge/publish-skill.md +4 -0
  35. package/.agent/mindforge/qa.md +4 -0
  36. package/.agent/mindforge/quick.md +4 -0
  37. package/.agent/mindforge/release.md +4 -0
  38. package/.agent/mindforge/remember.md +4 -0
  39. package/.agent/mindforge/research.md +4 -0
  40. package/.agent/mindforge/retrospective.md +4 -0
  41. package/.agent/mindforge/review.md +4 -0
  42. package/.agent/mindforge/security-scan.md +4 -0
  43. package/.agent/mindforge/ship.md +4 -0
  44. package/.agent/mindforge/skills.md +4 -0
  45. package/.agent/mindforge/status.md +4 -0
  46. package/.agent/mindforge/steer.md +4 -0
  47. package/.agent/mindforge/sync-confluence.md +4 -0
  48. package/.agent/mindforge/sync-jira.md +4 -0
  49. package/.agent/mindforge/tokens.md +4 -0
  50. package/.agent/mindforge/update.md +4 -0
  51. package/.agent/mindforge/verify-phase.md +4 -0
  52. package/.agent/mindforge/workspace.md +4 -0
  53. package/.agent/workflows/forge:help.md +10 -0
  54. package/.agent/workflows/forge:init-project.md +35 -0
  55. package/.agent/workflows/forge:plan-phase.md +33 -0
  56. package/.agent/workflows/mindforge:add-backlog.md +24 -0
  57. package/.agent/workflows/mindforge:agent.md +25 -0
  58. package/.agent/workflows/mindforge:approve.md +21 -0
  59. package/.agent/workflows/mindforge:audit.md +33 -0
  60. package/.agent/workflows/mindforge:auto.md +25 -0
  61. package/.agent/workflows/mindforge:benchmark.md +36 -0
  62. package/.agent/workflows/mindforge:browse.md +29 -0
  63. package/.agent/workflows/mindforge:complete-milestone.md +21 -0
  64. package/.agent/workflows/mindforge:costs.md +14 -0
  65. package/.agent/workflows/mindforge:cross-review.md +20 -0
  66. package/.agent/workflows/mindforge:dashboard.md +101 -0
  67. package/.agent/workflows/mindforge:debug.md +129 -0
  68. package/.agent/workflows/mindforge:discuss-phase.md +141 -0
  69. package/.agent/workflows/mindforge:do.md +25 -0
  70. package/.agent/workflows/mindforge:execute-phase.md +193 -0
  71. package/.agent/workflows/mindforge:health.md +24 -0
  72. package/.agent/workflows/mindforge:help.md +26 -0
  73. package/.agent/workflows/mindforge:init-org.md +134 -0
  74. package/.agent/workflows/mindforge:init-project.md +169 -0
  75. package/.agent/workflows/mindforge:install-skill.md +27 -0
  76. package/.agent/workflows/mindforge:learn.md +146 -0
  77. package/.agent/workflows/mindforge:map-codebase.md +301 -0
  78. package/.agent/workflows/mindforge:marketplace.md +123 -0
  79. package/.agent/workflows/mindforge:metrics.md +25 -0
  80. package/.agent/workflows/mindforge:migrate.md +43 -0
  81. package/.agent/workflows/mindforge:milestone.md +15 -0
  82. package/.agent/workflows/mindforge:new-runtime.md +22 -0
  83. package/.agent/workflows/mindforge:next.md +108 -0
  84. package/.agent/workflows/mindforge:note.md +27 -0
  85. package/.agent/workflows/mindforge:plan-phase.md +128 -0
  86. package/.agent/workflows/mindforge:plant-seed.md +24 -0
  87. package/.agent/workflows/mindforge:plugins.md +43 -0
  88. package/.agent/workflows/mindforge:pr-review.md +44 -0
  89. package/.agent/workflows/mindforge:profile-team.md +26 -0
  90. package/.agent/workflows/mindforge:publish-skill.md +22 -0
  91. package/.agent/workflows/mindforge:qa.md +19 -0
  92. package/.agent/workflows/mindforge:quick.md +138 -0
  93. package/.agent/workflows/mindforge:release.md +13 -0
  94. package/.agent/workflows/mindforge:remember.md +29 -0
  95. package/.agent/workflows/mindforge:research.md +15 -0
  96. package/.agent/workflows/mindforge:retrospective.md +29 -0
  97. package/.agent/workflows/mindforge:review-backlog.md +26 -0
  98. package/.agent/workflows/mindforge:review.md +160 -0
  99. package/.agent/workflows/mindforge:security-scan.md +236 -0
  100. package/.agent/workflows/mindforge:session-report.md +31 -0
  101. package/.agent/workflows/mindforge:ship.md +103 -0
  102. package/.agent/workflows/mindforge:skills.md +144 -0
  103. package/.agent/workflows/mindforge:status.md +107 -0
  104. package/.agent/workflows/mindforge:steer.md +16 -0
  105. package/.agent/workflows/mindforge:sync-confluence.md +14 -0
  106. package/.agent/workflows/mindforge:sync-jira.md +15 -0
  107. package/.agent/workflows/mindforge:tokens.md +11 -0
  108. package/.agent/workflows/mindforge:ui-phase.md +27 -0
  109. package/.agent/workflows/mindforge:ui-review.md +28 -0
  110. package/.agent/workflows/mindforge:update.md +45 -0
  111. package/.agent/workflows/mindforge:validate-phase.md +25 -0
  112. package/.agent/workflows/mindforge:verify-phase.md +65 -0
  113. package/.agent/workflows/mindforge:workspace.md +32 -0
  114. package/.agent/workflows/mindforge:workstreams.md +27 -0
  115. package/.claude/CLAUDE.md +14 -0
  116. package/.mindforge/memory/knowledge-base.jsonl +11 -0
  117. package/.mindforge/memory/pattern-library.jsonl +2 -0
  118. package/.mindforge/memory/team-preferences.jsonl +5 -0
  119. package/.planning/AUDIT.jsonl +1 -1
  120. package/.planning/HANDOFF.json +6 -26
  121. package/.planning/ROADMAP.md +3 -1
  122. package/.planning/jira-sync.json +3 -7
  123. package/.planning/phases/.gitkeep +0 -0
  124. package/.planning/research/.gitkeep +0 -0
  125. package/.planning/screenshots/.gitkeep +0 -0
  126. package/.planning/slack-threads.json +1 -4
  127. package/CHANGELOG.md +69 -9
  128. package/README.md +1 -1
  129. package/RELEASENOTES.md +1 -1
  130. package/bin/installer-core.js +204 -63
  131. package/bin/wizard/theme.js +4 -2
  132. package/package.json +1 -1
  133. package/.planning/approvals/v2-architecture-approval.json +0 -15
  134. package/.planning/decisions/ADR-001-handoff-tracking.md +0 -41
  135. package/.planning/decisions/ADR-002-markdown-commands.md +0 -46
  136. package/.planning/decisions/ADR-003-skills-trigger-model.md +0 -37
  137. package/.planning/decisions/ADR-004-wave-parallelism-model.md +0 -45
  138. package/.planning/decisions/ADR-005-append-only-audit-log.md +0 -51
  139. package/.planning/decisions/ADR-006-tiered-skills-system.md +0 -22
  140. package/.planning/decisions/ADR-007-trigger-keyword-model.md +0 -22
  141. package/.planning/decisions/ADR-008-just-in-time-skill-loading.md +0 -29
  142. package/.planning/decisions/ADR-009-enterprise-integration-retry-policy.md +0 -8
  143. package/.planning/decisions/ADR-010-governance-tier-escalation.md +0 -8
  144. package/.planning/decisions/ADR-011-multi-developer-handoff-contract.md +0 -8
  145. package/.planning/decisions/ADR-012-intelligence-feedback-loops.md +0 -19
  146. package/.planning/decisions/ADR-013-mindforge-md-constitution.md +0 -16
  147. package/.planning/decisions/ADR-014-metrics-as-signals-not-evaluation.md +0 -15
  148. package/.planning/decisions/ADR-015-npm-based-skill-registry.md +0 -26
  149. package/.planning/decisions/ADR-016-ci-exit-code-0-on-timeout.md +0 -27
  150. package/.planning/decisions/ADR-017-sdk-localhost-only.md +0 -28
  151. package/.planning/decisions/ADR-018-installer-self-install-detection.md +0 -15
  152. package/.planning/decisions/ADR-019-self-update-scope-preservation.md +0 -14
  153. package/.planning/decisions/ADR-020-v1.0.0-stable-interface-contract.md +0 -23
  154. package/.planning/decisions/ADR-021-autonomy-boundary.md +0 -17
  155. package/.planning/decisions/ADR-022-node-repair-hierarchy.md +0 -19
  156. package/.planning/decisions/ADR-023-gate-3-timing.md +0 -15
  157. package/.planning/decisions/ADR-036-learn-command-docs-as-skill-source.md +0 -26
  158. package/.planning/decisions/ADR-037-auto-capture-frequency-threshold.md +0 -26
  159. package/.planning/decisions/ADR-038-skill-quality-minimum-60.md +0 -27
  160. package/.planning/phases/day1/REVIEW-DAY1.md +0 -50
  161. package/.planning/phases/day1/SECURITY-REVIEW-DAY1.md +0 -15
  162. package/.planning/phases/day2/REVIEW-DAY2.md +0 -521
  163. package/.planning/phases/day3/REVIEW-DAY3.md +0 -234
  164. /package/{.planning/phases/01-migrate-gsd-to-mindforge/.gitkeep → .mindforge/memory/decision-library.jsonl} +0 -0
  165. /package/docs/{Context → context}/Master-Context.md +0 -0
  166. /package/docs/{References → references}/audit-events.md +0 -0
  167. /package/docs/{References → references}/checkpoints.md +0 -0
  168. /package/docs/{References → references}/commands.md +0 -0
  169. /package/docs/{References → references}/config-reference.md +0 -0
  170. /package/docs/{References → references}/continuation-format.md +0 -0
  171. /package/docs/{References → references}/decimal-phase-calculation.md +0 -0
  172. /package/docs/{References → references}/git-integration.md +0 -0
  173. /package/docs/{References → references}/git-planning-commit.md +0 -0
  174. /package/docs/{References → references}/model-profile-resolution.md +0 -0
  175. /package/docs/{References → references}/model-profiles.md +0 -0
  176. /package/docs/{References → references}/phase-argument-parsing.md +0 -0
  177. /package/docs/{References → references}/planning-config.md +0 -0
  178. /package/docs/{References → references}/questioning.md +0 -0
  179. /package/docs/{References → references}/sdk-api.md +0 -0
  180. /package/docs/{References → references}/skills-api.md +0 -0
  181. /package/docs/{References → references}/tdd.md +0 -0
  182. /package/docs/{References → references}/ui-brand.md +0 -0
  183. /package/docs/{References → references}/user-profiling.md +0 -0
  184. /package/docs/{References → references}/verification-patterns.md +0 -0
  185. /package/docs/{References → references}/workstream-flag.md +0 -0
  186. /package/docs/{Templates → templates}/Agents/CLAUDE-MD.md +0 -0
  187. /package/docs/{Templates → templates}/Agents/COPILOT-INSTRUCTIONS.md +0 -0
  188. /package/docs/{Templates → templates}/Agents/DEBUGGER-PROMPT.md +0 -0
  189. /package/docs/{Templates → templates}/Agents/PLANNER-PROMPT.md +0 -0
  190. /package/docs/{Templates → templates}/Execution/CONTINUE-HERE.md +0 -0
  191. /package/docs/{Templates → templates}/Execution/DISCUSSION-LOG.md +0 -0
  192. /package/docs/{Templates → templates}/Execution/PHASE-PROMPT.md +0 -0
  193. /package/docs/{Templates → templates}/Execution/STATE.md +0 -0
  194. /package/docs/{Templates → templates}/Execution/SUMMARY-COMPLEX.md +0 -0
  195. /package/docs/{Templates → templates}/Execution/SUMMARY-MINIMAL.md +0 -0
  196. /package/docs/{Templates → templates}/Execution/SUMMARY-STANDARD.md +0 -0
  197. /package/docs/{Templates → templates}/Execution/SUMMARY.md +0 -0
  198. /package/docs/{Templates → templates}/Profile/DEV-PREFERENCES.md +0 -0
  199. /package/docs/{Templates → templates}/Profile/USER-PROFILE.md +0 -0
  200. /package/docs/{Templates → templates}/Profile/USER-SETUP.md +0 -0
  201. /package/docs/{Templates → templates}/Project/DISCOVERY.md +0 -0
  202. /package/docs/{Templates → templates}/Project/MILESTONE-ARCHIVE.md +0 -0
  203. /package/docs/{Templates → templates}/Project/MILESTONE.md +0 -0
  204. /package/docs/{Templates → templates}/Project/PROJECT.md +0 -0
  205. /package/docs/{Templates → templates}/Project/REQUIREMENTS.md +0 -0
  206. /package/docs/{Templates → templates}/Project/RETROSPECTIVE.md +0 -0
  207. /package/docs/{Templates → templates}/Project/ROADMAP.md +0 -0
  208. /package/docs/{Templates → templates}/Quality/DEBUG.md +0 -0
  209. /package/docs/{Templates → templates}/Quality/UAT.md +0 -0
  210. /package/docs/{Templates → templates}/Quality/UI-SPEC.md +0 -0
  211. /package/docs/{Templates → templates}/Quality/VALIDATION.md +0 -0
  212. /package/docs/{Templates → templates}/Quality/VERIFICATION-REPORT.md +0 -0
  213. /package/docs/{Templates → templates}/System/CONFIG.json +0 -0
  214. /package/docs/{Templates → templates}/System/CONTEXT.md +0 -0
  215. /package/docs/{Templates/Codebase → templates/codebase}/architecture.md +0 -0
  216. /package/docs/{Templates/Codebase → templates/codebase}/concerns.md +0 -0
  217. /package/docs/{Templates/Codebase → templates/codebase}/conventions.md +0 -0
  218. /package/docs/{Templates/Codebase → templates/codebase}/integrations.md +0 -0
  219. /package/docs/{Templates/Codebase → templates/codebase}/stack.md +0 -0
  220. /package/docs/{Templates/Codebase → templates/codebase}/structure.md +0 -0
  221. /package/docs/{Templates/Codebase → templates/codebase}/testing.md +0 -0
  222. /package/docs/{Templates/Research → templates/research}/ARCHITECTURE.md +0 -0
  223. /package/docs/{Templates/Research → templates/research}/FEATURES.md +0 -0
  224. /package/docs/{Templates/Research → templates/research}/PITFALLS.md +0 -0
  225. /package/docs/{Templates/Research → templates/research}/STACK.md +0 -0
  226. /package/docs/{Templates/Research → templates/research}/SUMMARY.md +0 -0
@@ -1,234 +0,0 @@
1
- ## Finding 1 — BLOCKING: Cursor pagination uses non-unique created_at only
2
-
3
- **File:** .mindforge/skills/database-patterns/SKILL.md
4
- **Category:** Data correctness
5
- **Severity:** BLOCKING
6
-
7
- **Issue:**
8
- Cursor pagination example uses `created_at` only. This is ambiguous when multiple
9
- records share the same timestamp, causing missing or duplicate rows.
10
-
11
- **Recommendation:**
12
- Use compound cursor `(created_at, id)` and document cursor encoding. See review
13
- prompt for exact SQL replacement.
14
-
15
- ---
16
- ## Finding 2 — MAJOR: MindForge version not bumped for Day 3 skills
17
-
18
- **File:** package.json
19
- **Category:** Compatibility
20
- **Severity:** MAJOR
21
-
22
- **Issue:**
23
- `package.json` is still `0.1.0` while Day 3 skills require `min_mindforge_version: 0.3.0`.
24
- This causes compatibility warnings on every task.
25
-
26
- **Recommendation:**
27
- Bump `package.json` version to `0.3.0`.
28
-
29
- ---
30
- ## Finding 3 — MAJOR: Skills loader missing file-name matching and word-boundary rules
31
-
32
- **File:** .mindforge/engine/skills/loader.md
33
- **Category:** Skills Loader
34
- **Severity:** MAJOR
35
-
36
- **Issue:**
37
- File path matching checks directory names only and does not check file names
38
- (`login.ts`, `auth.ts`). Word-boundary matching for triggers is not explicit.
39
-
40
- **Recommendation:**
41
- Add file NAME matching rules and clarify word-boundary matching.
42
-
43
- ---
44
- ## Finding 4 — MAJOR: Skills summarisation lacks strict budget and priority rules
45
-
46
- **File:** .mindforge/engine/skills/loader.md
47
- **Category:** Context Budget
48
- **Severity:** MAJOR
49
-
50
- **Issue:**
51
- Summarisation guidance lacks maximum length and priority ordering.
52
-
53
- **Recommendation:**
54
- Add explicit 150-word cap per summarised skill and priority ordering (tier +
55
- match count). Never summarise security-review.
56
-
57
- ---
58
- ## Finding 5 — MAJOR: Conflict resolver can block on user input during wave execution
59
-
60
- **File:** .mindforge/engine/skills/conflict-resolver.md
61
- **Category:** Skills Loader
62
- **Severity:** MAJOR
63
-
64
- **Issue:**
65
- Type 4 conflicts instruct "ask the user", which is impossible for subagents
66
- in wave execution.
67
-
68
- **Recommendation:**
69
- If conflict cannot be resolved without user input during execution, load neither
70
- skill, log to AUDIT, and defer to next interactive session.
71
-
72
- ---
73
- ## Finding 6 — MAJOR: Registry lacks parsing guidance and missing-manifest behavior
74
-
75
- **File:** .mindforge/engine/skills/registry.md
76
- **Category:** Registry
77
- **Severity:** MAJOR
78
-
79
- **Issue:**
80
- Registry specifies table contents but does not describe table parsing. It also
81
- omits a path for when MANIFEST.md does not yet exist.
82
-
83
- **Recommendation:**
84
- Add explicit table parsing rules and an auto-create path for first install.
85
-
86
- ---
87
- ## Finding 7 — MAJOR: Skills command missing safety and validation steps
88
-
89
- **File:** .claude/commands/mindforge/skills.md
90
- **Category:** Commands
91
- **Severity:** MAJOR
92
-
93
- **Issue:**
94
- `list` does not show path; `validate` does not enforce self-check section;
95
- `add` lacks confirmation of manifest entry; `update` does not run tests.
96
-
97
- **Recommendation:**
98
- Add path (or --verbose), enforce self-check, add confirmation preview, and run
99
- skills-platform tests after update.
100
-
101
- ---
102
- ## Finding 8 — MAJOR: Security scan patterns and redaction incomplete
103
-
104
- **File:** .claude/commands/mindforge/security-scan.md
105
- **Category:** Security
106
- **Severity:** MAJOR
107
-
108
- **Issue:**
109
- SSRF detection only covers `req.body.url`; secret patterns miss Azure/GCP; and
110
- redaction scope is unclear for reports.
111
-
112
- **Recommendation:**
113
- Expand SSRF patterns, add Azure/GCP secret patterns, and explicitly redact in
114
- console AND report output.
115
-
116
- ---
117
- ## Finding 9 — MAJOR: Map-codebase scalability and DRAFT convention handling
118
-
119
- **File:** .claude/commands/mindforge/map-codebase.md
120
- **Category:** Commands
121
- **Severity:** MAJOR
122
-
123
- **Issue:**
124
- Architecture subagent reads all files in large codebases; DRAFT conventions are
125
- not warned in STATE.md; temp directory cleanup only at end.
126
-
127
- **Recommendation:**
128
- Add sampling for large repos, add DRAFT warning in STATE.md, clean temp at start.
129
-
130
- ---
131
- ## Finding 10 — MAJOR: Discuss-phase lacks multi-domain support and strong auto warning
132
-
133
- **Files:** .claude/commands/mindforge/discuss-phase.md, .claude/commands/mindforge/plan-phase.md
134
- **Category:** Commands
135
- **Severity:** MAJOR
136
-
137
- **Issue:**
138
- Discuss-phase only covers primary domain; --auto warning too mild; plan-phase does
139
- not resolve CONTEXT.md open questions.
140
-
141
- **Recommendation:**
142
- Support multi-domain question sets, strengthen auto warning, and update plan-phase
143
- to read CONTEXT.md and resolve open questions before planning.
144
-
145
- ---
146
- ## Finding 11 — MAJOR: Performance skill missing key guidance and caveats
147
-
148
- **File:** .mindforge/skills/performance/SKILL.md
149
- **Category:** Skill Content
150
- **Severity:** MAJOR
151
-
152
- **Issue:**
153
- Missing DB result caching, pool sizing, SSR/SSG guidance. Latency targets and
154
- cache TTLs are presented as universal instead of defaults.
155
-
156
- **Recommendation:**
157
- Add caveats and missing guidance.
158
-
159
- ---
160
- ## Finding 12 — MAJOR: Accessibility skill missing WCAG 2.2, focus order, reduced motion
161
-
162
- **File:** .mindforge/skills/accessibility/SKILL.md
163
- **Category:** Skill Content
164
- **Severity:** MAJOR
165
-
166
- **Issue:**
167
- Missing WCAG 2.2 AA criteria, DOM vs visual focus order, ARIA required props
168
- examples, and reduced-motion guidance.
169
-
170
- **Recommendation:**
171
- Add these sections and notes.
172
-
173
- ---
174
- ## Finding 13 — MAJOR: Data-privacy skill missing consent withdrawal and retention guidance
175
-
176
- **File:** .mindforge/skills/data-privacy/SKILL.md
177
- **Category:** Skill Content
178
- **Severity:** MAJOR
179
-
180
- **Issue:**
181
- Missing consent withdrawal requirement, retention examples, erasure vs
182
- anonymisation distinction, and language-agnostic note.
183
-
184
- **Recommendation:**
185
- Add these clarifications.
186
-
187
- ---
188
- ## Finding 14 — MAJOR: Incident-response skill missing author ownership and human approval
189
-
190
- **File:** .mindforge/skills/incident-response/SKILL.md
191
- **Category:** Skill Content
192
- **Severity:** MAJOR
193
-
194
- **Issue:**
195
- Postmortem author ownership is unclear for AI draft; missing explicit human
196
- approval for automated mitigations; monitoring section lacks instrumentation
197
- placement.
198
-
199
- **Recommendation:**
200
- Clarify author ownership, require human approval for P0 automation, and
201
- specify service-boundary instrumentation.
202
-
203
- ---
204
- ## Finding 15 — MAJOR: Database-patterns missing UUIDv7 guidance and SQL example
205
-
206
- **File:** .mindforge/skills/database-patterns/SKILL.md
207
- **Category:** Skill Content
208
- **Severity:** MAJOR
209
-
210
- **Issue:**
211
- Missing UUIDv7/ULID guidance, no framework-agnostic SQL N+1 example, and no
212
- transaction isolation guidance for financial operations.
213
-
214
- **Recommendation:**
215
- Add UUIDv7 guidance, SQL example, and SERIALIZABLE note.
216
-
217
- ---
218
- ## Finding 16 — MAJOR: Tests missing stronger validations
219
-
220
- **File:** tests/skills-platform.test.js
221
- **Category:** Tests
222
- **Severity:** MAJOR
223
-
224
- **Issue:**
225
- Trigger minimum too low, missing command content smoke tests, missing manifest
226
- path validation, and missing loader ordering checks.
227
-
228
- **Recommendation:**
229
- Raise trigger minimum to 10, add content marker checks, add manifest path
230
- resolution test, and add a loader ordering/priority check.
231
-
232
- ---
233
- ## Review Status
234
- **NOT APPROVED** — fix BLOCKING and MAJOR findings above.
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