docs: add action-resolution boundary slice report

This commit is contained in:
2026-09-05 21:51:43 +04:00
parent f6d7b05161
commit 6a402bf556
@@ -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
```