Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:22 +08:00
commit fab98d059b
179 changed files with 46209 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Automate Evidence Capture
**Principle**: Every iteration should capture complexity and coverage metrics via a single command to keep BAIME evaluations trustworthy.
**Implementation**: Iteration 2 introduced `scripts/capture-mcp-metrics.sh`, later surfaced through `make metrics-mcp` (iteration-3.md). Running the target emits timestamped gocyclo and coverage reports under `build/methodology/`.
**Benefit**: Raises V_meta_effectiveness by eliminating manual data gathering and preventing stale metrics.