Blocks A9 (browser bundle build verification) in [260526-kpoimj] (issue #35).
npx tsc --noEmit --skipLibCheck inside agentdb/ reports 114 errors confined to benchmarks/ and tests/benchmarks/helpers/. Zero errors in src/.
Representative failures:
benchmarks/attention-performance.ts: missing modules (../src/core/db, ../src/attention/*)
benchmarks/batch-ops/batch-ops-bench.ts: missing ../../dist/index.js
tests/benchmarks/helpers/graph-generator.ts: GraphEdges type mismatch (sourceIds, targetIds)
Pre-existing: present on baseline commit 1776223 before any [260526-kpoimj] changes.
Recommended fix: either exclude benchmarks/ from tsconfig.json include array, or fix the missing module imports after dist/ is built (post-build benchmarks pattern).
Source: docs/plans/260526-kpoimj-gnn-completion.md §8 Blocker 2.
Blocks A9 (browser bundle build verification) in [260526-kpoimj] (issue #35).
npx tsc --noEmit --skipLibCheckinsideagentdb/reports 114 errors confined tobenchmarks/andtests/benchmarks/helpers/. Zero errors insrc/.Representative failures:
benchmarks/attention-performance.ts: missing modules (../src/core/db,../src/attention/*)benchmarks/batch-ops/batch-ops-bench.ts: missing../../dist/index.jstests/benchmarks/helpers/graph-generator.ts:GraphEdgestype mismatch (sourceIds, targetIds)Pre-existing: present on baseline commit 1776223 before any [260526-kpoimj] changes.
Recommended fix: either exclude
benchmarks/fromtsconfig.jsonincludearray, or fix the missing module imports afterdist/is built (post-build benchmarks pattern).Source:
docs/plans/260526-kpoimj-gnn-completion.md§8 Blocker 2.