Commit e03f50f
committed
docs: fix stale/broken architecture doc references after crate extraction
Several architecture docs pointed at source paths that moved during the
homeboy-error / homeboy-engine-primitives crate extraction and the
cli_surface directory split:
- error 'Centralized error system' -> crates/homeboy-error/src/lib.rs
- template system -> crates/homeboy-engine-primitives/src/template.rs
- CapturedOutput primitive -> crates/homeboy-engine-primitives/src/command.rs
- output parse primitive -> crates/homeboy-engine-primitives/src/output_parse.rs
- src/cli_surface.rs -> src/cli_surface/ (now a directory)
- project/component/overrides.rs -> src/core/project/component/overrides.rs
Each updated reference notes the stable re-export path where relevant so
readers (and agents) can still resolve the concept via crate::core::*.
Clears 4 stale_doc_reference and 3 broken_doc_reference findings. The two
remaining fuzz.md 'broken directory' findings are detector false
positives (prose describing runtime/naming-convention dirs, not repo
paths) tracked in #8343.1 parent 1a435db commit e03f50f
5 files changed
Lines changed: 7 additions & 7 deletions
File tree
- docs
- architecture
- internals/developer-guide
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| |||
0 commit comments