- New service: tools bridge (port 37147) registry + Carbonyl/PageIndex/Chandra POST jobs - config/services.local.env.example and gitignore for services.local.env - .env.example for repos-devtools, regex-search, ia-dev-gateway, orchestrator, claw proxy, langextract - Orchestrator intents: tools.registry, tools.carbonyl.plan, tools.pageindex.run, tools.chandra.ocr - Docs: API + repo service fiche, architecture index; do not commit dist/
21 lines
460 B
JSON
21 lines
460 B
JSON
{
|
|
"name": "@4nk/smart-ide-tools-bridge",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "HTTP bridge: IDE-facing API for Carbonyl, PageIndex, Chandra + service registry.",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist/server.js",
|
|
"scripts": {
|
|
"build": "tsc -p ./",
|
|
"start": "node dist/server.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|