mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 15:29:36 +00:00
841 B
841 B
Decision plane JSON contracts
Source of truth (runtime): salesflow-saas/backend/app/services/core_os/decision_plane_contracts.py and decision_memo.py.
JSON Schema files may be generated from Pydantic in a follow-up PR (model_json_schema()). Until then, use the Python models for validation in APIs and workers.
Bundle keys for governed responses:
memo_json—DecisionMemo.model_dump()evidence_pack_json—EvidencePackrisk_register_json— list from memoapproval_packet_json—ApprovalPacketexecution_intent_json—ExecutionIntent
See completion-program-workstreams.md WS2.