Skip to content

docs: add v0.4 local coding agent architecture design#31

Merged
chocks merged 3 commits into
mainfrom
claude/design-local-agent-arch-14pmb
Mar 10, 2026
Merged

docs: add v0.4 local coding agent architecture design#31
chocks merged 3 commits into
mainfrom
claude/design-local-agent-arch-14pmb

Conversation

@chocks
Copy link
Copy Markdown
Owner

@chocks chocks commented Mar 10, 2026

Comprehensive architecture for Cursor-style local coding agent:

  • Structured agent loop (analyze→plan→execute→validate→present)
  • Tool registry with schema validation and safety gate
  • Structured code editing with diff-based output
  • Session-level agent memory
  • Streaming UX for CLI
  • Model routing per agent phase
  • Integration plan with existing orchestrator/router

Scoped to agent runtime only — defers codebase intelligence
(indexing, symbols, embeddings) to v0.5.

https://claude.ai/code/session_016QqP1Tymv4s3YAe1qPaNEK

claude added 3 commits March 10, 2026 12:58
Comprehensive architecture for Cursor-style local coding agent:
- Structured agent loop (analyze→plan→execute→validate→present)
- Tool registry with schema validation and safety gate
- Structured code editing with diff-based output
- Session-level agent memory
- Streaming UX for CLI
- Model routing per agent phase
- Integration plan with existing orchestrator/router

Scoped to agent runtime only — defers codebase intelligence
(indexing, symbols, embeddings) to v0.5.

https://claude.ai/code/session_016QqP1Tymv4s3YAe1qPaNEK
Replaces the monolithic v0.2 architecture doc and the earlier v0.4
coding agent doc with four focused per-version plans:

- v0.2: Tool Foundation — registry, executor, safety gate
- v0.3: Coding Agent — plan→edit→validate loop, diffs, memory, streaming
- v0.4: Codebase Intelligence — file/symbol/embedding indexes, context retrieval
- v0.5: Workflow Automation — state machine engine, milestones, context curation

Each version builds on the previous with clear dependency chain.
Includes roadmap overview linking all four plans.

https://claude.ai/code/session_016QqP1Tymv4s3YAe1qPaNEK
Remove 2026-03-07-locode-v02-architecture-design.md — all relevant
content is captured in the new per-version plans (v02-v05) or moved
to misc-todos.md.

misc-todos.md captures cross-cutting items:
- Config drift / versioned config / update-config command
- Config template duplication
- Speculative local execution
- Task classifier fast-paths
- JSON DSL mode for local agent
- Model-per-task routing
- Benchmark baseline gap

https://claude.ai/code/session_016QqP1Tymv4s3YAe1qPaNEK
@chocks chocks merged commit d5d29d3 into main Mar 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants