Consume extracted evidence-binder; drop local src/binder (EBIND-WP-0001)

Cut over the binder subsystem to the extracted @citation-evidence/
evidence-binder repo. The @binder alias (tsconfig + vite) now points at
../evidence-binder/src, the duplicate src/binder/ tree is deleted, and
vite fs.allow is widened to serve the sibling checkout.

No app code changed — all imports were already via the @binder alias.
typecheck + lint green, 58 tests passing.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
tegwick 2026-07-09 01:36:42 +02:00
parent d14514891e
commit 7b33f5f35e
24 changed files with 7 additions and 2041 deletions

View file

@ -29,7 +29,7 @@
"@engine/*": ["../citation-engine/src/engine/*"],
"@source/*": ["src/source/*"],
"@work/*": ["src/work/*"],
"@binder/*": ["src/binder/*"],
"@binder/*": ["../evidence-binder/src/*"],
"@app/*": ["src/app/*"]
}
},