docs: define milestone v1.1 requirements

This commit is contained in:
2026-06-14 18:06:39 +08:00
parent 4b58964a12
commit 719fb1e07a
2 changed files with 78 additions and 6 deletions

View File

@@ -27,12 +27,13 @@ The agent must NEVER mutate real infrastructure beyond what the limited IAM role
### Active
- [ ] **REPO-01**: Every new Hermes session auto-clones DEFAULT_REPOS (rai-ops, rai-deployment, rai-devtools)
- [ ] **REPO-02**: User can request additional repos to clone on demand during a session
- [ ] **MEM-05**: Long-term memory upgraded to hindsight (persistent cross-session recall)
- [ ] **CRON-01**: Daily report summarizing active sessions sent via Telegram gateway
- [ ] **CRON-02**: Stale sessions (inactive >30d) auto-archived with history preserved
- [ ] **CRON-03**: Daily report updates Jira with session progress
- [ ] **MEM-01**: Hindsight memory provider enabled for cross-session recall
- [ ] **REPO-01**: DEFAULT_REPOS auto-cloned into new sessions via shell_init_files
- [ ] **REPO-02**: On-demand additional repo cloning during session
- [ ] **SKIL-04**: Main ngn-agent session skill — session init, Jira ticket creation, doc loading, session-end updates
- [ ] **CRON-01**: Daily session summary report delivered via Telegram
- [ ] **CRON-02**: Stale session auto-archive (30d inactivity) with JSON export
- [ ] **CRON-03**: Daily report integrates Jira ticket status via ngn-jira
### Out of Scope