docs: make the installer the documented way to deploy the overlay #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs/installer-first-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What & why
## Deployopened with the twodeploy.ps1lines and mentioned the installer only in a trailing note. That ordering was right while the installer was unreleased; it shipped as v0.1.0 on 2026-08-07, so it is now backwards — a shard operator reading top-down lands on a Windows-only script that copies from a git checkout they do not have.doctorafterwards. The by-hand overlay copy (INSTALL.md Appendix A2) stays as the supported alternative — org lead's call is installer for easy mode, hand deployment still supported including on the dev side.deploy.ps1gets its own subsection as the developer path. It deploys from a working tree, which is exactly what the installer cannot do (the installer deploys from a release) — so it keeps a real job while no longer reading as the operator instruction. Also spells out what it does not do: no sidecar, no service, no protocol pairing check.deploy.ps1as a developer tool.deploy.ps1as the mechanism.deploy.ps1dev loop, adds that changes reach shards through a release — so a change that only works whendeploy.ps1copies it is a change that does not ship. That is a real failure mode:overlay.toml's declared protocol and the per-file manifest are what the installer pairs against, and neither is exercised by a local copy.No
overlay/,patches/ortools/changes — documentation only, nothing deployed is touched.How it was tested
Docs-only. Anchors
#deploy,#releasesand INSTALL.md's#a2-deploy-the-plugin-overlayverified against their headings.Companion PRs, same branch name in each repo: docs, installer, link, website.
Checklist
AI-assisted contributions (required)
Claude Code. I have reviewed and understand every change, and take responsibility for it. AI-authored commits are marked with aCo-Authored-Bytrailer.License