feat: refactor sgclaw around zeroclaw compat runtime

This commit is contained in:
zyl
2026-03-26 16:23:31 +08:00
parent bca5b75801
commit ff0771a83f
1059 changed files with 409460 additions and 23 deletions

24
third_party/zeroclaw/docs/ops/README.md vendored Normal file
View File

@@ -0,0 +1,24 @@
# Operations & Deployment Docs
For operators running ZeroClaw in persistent or production-like environments.
## Core Operations
- Day-2 runbook: [./operations-runbook.md](./operations-runbook.md)
- Release runbook: [../contributing/release-process.md](../contributing/release-process.md)
- Troubleshooting matrix: [./troubleshooting.md](./troubleshooting.md)
- Safe network/gateway deployment: [./network-deployment.md](./network-deployment.md)
- Mattermost setup (channel-specific): [../setup-guides/mattermost-setup.md](../setup-guides/mattermost-setup.md)
## Common Flow
1. Validate runtime (`status`, `doctor`, `channel doctor`)
2. Apply one config change at a time
3. Restart service/daemon
4. Verify channel and gateway health
5. Roll back quickly if behavior regresses
## Related
- Config reference: [../reference/api/config-reference.md](../reference/api/config-reference.md)
- Security collection: [../security/README.md](../security/README.md)