cartographer-agent / modules /reasoning-fabric.module.json
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/cartographer-agent
435a9e6 verified
Raw
History Blame Contribute Delete
693 Bytes
{
"id": "reasoning-fabric",
"name": "SnapKitty Law Team - Reasoning Fabric",
"status": "hardened-scaffold",
"owner": "cartographer-agent",
"purpose": "Attach external engines, route summons, spawn meta-lawyers, and seal execution paths.",
"files": [
"runtime/nemotron-fsm.rs",
"runtime/summon-envelope.mjs",
"runtime/engine-registry.json",
"docs/reasoning-fabric.md"
],
"exports": [
"nemotron_reasoner",
"gemini_news",
"carto_auditor"
],
"hardening": [
"explicit attach-audit-summon-spawn-seal lifecycle",
"engine registry separated from kernel registry",
"summon contract isolated from trust deed gate"
]
}