refactor(config): slim resolver facade and expand regression lanes

Collapse src/config/resolve.ts into an orchestrated pipeline over domain modules, wire launcher regression coverage into test scripts, and sync backlog/subagent tracking artifacts for completed TASK-74/TASK-96/TASK-98 follow-up planning.
This commit is contained in:
2026-02-21 13:37:38 -08:00
parent 2b77ab2406
commit 10b94ce889
19 changed files with 827 additions and 1415 deletions

View File

@@ -95,3 +95,11 @@ Use `subminer <subcommand> -h` for command-specific help.
- Default log level is `info`
- `--background` mode defaults to `warn` unless `--log-level` is explicitly set
- `--dev` / `--debug` control app behavior, not logging verbosity — use `--log-level` for that
## Testing
Run launcher regression tests (config discovery + command branching):
```bash
bun run test:launcher
```