Commit 68e3ecc
committed
refactor: remove local filesystem workspace system and replace with demo data
This commit removes the entire filesystem-access based workspace system:
1. Deletes workspace types and file system access store modules
2. Removes filesystem-related logic from App component and sidebar/nav components
3. Replaces dynamic workspace handling with hardcoded demo project data
4. Simplifies the UI to show placeholder dashboard content instead of project editor1 parent 4bd6ca8 commit 68e3ecc
26 files changed
Lines changed: 462 additions & 740 deletions
File tree
- .agents/skills/agent-html/references
- apps/agent-html/src
- agent-html-example/cases
- agent-html
- ast
- fixtures
- invalid
- valid
- parse
- runtime
- render
- ui
- schema
- validate
- components
- workspace
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
100 | 107 | | |
101 | 108 | | |
102 | 109 | | |
| |||
0 commit comments