Commit 189c590
committed
refactor: restructure entire repo from v0-v9 to s01-s11 learning sessions
- Rewrite all Python agents (s01-s11 + s_full) with educational focus
- Rewrite all TypeScript agents for browser execution
- Consolidate Phase 4 teams from 5 sessions (s09-s13) to 3 (s09-s11)
- s09: Team Messaging (spawn + inbox + broadcast)
- s10: Team Protocols (shutdown + plan approval)
- s11: Autonomous Agent (idle cycle + auto-claiming)
- Add 110 Vitest tests across 12 test files
- Rewrite all 11 session docs with ASCII diagrams
- Update web platform: inspector, simulator, playground
- Add GitHub Actions CI (typecheck + test + build)
- Remove old v* files, Chinese/Japanese articles, old Python tests
- Clean up unused design docs and assets
All verified: tsc 0 errors, 110 tests passing, build succeeds (84 pages)1 parent c6142a1 commit 189c590
190 files changed
Lines changed: 17644 additions & 34852 deletions
File tree
- .github/workflows
- agents
- articles
- assets
- docs
- tests
- web
- scripts
- src
- agents
- app/[locale]
- (learn)
- [version]
- playground
- components
- architecture
- docs
- inspector
- panels
- layout
- simulator
- timeline
- data
- annotations
- generated
- scenarios
- hooks
- i18n/messages
- lib
- types
- tests/agents
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| 221 | + | |
| 222 | + | |
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments