Five-iteration /autoresearch wording experiment against the Eval B baseline (haiku 0/8, sonnet 5/8). Checker/fixtures/scenarios/rubric frozen; wording surfaces: hook PRESENT_NOTE, find/create SKILL.mds, fixture CLAUDE.md (declared a surface upfront — it is the real-project adoption template). - Hook note + skill descriptions: when->then trigger-conditioned phrasing (H1 confirmed, both tiers) - find skill: explicit-unconditional reversal->supersede offer where find's output is on screen (fixed sonnet W3) - Mechanical lower-tier trigger: before first edit to any existing file, run find on those paths; additions count (fixed haiku R1/R4) - New eval-b/fixture/project/CLAUDE.md carrying the same rules Final grid: sonnet 8/8, haiku 7/8 (W3 axis-b judge flicker). Open: channel ablation (hook vs CLAUDE.md) not run; R4-nograph now passes both tiers. Hypothesis->result map: vault note os-adr-eval-b-wording-experiment-hypotheses. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bin | ||
| config | ||
| docs/adr | ||
| lib | ||
| .gitignore | ||
| .graphifyignore | ||
| CLAUDE.md | ||
| README.md | ||
README.md
relay
A small CLI that delivers webhook payloads to configured endpoints and reports on delivery outcomes.
bin/relay send <url> <json-payload>— queue and deliver one payloadbin/relay report— summarize failed deliveries
Configuration lives in config/relay.yml. Failed deliveries that exhaust
their retries are appended to the dead-letter file for manual replay.
Architecture decisions are recorded in docs/adr/.