mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
domains/support.ts bundled five unrelated concerns. Each moves to its owner: the catalog schema → tools/types.ts (every domain's typing); lenient ~-expansion → tools/paths.ts (documented as distinct from filesystem's throwing variant); the bg-task input schemas and resolveCodeProject → domains/background-tasks.ts; the code-run coalescer → domains/code.ts (catalog re-export retargeted); parser plumbing → domains/parsing.ts, now module-private. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| docs | ||
| scripts | ||
| src | ||
| .gitignore | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||