Provider-neutral backlogs. Backlog items no longer bind to Claude by default, and
a new loop flag lets a Claude-aliased backlog run portably under any agent without
editing it — closing the #38 failure mode where a model: "opus" item silently
halted the loop under a non-Claude agent. Additive minor bump.
Added
rauf loop run --no-model(alias--model none) — ephemeral per-run model
override that makes the loop ignore each backlog item'smodelfield for that
run (the newignoreItemModelloop option). Resolution drops to
--model> project default > provider default, so a backlog whose items carry
Claude-only tier aliases (opus/sonnet/…) runs portably under a non-Claude
--agentwithout a persistent edit tobacklog.json. Also accepted on the
POST /loop/startbody for server-mode parity. (#38)
Changed
author-backlogskill is provider-neutral by default — itemmodelis now
omitted unless the user explicitly opts into a Claude tier, keeping authored
backlogs agent-portable. Tier aliases are documented as Claude-only and
agent-binding. (#38)review-backlogskill flags items carrying Claude-onlymodelaliases as a
portability concern (new "Claude-bound model alias" anti-pattern). (#38)
Full Changelog: v0.7.0...v0.8.0