Commit 1ad5ea9
refactor: wire claude-view-types into workspace + add codegen propagation
Complete the types crate extraction wiring:
- Replace pub mod with pub use re-exports in core/lib.rs
- Delete 4 original files from core (2,772 LOC)
- Add claude-view-types dep to core + 6 downstream crates
- Propagate codegen feature through core → types
- Register route_deps module in server-types
- Implement DbDeps trait on AppState
- Add ISP doc to coaching route
- Regenerate workspace-hack
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1e6377f commit 1ad5ea9
18 files changed
Lines changed: 37 additions & 2779 deletions
File tree
- crates
- core
- src
- db
- search
- server-live-state
- server-local-llm
- server-teams
- server-types
- src
- server/src
- routes/coaching
- workspace-hack
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments