Commit d5b1e8f
committed
docs(agents): show the control search, not just require it
The prose demanded a control string and the example showed only the
positive search, which makes the control read as optional advice. It is
the load-bearing half: without it a broken search is indistinguishable
from a stale binary, and that is not hypothetical — `strings … | grep`
in Git Bash produced five confident false negatives earlier in this PR,
including against the helper that does contain the change.
Both commands now appear, with the repository-root path, and the fence
is tagged. Outcomes measured against the two helpers the section is
about rather than reasoned about: stale gives no match then HIT, current
gives HIT twice.1 parent d1f0525 commit d5b1e8f
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
| 99 | + | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | | - | |
| 103 | + | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| |||
0 commit comments