Core exposes buildIndex/searchText/executeQuery/executeAttune as the single shared implementation for all transports. First TypeScript module, run via Node type stripping in dev. Adds typescript-eslint. lint/typecheck green, test 107/107.
22 lines
616 B
JSON
22 lines
616 B
JSON
{
|
|
"name": "obelisk",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Explicit memory infrastructure for coding agents — a queryable SQLite evidence layer over local Claude Code and Codex history, plus human-approved durable memory.",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"test": "node --test tests/*.test.mjs",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/node": "^26.1.1",
|
|
"eslint": "^10.6.0",
|
|
"globals": "^17.7.0",
|
|
"typescript": "^6.0.3",
|
|
"typescript-eslint": "^8.63.0"
|
|
}
|
|
}
|