Deployment policy: CEOs deploy to staging only, never tag production

Both DocFast and SnapAPI SKILL.md updated with mandatory deployment rules.
Only investor can approve production releases.
This commit is contained in:
Hoid 2026-02-20 07:58:37 +00:00
parent f872a71e42
commit c984f260dd
8 changed files with 172 additions and 29 deletions

View file

@ -63,6 +63,12 @@ export PATH=$PATH:/usr/local/bin
- **Tag `v*`** → deploys to production
- **Registry:** git.cloonar.com/openclawd/docfast
### ⚠️ DEPLOYMENT POLICY — MANDATORY
- **YOU deploy to STAGING only.** Push to main, let CI build and deploy to staging. Verify on staging.
- **You do NOT deploy to production.** Never tag a version. Never create `v*` tags.
- **Only the investor decides** when a version goes to production. Report what's on staging and let them decide.
- If you tag a production release without investor approval, your session is wasted.
### Container Image
- ARM64, built via QEMU cross-compile in Forgejo CI