Commit 3e90c49
docs(bot-directives): add echidnabot mode directive (Phase 7)
Echidnabot's mode resolver cascade reads target-repo directives at
.machine_readable/bot_directives/echidnabot.a2ml and overrides the DB
column. Echidna's directive declares Regulator mode with a 90% coverage
threshold:
- Mode = regulator (echidna's proof contracts are downstream-binding —
proven-servers, vcl-ut, echidnabot itself depend on them).
- Threshold = 90 (per repository.regulator_coverage_threshold) leaves a
small flake budget. With 113 prover backends in the matrix, a single
prover-binary install hiccup or transient ECHIDNA unavailability
shouldn't block the merge gate when the rest is solid.
Implemented directive surface:
- [bot] mode = "regulator"
- [regulator] coverage-threshold = 90
- [notes] documenting the directive's role + sunset condition.
This is read by echidnabot/src/modes/directives.rs::parse_a2ml_directive
+ resolve_mode (commit 1b86ed5 in echidnabot). Pre-cascade, echidna
implicitly used echidnabot's daemon-wide default; post-cascade, this
directive takes precedence.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ca7a606 commit 3e90c49
1 file changed
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments