feat(foundry): add managed data consumers and agent settings

This commit is contained in:
Codex
2026-07-19 15:03:54 +03:00
parent 5f583caa05
commit aac44d057f
35 changed files with 4534 additions and 243 deletions
@@ -0,0 +1,15 @@
{
"name": "@nodedc/foundry-codex-agent",
"version": "0.1.0",
"private": true,
"type": "module",
"bin": {
"nodedc-foundry-codex-agent": "bin/nodedc-foundry-codex-agent.mjs"
},
"files": [
"bin"
],
"engines": {
"node": ">=20"
}
}