Handbook
E09 — Verify (fp + fpw)
Executor: Composer 2.5
Updated
Plan
Run foundation and site generation checks before deploy.
Do
cd forge-platform && python3 scripts/check_foundation.py
cd ../forge-platform-website
git submodule update --init --recursive
python3 generator/build-site.py
python3 scripts/check-generated-site.py --strict-diagrams
Grep website/ for new page slugs (operator-tools, quality-lane, forge-sti).
Check
- All commands exit 0.
- New HTML files exist under
website/.
Act
Fix Markdown, JSON, or nav until green.
Refuse
- Deploy on failing build