system-prompts-and-models-o.../.claude/settings.json

22 lines
1.1 KiB
JSON

{
"theme": "dark",
"projectInstructions": "Follow Dealix Sovereign OS: MASTER_OPERATING_PROMPT.md (canonical), AGENTS.md, CLAUDE.md, docs/ai-operating-model.md, docs/governance/approval-policy.md. Agentic by design, governed by policy, proven by evidence. Decision plane = structured cognition; execution plane = durable workflows only. No external commitment without approval + reversibility + evidence.",
"customCommands": [
{
"name": "architecture-map",
"description": "Code-backed discovery brief: constitution files + key app paths (run from repo root).",
"command": "python scripts/architecture_brief.py"
},
{
"name": "canary-check",
"description": "Backend unit tests (Dealix FastAPI) before promotion.",
"command": "cd salesflow-saas/backend && pytest -v --tb=short"
},
{
"name": "security-preflight",
"description": "Launch verification wrapper (staging-style gates; extend with -WithOpenApiGate as needed).",
"command": "powershell -NoProfile -ExecutionPolicy Bypass -File salesflow-saas/verify-launch.ps1"
}
]
}