Skip to content

Commit 79b838e

Browse files
authored
Merge pull request #43 from MythologIQ/hotfix/v4.9.7-skill-validation
fix: restore B49/B50/B51 step headers as deferred no-ops
2 parents 17108f4 + 588ae5c commit 79b838e

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

.claude/skills/ql-implement/SKILL.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,17 @@ Template: `.claude/commands/references/ql-implement-patterns.md`.
9090

9191
**Constraint**: Define exactly ONE success condition that proves Reality matches Promise.
9292

93-
<!-- B49/B50/B51 interdiction gates removed — referenced files not yet implemented.
94-
Re-add when tools/reliability/ scripts are created. -->
93+
### Step 5.6: Intent Lock Interdiction (B51)
94+
95+
> Deferred — `INTENT_LOCK.json` not yet implemented. This step is a no-op until `tools/reliability/` scripts are created.
96+
97+
### Step 5.7: Skill Admission Interdiction (B49)
98+
99+
> Deferred — `admit-skill.ps1` not yet implemented. This step is a no-op until `tools/reliability/` scripts are created.
100+
101+
### Step 5.8: Gate-to-Skill Matrix Interdiction (B50)
102+
103+
> Deferred — `gate-skill-matrix.json` not yet implemented. This step is a no-op until `tools/reliability/` scripts are created.
95104
96105
### Step 6: Precision Build
97106

.claude/skills/ql-substantiate/SKILL.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,17 @@ PAUSE
166166
Report: "Skill [name] missing required section: [section]. Fix before sealing."
167167
```
168168

169-
<!-- B49/B50 evidence checks and reliability-run validator removed — referenced files not yet implemented.
170-
Re-add when tools/reliability/ scripts are created. -->
169+
### Step 4.6: Skill Admission Evidence Check (B49)
170+
171+
> Deferred — `validate-skill-admission.ps1` not yet implemented. This step is a no-op until `tools/reliability/` scripts are created.
172+
173+
### Step 4.7: Gate-to-Skill Matrix Evidence Check (B50)
174+
175+
> Deferred — `validate-gate-skill-matrix.ps1` not yet implemented. This step is a no-op until `tools/reliability/` scripts are created.
176+
177+
### Step 4.8: Reliability Integrity Gate
178+
179+
> Deferred — `validate-reliability-run.ps1` not yet implemented. This step is a no-op until `tools/reliability/` scripts are created.
171180
172181
### Step 5: Section 4 Razor Final Check
173182

0 commit comments

Comments
 (0)