@danmoisan/drm-copilot-mcp 1.1.3 → 1.1.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 (35) hide show
  1. package/out/mcp-server.js +286 -10
  2. package/package.json +1 -1
  3. package/resources/claude-customizations/.claude/agents/epic-orchestrator.md +8 -10
  4. package/resources/claude-customizations/.claude/hooks/enforce-orchestration-preimplementation-gate-modes.ps1 +477 -0
  5. package/resources/claude-customizations/.claude/hooks/enforce-orchestration-preimplementation-gate.ps1 +120 -12
  6. package/resources/claude-customizations/.claude/hooks/enforce-prd-feature-before-planner.ps1 +130 -33
  7. package/resources/claude-customizations/.claude/rules/benchmark-baselines.md +7 -0
  8. package/resources/claude-customizations/.claude/rules/ci-workflows.md +6 -0
  9. package/resources/claude-customizations/.claude/rules/orchestrator-state.md +24 -0
  10. package/resources/claude-customizations/.claude/rules/parallel-orchestration.md +21 -0
  11. package/resources/claude-customizations/.claude/rules/plan-acceptance-gates.md +143 -2
  12. package/resources/claude-customizations/.claude/skills/atomic-plan-contract/SKILL.md +9 -0
  13. package/resources/claude-customizations/.claude/skills/epic-orchestrate/SKILL.md +27 -10
  14. package/resources/claude-customizations/.claude/skills/orchestrate/SKILL.md +10 -0
  15. package/resources/claude-customizations/config/orchestration-routing.json +1 -0
  16. package/resources/claude-customizations/pack-manifests/core.json +1 -0
  17. package/resources/codex-and-agents-customizations/.agents/skills/codex-model-routing/SKILL.md +10 -0
  18. package/resources/codex-and-agents-customizations/.codex/agents/commit-steward-c1.toml +22 -0
  19. package/resources/codex-and-agents-customizations/.codex/agents/commit-steward-c2.toml +22 -0
  20. package/resources/codex-and-agents-customizations/.codex/agents/commit-steward-c3-elevated.toml +22 -0
  21. package/resources/codex-and-agents-customizations/.codex/agents/commit-steward-c3.toml +22 -0
  22. package/resources/codex-and-agents-customizations/.codex/agents/commit-steward-c4.toml +22 -0
  23. package/resources/codex-and-agents-customizations/.codex/agents/commit-steward.toml +2 -0
  24. package/resources/codex-and-agents-customizations/.codex/agents/orchestrator-c1.toml +7 -0
  25. package/resources/codex-and-agents-customizations/.codex/agents/orchestrator-c2.toml +7 -0
  26. package/resources/codex-and-agents-customizations/.codex/agents/orchestrator-c3-elevated.toml +7 -0
  27. package/resources/codex-and-agents-customizations/.codex/agents/orchestrator-c3.toml +7 -0
  28. package/resources/codex-and-agents-customizations/.codex/agents/orchestrator-c4.toml +7 -0
  29. package/resources/codex-and-agents-customizations/.codex/agents/orchestrator.toml +7 -0
  30. package/resources/codex-and-agents-customizations/.codex/config.toml +1 -1
  31. package/resources/codex-and-agents-customizations/.codex/hooks/enforce-orchestration-preimplementation-gate-modes.ps1 +477 -0
  32. package/resources/codex-and-agents-customizations/.codex/hooks/enforce-orchestration-preimplementation-gate.ps1 +125 -12
  33. package/resources/codex-and-agents-customizations/pack-manifests/core.json +8 -1
  34. package/resources/config/orchestration-routing.json +1 -0
  35. package/resources/powershell/PoshQC/settings/pester.runsettings.psd1 +32 -2
@@ -38,6 +38,7 @@
38
38
  ".codex/hooks/enforce-epic-wave-barrier.ps1",
39
39
  ".codex/hooks/enforce-epic-worktree-removal-gate.ps1",
40
40
  ".codex/hooks/enforce-orchestration-preimplementation-gate-helpers.ps1",
41
+ ".codex/hooks/enforce-orchestration-preimplementation-gate-modes.ps1",
41
42
  ".codex/hooks/record-subagent-routing-attestation.ps1",
42
43
  ".codex/hooks/validate-codex-subagent-routing.ps1",
43
44
  ".codex/scripts/epic-child-launch-contract.ps1",
@@ -86,6 +87,12 @@
86
87
  ".codex/agents/pr-author-c2.toml",
87
88
  ".codex/agents/pr-author-c3.toml",
88
89
  ".codex/agents/pr-author-c3-elevated.toml",
89
- ".codex/agents/pr-author-c4.toml"
90
+ ".codex/agents/pr-author-c4.toml",
91
+ ".codex/agents/commit-steward.toml",
92
+ ".codex/agents/commit-steward-c1.toml",
93
+ ".codex/agents/commit-steward-c2.toml",
94
+ ".codex/agents/commit-steward-c3.toml",
95
+ ".codex/agents/commit-steward-c3-elevated.toml",
96
+ ".codex/agents/commit-steward-c4.toml"
90
97
  ]
91
98
  }
@@ -346,6 +346,7 @@
346
346
  "task-researcher",
347
347
  "prd-feature",
348
348
  "pr-author",
349
+ "commit-steward",
349
350
  "python-typed-engineer",
350
351
  "powershell-typed-engineer",
351
352
  "csharp-typed-engineer",
@@ -133,6 +133,10 @@
133
133
  # dot-sourced sibling for headroom; registered so the new production file stays
134
134
  # in the coverage denominator per the Coverage Exclusion Policy.
135
135
  '.codex/hooks/enforce-orchestration-preimplementation-gate-helpers.ps1'
136
+ # Issue #554 added this pure dot-sourced modes sibling, holding the mode dispatch
137
+ # table and the epic and parallel readiness predicates; registered so the new
138
+ # production file stays in the coverage denominator per the Coverage Exclusion Policy.
139
+ '.codex/hooks/enforce-orchestration-preimplementation-gate-modes.ps1'
136
140
  # Issue #415 remediation cycle 2 (R-COV): the detached-HEAD null-guard fix changed
137
141
  # these two Codex PreToolUse hooks. Both were absent from this list, so the changed
138
142
  # production surface was outside the coverage denominator. Measured here so the
@@ -204,12 +208,40 @@
204
208
  # dot-sourced sibling for headroom; registered so the new production file stays
205
209
  # in the coverage denominator per the Coverage Exclusion Policy.
206
210
  '.claude/hooks/enforce-orchestration-preimplementation-gate-helpers.ps1'
211
+ # Issue #554 added this pure dot-sourced modes sibling, holding the mode dispatch
212
+ # table and the epic and parallel readiness predicates; registered so the new
213
+ # production file stays in the coverage denominator per the Coverage Exclusion Policy.
214
+ '.claude/hooks/enforce-orchestration-preimplementation-gate-modes.ps1'
207
215
  '.claude/hooks/enforce-evidence-locations.ps1'
208
216
  '.claude/hooks/enforce-feature-folder-order.ps1'
209
217
  '.claude/hooks/enforce-checkpoint-monotonic.ps1'
210
218
  '.claude/hooks/enforce-prd-feature-before-planner.ps1'
211
219
  '.claude/hooks/enforce-parallel-cohort-barrier-helpers.ps1'
212
220
  '.claude/hooks/enforce-pr-author-skill-helpers.ps1'
221
+ # Issue #526 added this out-of-band release-verification module (Layer B of the
222
+ # missed-npm-publish defence). CodeCoverage.Path is an explicit per-file
223
+ # allow-list, so the new production file is registered here; without it the file
224
+ # would sit outside the coverage denominator, which the Coverage Exclusion Policy
225
+ # forbids. Its Pester suite dot-sources the file (guarded entry-point body), so
226
+ # line attribution is valid.
227
+ 'scripts/dev-tools/Invoke-ReleaseVerification.ps1'
228
+ # Issue #526 split the pure helpers of the verification module into this sibling
229
+ # file, because the parent stood one line under the 500-line cap. CodeCoverage.Path
230
+ # is an explicit per-file allow-list, so the new production file must be registered
231
+ # here to stay inside the coverage denominator; without it the relocated lines would
232
+ # leave the denominator entirely, which the Coverage Exclusion Policy forbids. Its
233
+ # Pester suite dot-sources the file, and the file declares no entry-point block, so
234
+ # line attribution is valid.
235
+ 'scripts/dev-tools/Invoke-ReleaseVerificationHelpers.ps1'
236
+ # Issue #526 added this release-reconciliation module (Layer C of the
237
+ # missed-npm-publish defence). CodeCoverage.Path is an explicit per-file
238
+ # allow-list, so the new production file is registered here; without it the file
239
+ # would sit outside the coverage denominator, which the Coverage Exclusion Policy
240
+ # forbids. Its Pester suite dot-sources the file (guarded entry-point body), so
241
+ # line attribution is valid.
242
+ 'scripts/dev-tools/Invoke-ReleaseReconciliation.ps1'
243
+ # Issue #552 validates start-time routing attestation coverage for this hook.
244
+ '.codex/hooks/record-subagent-routing-attestation.ps1'
213
245
  )
214
246
  # Optional: don't fail the run on coverage percentage
215
247
  CoveragePercentTarget = 0
@@ -221,5 +253,3 @@
221
253
 
222
254
 
223
255
 
224
-
225
-