Loki Mode v7.21.0
Immutable
release. Only release title and notes can be modified.
Added
- AGENTS.md support. Loki now points the agent at
AGENTS.mdin the repository
root for build, test, and style conventions, falling back toCLAUDE.mdwhen
AGENTS.md is absent (nearest-file-wins, never merged). AGENTS.md is the
emerging cross-tool agent-config standard (read by Claude Code, Codex, Cursor,
Aider, and others), so repos that adopt it now drive Loki without a
Loki-specific config. The instruction line is byte-identical across the bash
and Bun routes; the layered project-graph walker (autonomy/lib/project-graph.sh)
prefers AGENTS.md over CLAUDE.md at each directory layer. Three new tests cover
the walker precedence, prompt emission, and cross-route byte-parity.
Fixed
- Dual-route parity: the Bun route's no-PRD
CODEBASE_ANALYSIS_MODEinstruction
was still the pre-v7.8.1 short prompt while the bash route had the v7.8.1
three-pass version. The byte-exact fixture corpus masked this because both the
Bun constant and the gold fixtures held the same stale string. The Bun
ANALYSIS_INSTRUCTIONis now byte-identical to the bash route, and the no-PRD
fixtures were regenerated from the canonical bash output. No fixtures are
suppressed (KNOWN_FAILING_FIXTURESstays empty); parity is genuinely green.