docs: add phase 9 — tooling & portable setup, mark phases 5-7 complete

This commit is contained in:
2026-06-15 21:07:59 +08:00
parent 5d7232ec31
commit 099f8addc7
3 changed files with 35 additions and 12 deletions

View File

@@ -41,6 +41,11 @@
- Details: Report queries Jira for tickets related to active sessions
- Verification: Daily report contains Jira ticket summaries
## Tooling & Portability (TOOL / SETUP)
- [ ] **TOOL-01**: Custom Hermes Docker image with aws-cli, terraform, helm, kubectl, and datadog CLI pre-installed
- [ ] **SETUP-01**: Portable `setup-ngn-agent.sh` script — parameterized (SSH key path, repo paths), recreates all config on a fresh machine
## Future (v1.2+)
- Archive restore script (JSON files are text-searchable; low urgency)
@@ -57,13 +62,15 @@
| Requirement | Phase | Status |
|-------------|-------|--------|
| MEM-01 | Phase 5 | Pending |
| REPO-01 | Phase 6 | Pending |
| REPO-02 | Phase 6 | Pending |
| SKIL-04 | Phase 7 | Pending |
| MEM-01 | Phase 5 | Complete |
| REPO-01 | Phase 6 | Complete |
| REPO-02 | Phase 6 | Complete |
| SKIL-04 | Phase 7 | Complete |
| CRON-01 | Phase 8 | Pending |
| CRON-02 | Phase 8 | Pending |
| CRON-03 | Phase 8 | Pending |
| TOOL-01 | Phase 9 | Pending |
| SETUP-01 | Phase 9 | Pending |
---