Skip to content

v0.1.7

Choose a tag to compare

@baskduf baskduf released this 02 Jun 10:47
· 84 commits to main since this release
94e416b

Summary

  • Added deterministic behavior check gate-placement guidance across harness review, refresh, adoption, generic AGENTS, and verification checklist workflows.
  • Added ADR and failure memory for deterministic product-behavior checks that remain focused/manual without gate-placement review.
  • Added adoption report gate-placement fields and examples for normal, focused, and manual verification paths.
  • Extended check_effectiveness_plan.py and the generic template copy to validate adoption report gate-placement fields, including exact heading matching and wrapped/nested field values.

Validation

  • python3 -m unittest discover -s tests -> 77 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_decision_memory.py scripts/harness_doctor.py templates/generic/scripts/check_effectiveness_plan.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_decision_memory.py
  • python3 scripts/harness_doctor.py --target . -> 100/100
  • git diff --check
  • git diff --cached --check