diff --git a/docs/reports/2026-09-05-action-resolution-boundary.md b/docs/reports/2026-09-05-action-resolution-boundary.md index 1dd12d2..8ed1beb 100644 --- a/docs/reports/2026-09-05-action-resolution-boundary.md +++ b/docs/reports/2026-09-05-action-resolution-boundary.md @@ -124,6 +124,12 @@ No ambiguity uncovered. The boundary is clean: The eval harness `Reach()` now uses the same `ResolveActionCandidate` function, eliminating the previous duplication. -## 11. Commit hash +## 11. Commit hashes -Pending. +Three commits, split to stay under the 300-line pre-commit cap: + +``` +f6d7b05 mavend: add action-resolution regression tests +025f81e mavend: wire resolveAction into actionAct +064747f router: add ActionCandidate type and ResolveActionCandidate +```