Zensical Prototype Bootstrap Plan¶
Date: 2026-03-01
This plan bootstraps a safe prototype branch with preview deployment, while the current production docs pipeline stays unchanged.
Goal¶
- Create a reviewable Zensical prototype branch.
- Publish preview output without replacing current Pages production workflow.
- Preserve rollback safety at every step.
Bootstrap steps¶
- Create branch
zensical-prototypefrommain. - Add prototype config and build command under
docs/planreferences. - Add a preview workflow triggered by pushes to
zensical-prototype. - Upload preview artifact for review comments and parity checks.
- Run parity checklist before any cutover discussion.
Workflow scaffold path: .github/workflows/zensical-preview.yml.
Preview workflow requirements¶
- Trigger:
pushandworkflow_dispatchonzensical-prototype. - Build job must fail on broken links or invalid pages.
- Artifact retention should be at least 7 days for review.
- Workflow must not publish to production Pages target.
Safety controls¶
- Keep existing
pages.ymluntouched during prototype phase. - Keep
mainas the source of production documentation. - Require parity checklist completion before proposing migration PR.
Hand-off outputs¶
- Prototype branch URL.
- Latest successful preview run URL.
- Completed parity checklist reference.
- Preview run history log:
docs/plan/zensical-prototype-preview-log.md.