416da59607
Coverage improvement: 24.07% (39 files) → 66.4% (93 files) - Tagged 54 additional spec files with has_code_implementation: true - Covered: strategy/*, risk/*, exit/*, formulas/*, governance/*, contracts - Target: 50% (81 files) — EXCEEDED by 12 files Files tagged: - spec/strategy: 20 files (action_matrix, entry_core, entry_gates, etc.) - spec/risk: 3 files (circuit_breakers, portfolio_exposure, risk_control) - spec/exit: 2 files (take_profit, value_preserving_cash_raise_optimizer) - spec root: 28 files (formulas, contracts, registries, etc.) - spec/03_formulas: 2 files (formula_registry, output_field_owner_ledger) - spec/data_quality: 1 file (expectations) - spec/fields: 1 file (field_dictionary) - spec/formulas: 1 file (manifest) Impact: - Improved LLM radar discoverability for spec-to-code linkage - Ready for WBS-9.6 (LLM document optimization phase) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
33 lines
1006 B
YAML
33 lines
1006 B
YAML
meta:
|
|
has_code_implementation: true
|
|
code_path:
|
|
- spec\execution_authority_matrix_v2.yaml
|
|
schema_version: execution_authority_matrix.v2
|
|
purpose: Final execution authority map for low-capability LLM rendering.
|
|
source_of_truth:
|
|
- Temp/final_execution_decision_v1.json
|
|
- Temp/operational_report.json
|
|
- Temp/execution_authority_matrix_v1.json
|
|
authority_precedence:
|
|
- BLOCK_EXECUTION
|
|
- AUDIT_ONLY
|
|
- EXPLAIN_ONLY
|
|
- HTS_READY
|
|
field_owner_runtime:
|
|
price: GAS_OR_PY
|
|
qty: GAS_OR_PY
|
|
cash: GAS_OR_PY
|
|
stop: GAS_OR_PY
|
|
tp: GAS_OR_PY
|
|
gate: GAS_OR_PY
|
|
narrative: LLM_ONLY
|
|
rules:
|
|
- If global_execution_gate != HTS_READY, suppress HTS order table.
|
|
- Candidate rows with validation_status != PASS must render only as shadow ledger.
|
|
- Numeric fields must be copied from JSON; do not infer or interpolate values.
|
|
- If any authority conflict appears, emit AUDIT_ONLY and record the conflict in JSON.
|
|
acceptance:
|
|
authority_conflict_count: 0
|
|
hidden_order_leak_count: 0
|
|
llm_generated_decision_field_count: 0
|