docs(01): phase 1 plans and research

This commit is contained in:
Pierre Martin
2026-03-23 13:16:15 +01:00
parent 1b81b56ae7
commit 929ee4ce7d
2 changed files with 7 additions and 7 deletions

View File

@@ -38,11 +38,11 @@ created: 2026-03-23
| Task ID | Plan | Wave | Requirement | Test Type | Automated Command | File Exists | Status |
|---------|------|------|-------------|-----------|-------------------|-------------|--------|
| 01-01-01 | 01 | 1 | DISC-01 | unit | `go test ./internal/proc/...` | ❌ W0 | ⬜ pending |
| 01-01-02 | 01 | 1 | DISC-02 | unit | `go test ./internal/session/...` | ❌ W0 | ⬜ pending |
| 01-01-03 | 01 | 1 | DISC-03 | unit | `go test ./internal/session/...` | ❌ W0 | ⬜ pending |
| 01-02-01 | 02 | 1 | STATE-01 | unit | `go test ./internal/state/...` | ❌ W0 | ⬜ pending |
| 01-02-02 | 02 | 1 | STATE-02 | unit | `go test ./internal/state/...` | ❌ W0 | ⬜ pending |
| 01-01-01 | 01 | 1 | DISC-01 | unit | `go test -run TestFindClaudeProcesses ./...` | ❌ W0 | ⬜ pending |
| 01-01-02 | 01 | 1 | DISC-02 | unit | `go test -run TestEncodePath ./...` | ❌ W0 | ⬜ pending |
| 01-01-03 | 01 | 1 | DISC-03 | unit | `go test -run TestEncodePath ./...` | ❌ W0 | ⬜ pending |
| 01-02-01 | 02 | 1 | STATE-01 | unit | `go test -run TestDetectState ./...` | ❌ W0 | ⬜ pending |
| 01-02-02 | 02 | 1 | STATE-02 | unit | `go test -run TestExtractPreview ./...` | ❌ W0 | ⬜ pending |
*Status: ⬜ pending · ✅ green · ❌ red · ⚠️ flaky*