Test repo for validating the Wire Framework document store feature (Confluence & Notion replication).
.wire/
├── engagement/
│ └── context.md # Engagement metadata + docstore config
├── releases/
│ ├── 01-discovery/ # Discovery release (minimal)
│ └── 02-delivery/ # Delivery release (main test target)
│ ├── status.md # Artifact status + docstore page IDs
│ └── requirements/
│ └── requirements_specification.md # Pre-written test artifact
└── research/sessions/
/wire:utils-docstore-setup releases/02-delivery
Choose Confluence, Notion, or Both. The setup will create a "Wire Documents" parent page.
/wire:utils-docstore-sync releases/02-delivery requirements
Or run the full generate command (which syncs automatically):
/wire:requirements-generate releases/02-delivery
Go to the synced page and add a reviewer comment.
/wire:utils-docstore-fetch releases/02-delivery requirements
Verify the comment appears. Or run the full review command:
/wire:requirements-review releases/02-delivery
Change a sentence, then re-run the fetch — verify the diff is flagged.
/wire:requirements-generate releases/02-delivery
Confirm the page is updated in place (same page ID, not a new page).