chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-07 02:02:16 +00:00
parent 50ca8aa0f8
commit 9743b7c263
39 changed files with 74 additions and 73 deletions
@@ -591,7 +591,6 @@ grep -c '^| [0-9]' quality/PROGRESS.md
find quality/code_reviews -name "*.md" -size +500c | wc -l # should be >= 1
find quality/spec_audits -name "*triage*" -size +500c | wc -l # should be >= 1
```
```
**Baseline vs with-docs comparison pattern:** Run the skill twice on the same repo — once without supplemental docs, once with a `reference_docs/` folder containing project history. Compare: requirement count, scenario count, bug count, and pipeline completion. The with-docs run should produce equal or more requirements and equal or more bugs. If the baseline outperforms the with-docs run on bug detection, that's a finding about the docs quality, not a skill failure.
@@ -208,7 +208,6 @@ This prevents the failure mode observed in v1.3.4 where express and zod silently
Save audit reports to `quality/spec_audits/YYYY-MM-DD-[model].md`
Save triage summary to `quality/spec_audits/YYYY-MM-DD-triage.md`
```
## The Four Guardrails (Critical for All Auditors)