Skip to content

EXPRESSION-PROFILE-REGISTRY — Per-Profile Configuration Matrix

Status: live · Version: 1.0.0 · Camada: 18

Per-profile configuration

profiles:
  startup:
    coverage_threshold: 0.65
    dor_threshold: 7         # of 10 criteria
    checkpoint_interval_h: 2
    rfc_threshold_components: 5
    pipeline_phases_min: 5    # may skip 2
    tdd_order_enforced: false
    skill_router_min_similarity: 0.50
    mirror_min_traces: 50
    coverage_threshold_warning: 0.55
    growth_weight: 0.5
    radar_frequency_months: 3
    cortisol_critical_threshold: 0.75

  enterprise:
    coverage_threshold: 0.90
    dor_threshold: 9
    checkpoint_interval_h: 2
    rfc_threshold_components: 2
    pipeline_phases_min: 7
    tdd_order_enforced: true
    skill_router_min_similarity: 0.60
    mirror_min_traces: 50
    coverage_threshold_warning: 0.85
    growth_weight: 1.0
    radar_frequency_months: 3
    cortisol_critical_threshold: 0.50

  healthcare:
    coverage_threshold: 0.95
    dor_threshold: 10
    checkpoint_interval_h: 1
    rfc_threshold_components: 1
    pipeline_phases_min: 7
    tdd_order_enforced: true
    skill_router_min_similarity: 0.70
    mirror_min_traces: 100
    coverage_threshold_warning: 0.92
    growth_weight: 1.0
    radar_frequency_months: 3
    cortisol_critical_threshold: 0.35
    pii_handling: strict_only

  research:
    coverage_threshold: 0.50
    dor_threshold: 5
    checkpoint_interval_h: 4
    rfc_threshold_components: 10
    pipeline_phases_min: 5
    tdd_order_enforced: false
    skill_router_min_similarity: 0.70
    mirror_min_traces: 20
    coverage_threshold_warning: 0.40
    growth_weight: 0.5
    radar_frequency_months: 6
    cortisol_critical_threshold: 0.80

Changing a profile's value

Requires ADR. Every change logged. Quarterly review of profile fitness vs reality.

Cross-references

  • PROJECT-EPIGENETICS (sibling)
  • CONSTITUTION — contextual rules consumer
  • ADR (C2 template) — formalize changes