[codex] plan agentic web interface rewrite #2

Merged
starsetbyte merged 2 commits from codex/agentic-web-interface-plan into main 2026-07-04 17:44:47 +00:00
Owner

Summary

Adds a reviewed implementation plan for replacing the current HTMX web interface with a proper agentic workspace.

Why

The current interface still has a recursive nesting failure: the right activity log loads /ui/board?format=log, but that route returns a full dashboard document, which gets inserted inside #log-stream and recursively creates duplicate shell IDs.

Plan Covers

  • Recent commit review for the web redesign and office nesting fix
  • Current root cause and structural risks
  • Recommended Go API + TypeScript/Svelte workspace rewrite boundary
  • Agentic workspace product shape
  • Phased implementation tasks and acceptance criteria

Validation

  • go test ./...
  • Local seeded browser inspection at http://127.0.0.1:8791/
## Summary Adds a reviewed implementation plan for replacing the current HTMX web interface with a proper agentic workspace. ## Why The current interface still has a recursive nesting failure: the right activity log loads `/ui/board?format=log`, but that route returns a full dashboard document, which gets inserted inside `#log-stream` and recursively creates duplicate shell IDs. ## Plan Covers - Recent commit review for the web redesign and office nesting fix - Current root cause and structural risks - Recommended Go API + TypeScript/Svelte workspace rewrite boundary - Agentic workspace product shape - Phased implementation tasks and acceptance criteria ## Validation - `go test ./...` - Local seeded browser inspection at `http://127.0.0.1:8791/`
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
starsetbyte/Carin!2
No description provided.