Skip to content

v2.5.0: audit-rename, owner-interrupt kill-tests, trimmed context

Choose a tag to compare

@lacvietanh lacvietanh released this 19 Aug 02:38
· 17 commits to master since this release

Added

  • agent.A3 kill-tests: three checks every candidate owner question must survive before it reaches the user — impact, already-authorized, silence-is-not-contradiction (reversibility stays the existing fourth). Evidence: a real council run escalated four self-answerable questions, each killed by one of these tests.
  • coding.B3 hand-off ledger: one deduped batch of human-run checks per run, not one per phase.
  • README.md gains a Usage model section mapping each working-day moment to its entry point.
  • agent.A3 ask-protocol: analyze first, then ask in plain, everyday language.

Changed

  • Audit METHOD files renamed audit-first: METHOD-flow-audit.md -> METHOD-audit-flow.md, METHOD-zero-trust-audit.md -> METHOD-audit-zero-trust.md, METHOD-subtraction-audit.md -> METHOD-audit-subtraction.md. Topic addresses (flow/zero-trust/subtract) unchanged.
  • akiflow Step 4 and the aki-judge/aki-challenger agents trimmed to pure pointers at the new kill-tests rule instead of restating it.
  • install.py sets akihelp to name-only by default (0 lifetime invocations across 461 startups).
  • payload/index.md trimmed ~2.3k chars of always-resident session context — the three core-file manifest rows collapsed to a fixed pointer; Project binding and Change policy moved to README.md.

Full Changelog: 2.4.2...2.5.0