Skip to content

Packet28 v0.2.61

Choose a tag to compare

@github-actions github-actions released this 18 May 20:38
· 18 commits to main since this release

Packet28 v0.2.61

This release makes Packet28 safer and easier for agents to use without custom MCP or hook glue.

Highlights

  • Reducer-runner cache entries are now guarded by workspace fingerprints, so out-of-band edits do not replay stale cached command results.
  • Rust reducer fingerprints include relevant .rs, Cargo.toml, and Cargo.lock content for correctness after source changes.
  • MCP now exposes packet28.agent_status for setup health, active task state, hook config presence, and reducer cache safety.
  • Setup and README guidance now document the one-command setup path and clarify that manual MCP JSON-RPC wrappers are not required after setup.

Evidence

  • The agentic coding tokenomics experiment now proves a post-edit cargo test --lib rerun succeeds without a synthetic edit hook.
  • Current experiment result: 7,553 estimated context tokens saved, 93.9% savings, and 9/9 Packet28 feature checks passing.
  • Release gates require the agentic tokenomics manifest entry and focused stale-cache safety tests before publishing.