Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .manifold/framework-consolidation.anchor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ required_truths:

- id: RT3
statement: "YAML schema uses 'user_experience' not 'ux'"
gap: "install/commands/manifold:m0-init.md uses 'ux' in schema"
gap: "install/commands/m0-init.md uses 'ux' in schema"
action: "Update m0-init.md schema to use 'user_experience'"
satisfies: [T1, T3]

- id: RT4
statement: "Example file uses same schema as m0-init creates"
gap: "examples/payment-retry-v2.cms.yaml has different structure"
gap: "examples/payment-retry-v2.yaml has different structure"
action: "Update example to match standard schema structure"
satisfies: [U3, T1]

Expand Down
24 changes: 12 additions & 12 deletions .manifold/manifold-v2.anchor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ recommendation:
- "New manifolds track iteration state"
- "/manifold:m-status shows iteration history"
files:
- "install/commands/manifold:m0-init.md (schema template)"
- "install/commands/manifold:m-status.md (iteration display)"
- "install/commands/m0-init.md (schema template)"
- "install/commands/m-status.md (iteration display)"
- "install/manifold/SKILL.md (documentation)"

- phase: B
Expand All @@ -169,9 +169,9 @@ recommendation:
- "Parallel opportunities surfaced"
- "Convergence status calculated"
files:
- "install/commands/manifold:m2-tension.md (dependency detection)"
- "install/commands/manifold:m3-anchor.md (parallel tracks)"
- "install/commands/manifold:m-status.md (convergence)"
- "install/commands/m2-tension.md (dependency detection)"
- "install/commands/m3-anchor.md (parallel tracks)"
- "install/commands/m-status.md (convergence)"

- phase: C
name: "Automation Layer"
Expand All @@ -186,9 +186,9 @@ recommendation:
- "Gaps produce executable actions"
- "/manifold:m6-integrate wires artifacts"
files:
- "install/commands/manifold:m6-integrate.md (new command)"
- "install/commands/manifold:m4-generate.md (integration hints)"
- "install/commands/manifold:m5-verify.md (gap-to-action)"
- "install/commands/m6-integrate.md (new command)"
- "install/commands/m4-generate.md (integration hints)"
- "install/commands/m5-verify.md (gap-to-action)"
- "install/install.sh (new command)"

# Validation gates per phase
Expand All @@ -211,16 +211,16 @@ critical_path:
step_1:
action: "Add schema_version field and iterations[] section"
unblocks: [RT-2, RT-3, RT-4]
files: ["install/commands/manifold:m0-init.md"]
files: ["install/commands/m0-init.md"]
step_2:
action: "Implement dependency detection in /manifold:m2-tension"
requires: [step_1]
files: ["install/commands/manifold:m2-tension.md"]
files: ["install/commands/m2-tension.md"]
step_3:
action: "Create /manifold:m6-integrate command"
requires: [step_1, step_2]
files: ["install/commands/manifold:m6-integrate.md", "install/install.sh"]
files: ["install/commands/m6-integrate.md", "install/install.sh"]
step_4:
action: "Add gap-to-action automation in /manifold:m5-verify"
requires: [step_1]
files: ["install/commands/manifold:m5-verify.md"]
files: ["install/commands/m5-verify.md"]
10 changes: 5 additions & 5 deletions .manifold/manifold-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
"iteration": 1,
"artifacts": [
{
"path": "install/commands/manifold:m0-init.md",
"path": "install/commands/m0-init.md",
"type": "documentation",
"satisfies": [
"RT-1",
Expand All @@ -238,7 +238,7 @@
"description": "Updated with schema_version and iterations[] section"
},
{
"path": "install/commands/manifold:m-status.md",
"path": "install/commands/m-status.md",
"type": "documentation",
"satisfies": [
"RT-1",
Expand All @@ -249,7 +249,7 @@
"description": "Added --history flag and convergence display"
},
{
"path": "install/commands/manifold:m2-tension.md",
"path": "install/commands/m2-tension.md",
"type": "documentation",
"satisfies": [
"RT-3"
Expand All @@ -259,7 +259,7 @@
"description": "Added --auto-deps for dependency detection"
},
{
"path": "install/commands/manifold:m6-integrate.md",
"path": "install/commands/m6-integrate.md",
"type": "documentation",
"satisfies": [
"RT-2",
Expand All @@ -270,7 +270,7 @@
"description": "New command for artifact integration"
},
{
"path": "install/commands/manifold:m5-verify.md",
"path": "install/commands/m5-verify.md",
"type": "documentation",
"satisfies": [
"RT-4"
Expand Down
10 changes: 5 additions & 5 deletions .manifold/manifold-v2.verify.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"status": "ALL_EXIST",
"details": [
{
"path": "install/commands/manifold:m0-init.md",
"path": "install/commands/m0-init.md",
"exists": true,
"satisfies": [
"RT-1",
Expand All @@ -21,7 +21,7 @@
]
},
{
"path": "install/commands/manifold:m-status.md",
"path": "install/commands/m-status.md",
"exists": true,
"satisfies": [
"RT-1",
Expand All @@ -33,7 +33,7 @@
]
},
{
"path": "install/commands/manifold:m2-tension.md",
"path": "install/commands/m2-tension.md",
"exists": true,
"satisfies": [
"RT-3"
Expand All @@ -44,7 +44,7 @@
]
},
{
"path": "install/commands/manifold:m6-integrate.md",
"path": "install/commands/m6-integrate.md",
"exists": true,
"satisfies": [
"RT-2",
Expand All @@ -57,7 +57,7 @@
]
},
{
"path": "install/commands/manifold:m5-verify.md",
"path": "install/commands/m5-verify.md",
"exists": true,
"satisfies": [
"RT-4"
Expand Down
2 changes: 1 addition & 1 deletion .manifold/pm-templates-greenfield.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
"type": "documentation"
},
{
"path": "install/commands/manifold:m0-init.md",
"path": "install/commands/m0-init.md",
"satisfies": [
"O1"
],
Expand Down
4 changes: 2 additions & 2 deletions .manifold/pm-templates-greenfield.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Template `[CUSTOMIZE: ...]` examples must not include real company names, real f
### Operational

#### O1: Documentation Coverage
All 4 documentation touchpoints must be updated: `install/templates/pm/README.md`, `install/templates/README.md`, `docs/pm/guide.md`, and `install/commands/manifold:m0-init.md` argument hint.
All 4 documentation touchpoints must be updated: `install/templates/pm/README.md`, `install/templates/README.md`, `docs/pm/guide.md`, and `install/commands/m0-init.md` argument hint.
> **Rationale:** Undocumented templates don't exist for users. The docs are the discovery mechanism.

#### O2: Greenfield Workflow Guide
Expand Down Expand Up @@ -134,7 +134,7 @@ All constraint IDs referenced in tensions' `between` arrays and required truths'
### RT-6: Discoverability
All 10 new templates must be discoverable via shell tab-completion (bash, zsh, fish) and documented in all 4 documentation touchpoints.
**Maps to:** T4 (Shell Completion Coverage), O1 (Documentation Coverage)
**Gap:** `completion.ts` hard-coded lists need 10 new entries. `install/templates/pm/README.md`, `install/templates/README.md`, `docs/pm/guide.md`, and `install/commands/manifold:m0-init.md` all need updates.
**Gap:** `completion.ts` hard-coded lists need 10 new entries. `install/templates/pm/README.md`, `install/templates/README.md`, `docs/pm/guide.md`, and `install/commands/m0-init.md` all need updates.

---

Expand Down
4 changes: 2 additions & 2 deletions .manifold/schema-enforcement.integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ checklist:
priority: MEDIUM
status: pending
source: cli/lib/solver.ts
target: install/commands/manifold:m2-tension.md
target: install/commands/m2-tension.md
action: "Document CLI usage of conflict detection in skill file"
details:
- "m2-tension skill should mention CLI conflict detection"
Expand Down Expand Up @@ -171,7 +171,7 @@ actions:

optional:
- id: ACTION-2
target: install/commands/manifold:m2-tension.md
target: install/commands/m2-tension.md
description: "Add CLI conflict detection reference"
content: |
## CLI Conflict Detection
Expand Down
8 changes: 4 additions & 4 deletions .manifold/schema-enforcement.json
Original file line number Diff line number Diff line change
Expand Up @@ -641,10 +641,10 @@
"resolution": "Updated m1-constrain.md, m2-tension.md, m3-anchor.md, m6-integrate.md with v3 schema compliance sections",
"status": "CLOSED",
"files_changed": [
"install/commands/manifold:m1-constrain.md",
"install/commands/manifold:m2-tension.md",
"install/commands/manifold:m3-anchor.md",
"install/commands/manifold:m6-integrate.md"
"install/commands/m1-constrain.md",
"install/commands/m2-tension.md",
"install/commands/m3-anchor.md",
"install/commands/m6-integrate.md"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion .manifold/schema-enforcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Within-feature conflict detection must identify contradictory constraints

AI commands (/m0-m6) must generate valid v3 YAML

**Evidence:** install/commands/manifold:m1-constrain.md, install/commands/manifold:m3-anchor.md
**Evidence:** install/commands/m1-constrain.md, install/commands/m3-anchor.md

### RT-6: Best practices must be documented with source attribution

Expand Down
6 changes: 3 additions & 3 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading