rowboat/apps/x/packages/core
Ramnique Singh de84b2e9ce fix(x): real-permission-checker test types against permission-metadata, not the legacy engine
The Phase A extraction moved getToolPermissionMetadata to
assembly/permission-metadata.ts but this test's type-only import was
mechanically retargeted to legacy/engine.js during the tree move,
where the symbol is imported rather than exported — a TS2459 that
vitest and the build tsconfig never see, and one of the last
live->legacy edges.

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): real-permission-checker test types against permission-metadata, not the legacy engine 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