Skip to content

v0.1.8

Choose a tag to compare

@baskduf baskduf released this 03 Jun 06:27
· 76 commits to main since this release

Summary

  • Hardened failure-memory verification so failure records must point to concrete detection or prevention evidence instead of non-committal future checks.
  • Added scripts/check_failure_memory.py and kept the generic template copy aligned.
  • Extended adoption and effectiveness report checks to validate failure-memory linkage, concrete path references, and failure-memory fields.
  • Added root package.json script existence validation for npm, pnpm, yarn, and bun run <script> references.
  • Documented the Today Bus Next.js dogfood target alongside the Django dogfood target.

Validation

  • python3 -m unittest discover -s tests -> 115 OK, 1 skipped
  • python3 -m py_compile scripts/apply_harness.py scripts/check_docs_drift.py scripts/check_structure.py scripts/check_encoding_hygiene.py scripts/check_effectiveness_plan.py scripts/check_failure_memory.py scripts/check_decision_memory.py scripts/harness_doctor.py
  • python3 scripts/check_docs_drift.py
  • python3 scripts/check_structure.py
  • python3 scripts/check_encoding_hygiene.py
  • python3 scripts/check_effectiveness_plan.py
  • python3 scripts/check_failure_memory.py
  • python3 scripts/check_decision_memory.py
  • python3 scripts/harness_doctor.py --target . -> 100/100
  • git diff --check
  • git diff --cached --check