Skip to content

v0.1.15 — raise section limits

Choose a tag to compare

@justi justi released this 24 Apr 07:47
· 21 commits to main since this release
639d974

Real-use feedback on armillary exposed that the prompt's up to 5 INVARIANTS cap was artificial aesthetics, not a real budget limit. armillary has 9 canonical architectural rules (ADR 0001); agent was forced to drop 4.

Changes:

  • DIFFERENTIATORS: up to 5 → up to 7
  • INVARIANTS: up to 5 → as many as matter (typically 3-10), with explicit project-size heuristic
  • GOTCHAS: 3-5 → as many as matter (typically 3-7)
  • New guidance: real hook cap is 10,000 chars — don't self-censor when content warrants

Running revive suggest on rich-architecture projects now covers ALL canonical rules instead of a 5-item shortlist.

102/102 bats tests pass.