**Motivations:** Publish ia_dev workspace updates to remote dev_ia. **Root causes:** N/A (accumulated local changes). **Correctifs:** N/A. **Evolutions:** SmartIde agent docs; deploy change-to-all-branches and deploy-by-script-to; ai_working_help package scripts and lockfile; notary-ai loop shell scripts; sample responded JSON under projects/kogus/data; .cursor/ssh_config stub; kogus Code-Standards doc. **Pages affectées:** N/A.
14 lines
388 B
JSON
14 lines
388 B
JSON
{
|
|
"name": "ai_working_help",
|
|
"version": "1.0.0",
|
|
"description": "API spooler for notary AI agent (enqueue / response). Consumed by business app backends; responses produced by Cursor agents (notary-ai-loop + notary-ai-process).",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^2.2.2",
|
|
"express": "^5.2.1"
|
|
}
|
|
}
|