(plan) clean off the argocd out of date confusion

This commit is contained in:
Story Crater Bot
2026-08-19 13:38:43 -07:00
parent 0aef2281bc
commit e404dae7c8
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ Stage: GREEN
Depends on: [4.4](4.4-api-exec.md)
- [ ] [app/cluster/terminal/page.tsx](../app/cluster/terminal/page.tsx) currently has its own inline `run()` command parser — replace it with a `fetch('/api/exec', { method: 'POST', body: JSON.stringify({ cmd }) })` call so the terminal actually round-trips through the mock API instead of simulating client-side
- [ ] [components/InteractiveTerminal.tsx](../components/InteractiveTerminal.tsx) (the floating Cmd+K terminal) is a separate, older component with its own hardcoded `commands` map (`kubectl`, `terraform`, `argocd`, `kafka` — all backend/infra flavored) — decide whether to retire it, or reduce it to the same closed command set as the Surface C terminal and wire it to `/api/exec` too
- [ ] [components/InteractiveTerminal.tsx](../components/InteractiveTerminal.tsx) (the floating Cmd+K terminal) is a separate, older component with its own hardcoded `commands` map — several entries are named after infra/ops tools with no portfolio relevance — decide whether to retire it, or reduce it to the same closed command set as the Surface C terminal and wire it to `/api/exec` too