system-prompts-and-models-o.../salesflow-saas/docs/registry/TRUTH.yaml
Claude 020868a773
feat(dealix): TASK-999 State Audit + TASK-010 Truth Registry + Claims Registry
TASK-999 — State Audit (docs/internal/STATE_AUDIT.md):
  Answered all 9 pre-execution questions with evidence:
  - Repo: still inside forked prompts repo (BLOCKER)
  - Tests: CI failing (dependency drift, not code)
  - RLS: migration exists, not applied to production
  - Idempotency: middleware exists, not in app stack
  - OTel: gateway spans only, packages not in requirements
  - Production: none, $0 infrastructure, $0 LLM, no customers

TASK-010 — Canonical Truth Registry (docs/registry/TRUTH.yaml):
  15 capabilities classified: 7 live, 4 partial, 4 roadmap.
  LLM policy, data residency, security claims all documented
  with honest status (soc2: false, rls: false, pdpl: in-progress).

TASK-010 — Claims Registry (commercial/claims_registry.yaml):
  8 approved claims (backed by runtime evidence)
  2 restricted claims (need qualifier)
  8 forbidden claims (never say: "enterprise-grade", "SOC 2 compliant",
    "better than Salesforce", "10x revenue", "full autonomy", etc.)

Execution log started at docs/execution_log.md.

https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
2026-04-17 10:32:40 +00:00

138 lines
3.9 KiB
YAML

# TRUTH.yaml — Dealix Canonical Truth Registry
# Last updated: 2026-04-17
# Owner: Founder + CTO
# Rule: Edited only via PR with review. No file outside this registry may create a new claim.
version: "1.0.0"
orchestrator:
canonical: "dealix-core-orchestrator"
engine: "openclaw-2026.4.x"
deprecated: []
llm_policy:
primary: "groq/llama-3.3-70b-versatile"
fallback: "openai/gpt-4o"
arabic_specialist: "groq/llama-3.3-70b-versatile"
embedding: "openai/text-embedding-3-large"
budget_per_tenant_monthly_usd: 50
cost_alert_threshold: 0.7
cost_throttle_threshold: 0.9
capabilities:
- id: golden_path_partner
name: "Partner Golden Path"
status: live
evidence_path: "backend/app/services/golden_path.py"
runtime_flag: null
public_claim_allowed: true
- id: saudi_sensitive_workflow
name: "Saudi PDPL Data Sharing Workflow"
status: live
evidence_path: "backend/app/services/saudi_sensitive_workflow.py"
runtime_flag: null
public_claim_allowed: true
- id: structured_outputs
name: "17 Schema-Bound Decision Outputs"
status: live
evidence_path: "backend/app/schemas/structured_outputs.py"
runtime_flag: null
public_claim_allowed: true
- id: executive_room
name: "Executive Room + Weekly Pack"
status: live
evidence_path: "backend/app/api/v1/executive_room.py"
runtime_flag: null
public_claim_allowed: true
- id: approval_center
name: "Approval Center with SLA"
status: live
evidence_path: "backend/app/api/v1/approval_center.py"
runtime_flag: null
public_claim_allowed: true
- id: evidence_packs
name: "Evidence Packs with SHA256"
status: live
evidence_path: "backend/app/services/evidence_pack_service.py"
runtime_flag: null
public_claim_allowed: true
- id: contradiction_engine
name: "Contradiction Detection & Tracking"
status: live
evidence_path: "backend/app/services/contradiction_engine.py"
runtime_flag: null
public_claim_allowed: true
- id: rls_multi_tenancy
name: "PostgreSQL Row-Level Security"
status: partial # migration exists, not applied to production
evidence_path: "backend/alembic/versions/20260417_0002_add_rls.py"
runtime_flag: null
public_claim_allowed: false
- id: durable_execution
name: "Persistent Durable Checkpoints"
status: partial # model + service exist, not integrated into golden path
evidence_path: "backend/app/services/durable_runtime.py"
runtime_flag: null
public_claim_allowed: false
- id: idempotency
name: "Idempotency Keys for Side Effects"
status: partial # middleware + model exist, not in app middleware stack
evidence_path: "backend/app/middleware/idempotency.py"
runtime_flag: null
public_claim_allowed: false
- id: opentelemetry
name: "OpenTelemetry Observability"
status: partial # gateway spans + otel.py, packages not in requirements
evidence_path: "backend/app/observability/otel.py"
runtime_flag: null
public_claim_allowed: false
- id: ma_os
name: "M&A / Corporate Development"
status: roadmap
evidence_path: "docs/governance/ma-os.md"
runtime_flag: null
public_claim_allowed: false
- id: pmi_os
name: "PMI / Strategic PMO"
status: roadmap
evidence_path: "docs/governance/pmi-os.md"
runtime_flag: null
public_claim_allowed: false
- id: temporal_integration
name: "Temporal Durable Workflows"
status: roadmap
evidence_path: null
runtime_flag: null
public_claim_allowed: false
- id: soc2_type_ii
name: "SOC 2 Type II Certification"
status: roadmap
evidence_path: null
runtime_flag: null
public_claim_allowed: false
data_residency:
regions_supported: ["me-south-1"] # AWS Bahrain
default_region: "me-south-1"
ksa_option: "planned"
security_claims:
rls_enforced: false # migration exists, production deployment pending
soc2_type_ii: false
pdpl_compliant: "in-progress"
annual_pentest: false