@@ -40,7 +40,7 @@ required_truths:
4040 requires :
4141 - " Keyword extraction from constraint statements"
4242 - " Mapping keywords to other constraint IDs"
43- - " Hidden dependency surfacing in /m2-tension"
43+ - " Hidden dependency surfacing in /manifold: m2-tension"
4444 current_gap : " TN5 in graph-d (T3 blocks B4) was manually discovered"
4545 maps_to_constraint : [T4, B2]
4646 status : NOT_SATISFIED
@@ -72,10 +72,10 @@ required_truths:
7272 - id : RT-6
7373 statement : " New commands MUST follow /m* pattern"
7474 requires :
75- - " /m6-integrate command"
75+ - " /manifold: m6-integrate command"
7676 - " Optional flags for existing commands"
7777 - " Install script updated"
78- current_gap : " No /m6-integrate exists; install script only has m0-m5"
78+ current_gap : " No /manifold: m6-integrate exists; install script only has m0-m5"
7979 maps_to_constraint : [U2, T2]
8080 status : NOT_SATISFIED
8181 priority : 2
@@ -118,8 +118,8 @@ options:
118118 description : " Three phases: Schema evolution → Iteration+Dependencies → Integration+Actions"
119119 phases :
120120 - phase_a : " Schema v2 with iteration tracking + version field"
121- - phase_b : " Dependency detection in /m2-tension + /m-status enhancements"
122- - phase_c : " /m6-integrate command + gap-to-action automation"
121+ - phase_b : " Dependency detection in /manifold: m2-tension + /manifold: m-status enhancements"
122+ - phase_c : " /manifold: m6-integrate command + gap-to-action automation"
123123 satisfies : [RT-1, RT-2, RT-3, RT-4, RT-5, RT-6]
124124 trade_offs :
125125 - " Incremental value delivery"
@@ -150,77 +150,77 @@ recommendation:
150150 success_criteria :
151151 - " Existing manifolds parse without error"
152152 - " New manifolds track iteration state"
153- - " /m-status shows iteration history"
153+ - " /manifold: m-status shows iteration history"
154154 files :
155- - " install/commands/m0-init.md (schema template)"
156- - " install/commands/m-status.md (iteration display)"
155+ - " install/commands/manifold: m0-init.md (schema template)"
156+ - " install/commands/manifold: m-status.md (iteration display)"
157157 - " install/manifold/SKILL.md (documentation)"
158158
159159 - phase : B
160160 name : " Intelligence Layer"
161161 truths : [RT-3, U1_enhanced]
162162 deliverables :
163- - " Dependency detection in /m2-tension"
163+ - " Dependency detection in /manifold: m2-tension"
164164 - " Auto-surfacing hidden dependencies"
165- - " Parallel track identification in /m3-anchor"
166- - " /m-status with diff and convergence"
165+ - " Parallel track identification in /manifold: m3-anchor"
166+ - " /manifold: m-status with diff and convergence"
167167 success_criteria :
168168 - " TN5-type dependencies auto-detected"
169169 - " Parallel opportunities surfaced"
170170 - " Convergence status calculated"
171171 files :
172- - " install/commands/m2-tension.md (dependency detection)"
173- - " install/commands/m3-anchor.md (parallel tracks)"
174- - " install/commands/m-status.md (convergence)"
172+ - " install/commands/manifold: m2-tension.md (dependency detection)"
173+ - " install/commands/manifold: m3-anchor.md (parallel tracks)"
174+ - " install/commands/manifold: m-status.md (convergence)"
175175
176176 - phase : C
177177 name : " Automation Layer"
178178 truths : [RT-2, RT-4, RT-6]
179179 deliverables :
180- - " /m6-integrate command"
180+ - " /manifold: m6-integrate command"
181181 - " Integration hints in generated artifacts"
182182 - " Gap-to-action automation"
183183 - " Install script update"
184184 success_criteria :
185185 - " Generated artifacts include wiring hints"
186186 - " Gaps produce executable actions"
187- - " /m6-integrate wires artifacts"
187+ - " /manifold: m6-integrate wires artifacts"
188188 files :
189- - " install/commands/m6-integrate.md (new command)"
190- - " install/commands/m4-generate.md (integration hints)"
191- - " install/commands/m5-verify.md (gap-to-action)"
189+ - " install/commands/manifold: m6-integrate.md (new command)"
190+ - " install/commands/manifold: m4-generate.md (integration hints)"
191+ - " install/commands/manifold: m5-verify.md (gap-to-action)"
192192 - " install/install.sh (new command)"
193193
194194# Validation gates per phase
195195validation_gates :
196196 phase_a :
197197 - " Existing manifolds (graph-d, framework-consolidation) still parse"
198198 - " New manifold with iterations[] section works"
199- - " /m-status displays iteration history"
199+ - " /manifold: m-status displays iteration history"
200200 phase_b :
201201 - " All Phase A gates"
202- - " /m2-tension auto-detects at least 1 hidden dependency"
203- - " /m-status shows convergence status"
202+ - " /manifold: m2-tension auto-detects at least 1 hidden dependency"
203+ - " /manifold: m-status shows convergence status"
204204 phase_c :
205205 - " All Phase B gates"
206- - " /m6-integrate produces wiring checklist"
206+ - " /manifold: m6-integrate produces wiring checklist"
207207 - " Gap actions are copy-paste executable"
208208
209209# Critical path
210210critical_path :
211211 step_1 :
212212 action : " Add schema_version field and iterations[] section"
213213 unblocks : [RT-2, RT-3, RT-4]
214- files : ["install/commands/m0-init.md"]
214+ files : ["install/commands/manifold: m0-init.md"]
215215 step_2 :
216- action : " Implement dependency detection in /m2-tension"
216+ action : " Implement dependency detection in /manifold: m2-tension"
217217 requires : [step_1]
218- files : ["install/commands/m2-tension.md"]
218+ files : ["install/commands/manifold: m2-tension.md"]
219219 step_3 :
220- action : " Create /m6-integrate command"
220+ action : " Create /manifold: m6-integrate command"
221221 requires : [step_1, step_2]
222- files : ["install/commands/m6-integrate.md", "install/install.sh"]
222+ files : ["install/commands/manifold: m6-integrate.md", "install/install.sh"]
223223 step_4 :
224- action : " Add gap-to-action automation in /m5-verify"
224+ action : " Add gap-to-action automation in /manifold: m5-verify"
225225 requires : [step_1]
226- files : ["install/commands/m5-verify.md"]
226+ files : ["install/commands/manifold: m5-verify.md"]
0 commit comments