rowboat/apps/x/packages/core
Ramnique Singh 02912ba9ef fix(x): clear remaining tsc drift in runtime test fixtures
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>
2026-07-10 16:30:26 +05:30
..
docs docs(x): design docs and prompt catalogs follow the runtime/ move 2026-07-10 16:30:26 +05:30
scripts Code mode: make packaged builds work via managed engine provisioning (#625) 2026-06-17 21:53:15 +05:30
src fix(x): clear remaining tsc drift in runtime test fixtures 2026-07-10 16:30:26 +05:30
.gitignore bootstrap new electron app 2026-01-16 12:05:33 +05:30
package.json refactor(x): the runtime moves under one roof — core/src/runtime/ 2026-07-10 16:30:26 +05:30
tsconfig.build.json Refactor builtin file tools beyond workspace scope 2026-05-25 16:21:51 +05:30
tsconfig.json feat: extract presentation generator into executable code with builtin tool 2026-01-30 13:30:06 +05:30
vitest.config.ts Refactor builtin file tools beyond workspace scope 2026-05-25 16:21:51 +05:30