Extract engine from citation-evidence umbrella (CENG-WP-0001)
Bootstrap @citation-evidence/engine as a standalone TypeScript package with shared types and engine services copied from the umbrella MVP. All 89 tests pass with lint and typecheck clean.
This commit is contained in:
parent
62ba1d1140
commit
78085e1eb3
56 changed files with 7915 additions and 205 deletions
12
src/engine/repos/index.ts
Normal file
12
src/engine/repos/index.ts
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
export {
|
||||
createInMemoryRepos,
|
||||
type InMemoryRepos,
|
||||
type DocumentRepository,
|
||||
type RepresentationRepository,
|
||||
type AnnotationRepository,
|
||||
type EvidenceItemRepository,
|
||||
} from "./in-memory";
|
||||
export {
|
||||
createInMemorySessionRepository,
|
||||
type SessionRepository,
|
||||
} from "./in-memory-sessions";
|
||||
Loading…
Add table
Add a link
Reference in a new issue