mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
Same class as the two review findings — type errors only tsc sees (tests run untyped under vitest; the build tsconfig excludes them): - headless.test.ts read .agent.overrides without narrowing the RequestedAgent union; the assertions now compare the whole agent object, which is also stricter - real-agent-resolver.test.ts's byte-identity fixture predates the videoMode/coachMode flags (explicit false = the schema defaults, so the composed bytes are unchanged) - real-tool-registry.test.ts's permission asks predate isRead being required (options: [] was from the older ask shape) npx tsc --noEmit -p tsconfig.json is now clean for the whole package. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .pnpm-store/v11 | ||
| apps | ||
| docs | ||
| packages | ||
| .gitignore | ||
| ANALYTICS.md | ||
| CODE_MODE_ENGINES_PLAN.md | ||
| demo.gif | ||
| eslint.config.mts | ||
| LIVE_NOTE.md | ||
| MINI_APPS_PLAN.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||
| VIDEO_MODE.md | ||