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
Copy file name to clipboardExpand all lines: README.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Exploring the architecture of coding agents by rebuilding a Claude Code-style CLI from scratch in Swift.
4
4
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
6
6
7
7

8
8
@@ -63,7 +63,7 @@ The loop is the invariant. Tools are the variable. Every stage adds entries to t
63
63
64
64
## Roadmap
65
65
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.
67
67
68
68
### Phase 1 — Core Loop
69
69
@@ -88,17 +88,6 @@ The features that make an agent feel like a usable product: context, memory mana
88
88
| 07 | Task system: file-based CRUD with dependency DAG | — |
0 commit comments