운영 하네스 문서화

This commit is contained in:
2026-06-18 01:47:50 +09:00
parent 782fe74578
commit 3afca069df
15 changed files with 120 additions and 80 deletions
+11
View File
@@ -16,6 +16,17 @@ Review priority:
`alpha_lead_table`, `anti_distribution_table`, `profit_preservation_table`, `smart_cash_raise_table`, `execution_quality_table`.
10. Verify `routing_serving_trace` appears before `QEH_AUDIT_BLOCK`, and both appear before `concise_hts_input_sheet`.
## Default Completion Harness
Do not treat a task as complete unless the change is evidenced in all four forms:
1. YAML or contract evidence in `spec/` or `governance/`
2. Canonical code evidence in `src/` or `tools/`
3. Concrete data/artifact evidence in `Temp/`, `GatherTradingData.xlsx`, `GatherTradingData.json`, or `runtime/`
4. Reproducible validation evidence from command output or generated validation artifacts
If any one of the four is missing, call out the task as incomplete.
Return findings first, ordered by severity.
If no findings exist, state that explicitly and list residual risks or missing tests.