mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-02-27 18:22:41 -08:00
docs: refresh stale guidance and shortcut references
This commit is contained in:
@@ -94,21 +94,9 @@ bun run check:runtime-cycles:strict
|
||||
|
||||
Expected success output includes:
|
||||
|
||||
- `[OK] hotspot budget check (strict) — no hotspots over limit`
|
||||
- `[OK] main runtime fan-in (strict) — ...`
|
||||
- `[OK] runtime cycle check (strict) - ... no cycles detected`
|
||||
|
||||
Hotspot budget baselines (2026-02-22):
|
||||
|
||||
| File | Baseline LOC | Limit LOC |
|
||||
| ----------------------------------------- | ------------ | --------- |
|
||||
| `src/main.ts` | 2978 | 3150 |
|
||||
| `src/config/service.ts` | 116 | 140 |
|
||||
| `src/core/services/tokenizer.ts` | 232 | 260 |
|
||||
| `launcher/main.ts` | 101 | 130 |
|
||||
| `src/config/resolve.ts` | 33 | 55 |
|
||||
| `src/main/runtime/composers/contracts.ts` | 13 | 30 |
|
||||
|
||||
Troubleshooting guardrail failures:
|
||||
|
||||
- Main fan-in failure: move runtime imports behind `src/main/runtime/domains/*` or composer barrels.
|
||||
|
||||
Reference in New Issue
Block a user