Workflow: Generate → Validate → Iterate
Branch synchronization first (for docs automation)
git fetch origin
git checkout codex/docs-sync-latest-commits-v1-0-0
git rebase origin/version-1.0.0Prereqs (one-time)
git clone https://github.com/HammerHeads-Engineers/spx-examples.git
cd spx-examplespoetry install --with devGenerate
Validate
Iterate (tests + UI)
End-to-end example (real template → edit → test)
Output contract for automation runs
Last updated

