This repository was archived by the owner on Jan 11, 2026. It is now read-only.
Commit 5779a81
refactor: remove reed dependency, seed system, and apps
Lotus is now purely a world runtime without:
- TypeScript transpilation (now reed's responsibility)
- Seed system (app data, not framework)
- notes-server and filebrowser-server apps (app layer, not core)
Removed:
- crates/syntax/typescript (used reed for TS parsing)
- crates/lotus-core/src/seed.rs (TypeScript entity seeding)
- crates/apps/ (notes-server, filebrowser-server)
- lotus transpile CLI command
- All rhizome-reed-* dependencies
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3fa5bb2 commit 5779a81
File tree
15 files changed
+0
-4040
lines changed- crates
- apps
- filebrowser-server
- src
- tests
- notes-server
- src
- tests
- lotus-cli
- src
- lotus-core
- src
- syntax/typescript
- src
15 files changed
+0
-4040
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
23 | | - | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
| |||
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
70 | | - | |
71 | 67 | | |
72 | 68 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 69 | | |
79 | 70 | | |
80 | 71 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments