@danmoisan/drm-copilot-mcp 1.1.4 → 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.
- package/out/mcp-server.js +286 -10
- package/package.json +1 -1
- package/resources/claude-customizations/.claude/hooks/enforce-orchestration-preimplementation-gate-modes.ps1 +477 -0
- package/resources/claude-customizations/.claude/hooks/enforce-orchestration-preimplementation-gate.ps1 +120 -12
- package/resources/claude-customizations/.claude/rules/plan-acceptance-gates.md +131 -2
- package/resources/claude-customizations/.claude/skills/atomic-plan-contract/SKILL.md +9 -0
- package/resources/claude-customizations/config/orchestration-routing.json +1 -0
- package/resources/claude-customizations/pack-manifests/core.json +1 -0
- package/resources/codex-and-agents-customizations/.agents/skills/codex-model-routing/SKILL.md +10 -0
- package/resources/codex-and-agents-customizations/.codex/agents/commit-steward-c1.toml +22 -0
- package/resources/codex-and-agents-customizations/.codex/agents/commit-steward-c2.toml +22 -0
- package/resources/codex-and-agents-customizations/.codex/agents/commit-steward-c3-elevated.toml +22 -0
- package/resources/codex-and-agents-customizations/.codex/agents/commit-steward-c3.toml +22 -0
- package/resources/codex-and-agents-customizations/.codex/agents/commit-steward-c4.toml +22 -0
- package/resources/codex-and-agents-customizations/.codex/agents/commit-steward.toml +2 -0
- package/resources/codex-and-agents-customizations/.codex/agents/orchestrator-c1.toml +7 -0
- package/resources/codex-and-agents-customizations/.codex/agents/orchestrator-c2.toml +7 -0
- package/resources/codex-and-agents-customizations/.codex/agents/orchestrator-c3-elevated.toml +7 -0
- package/resources/codex-and-agents-customizations/.codex/agents/orchestrator-c3.toml +7 -0
- package/resources/codex-and-agents-customizations/.codex/agents/orchestrator-c4.toml +7 -0
- package/resources/codex-and-agents-customizations/.codex/agents/orchestrator.toml +7 -0
- package/resources/codex-and-agents-customizations/.codex/config.toml +1 -1
- package/resources/codex-and-agents-customizations/.codex/hooks/enforce-orchestration-preimplementation-gate-modes.ps1 +477 -0
- package/resources/codex-and-agents-customizations/.codex/hooks/enforce-orchestration-preimplementation-gate.ps1 +125 -12
- package/resources/codex-and-agents-customizations/pack-manifests/core.json +8 -1
- package/resources/config/orchestration-routing.json +1 -0
- package/resources/powershell/PoshQC/settings/pester.runsettings.psd1 +10 -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
|
}
|
|
@@ -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,6 +208,10 @@
|
|
|
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'
|
|
@@ -232,6 +240,8 @@
|
|
|
232
240
|
# forbids. Its Pester suite dot-sources the file (guarded entry-point body), so
|
|
233
241
|
# line attribution is valid.
|
|
234
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'
|
|
235
245
|
)
|
|
236
246
|
# Optional: don't fail the run on coverage percentage
|
|
237
247
|
CoveragePercentTarget = 0
|
|
@@ -243,5 +253,3 @@
|
|
|
243
253
|
|
|
244
254
|
|
|
245
255
|
|
|
246
|
-
|
|
247
|
-
|