You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README explains features. It doesn't yet explain why this exists, how the architecture is laid out, and where someone should look first. An external reader (potential acquirer, contributor, or evaluator) should be able to understand the project's shape in ~10 minutes from the repo root.
Concrete deliverables
README hero — one-paragraph intent statement above the install block. "DeepSeek-TUI is a terminal-native coding agent built around DeepSeek V4's 1M-token context and prefix cache. Single binary, no Node/Python runtime. Ships an MCP client, sandbox, and durable task queue out of the box."
README "How it's wired" — 3-paragraph high-level architecture: dispatcher → TUI → engine → tools. Link to docs/ARCHITECTURE.md for the full walkthrough.
docs/ARCHITECTURE.md refresh — already exists; one editing pass to remove stale references (e.g. swarm cleanup landed in v0.8.5).
Pitch
The README explains features. It doesn't yet explain why this exists, how the architecture is laid out, and where someone should look first. An external reader (potential acquirer, contributor, or evaluator) should be able to understand the project's shape in ~10 minutes from the repo root.
Concrete deliverables
Acceptance