Skip to content

Commit 5491025

Browse files
committed
Update README.md
1 parent fb653c3 commit 5491025

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Exploring the architecture of coding agents by rebuilding a Claude Code-style CLI from scratch in Swift.
44

5-
> **Current progress:** Stage 05 of 12 — skill loading from `.md` files injected as tool results
5+
> **Current progress:** Stage 05 of 08 — skill loading from `.md` files injected as tool results
66
77
![demo](demo.gif)
88

@@ -63,7 +63,7 @@ The loop is the invariant. Tools are the variable. Every stage adds entries to t
6363

6464
## Roadmap
6565

66-
Progress is tracked via git tags. The roadmap is split into three phases — core mechanics first, then product-level features, then experimental multi-agent systems.
66+
Progress is tracked via git tags. The roadmap is split into two phases — core mechanics first, then product-level features.
6767

6868
### Phase 1 — Core Loop
6969

@@ -88,17 +88,6 @@ The features that make an agent feel like a usable product: context, memory mana
8888
| 07 | Task system: file-based CRUD with dependency DAG ||
8989
| 08 | Background tasks: `Task {}` + actor-based notification queue ||
9090

91-
### Phase 3 — Experimental
92-
93-
Multi-agent coordination. These stages explore ideas beyond the core product loop.
94-
95-
| Stage | What It Adds | Tag |
96-
| ----- | ----------------------------------------------------- | --- |
97-
| 09 | Agent teams: JSONL mailbox + actor coordination ||
98-
| 10 | Team protocols: request-response with correlation IDs ||
99-
| 11 | Autonomous agents: idle-poll-claim cycle ||
100-
| 12 | Worktree isolation: `git worktree` via Process ||
101-
10291
## Architecture
10392

10493
Two-target Swift Package Manager project:

0 commit comments

Comments
 (0)