Commit Graph

3 Commits

Author SHA1 Message Date
a056ea278b docs(harness): add standard operating procedure and finalize Bug #597 analysis
- STANDARD_OPERATING_PROCEDURE.md: 196-line SOP for all development work
  Init → Plan → Implement → Verify → Cleanup → Review
- Bug #597 full chain verification: 6/6 rings passed
- Update PROGRESS.md with Session 003 record
- All future work follows this SOP
2026-05-28 15:16:22 +08:00
4a1ea0ee3f feat(harness): add quality gates automation script check.sh
- Add .harness/check.sh: one-command quality gates (7 checks, L1-L3)
  L1: mvn compile
  L2: file existence, JSON validity, mapper structure
  L3: secret leak detection
- Update feature_list.json: mark harness-002 done, add harness-003
- Update PROGRESS.md with Session 002 record
- All 7 gates passed: 
2026-05-28 15:09:04 +08:00
1396e4b4d2 feat(harness): integrate walkinglabs 5-subsystem model with templates
- Add .harness/ directory with 6 templates:
  init.sh (unified startup entry)
  PROGRESS.md (session progress tracking)
  feature_list.json (machine-readable feature status)
  clean-state-checklist.md (end-of-session cleanup)
  session-handoff.md (cross-session handoff)
  evaluator-rubric.md (review scoring)
- Update AGENTS.md: 5-subsystem model (Instruction/Tools/Environment/State/Feedback)
- Add Init-Plan-Implement-Verify-Cleanup workflow cycle
2026-05-28 15:05:20 +08:00