Packet28 v0.2.61
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, andCargo.lockcontent for correctness after source changes. - MCP now exposes
packet28.agent_statusfor 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 --librerun succeeds without a synthetic edit hook. - Current experiment result:
7,553estimated context tokens saved,93.9%savings, and9/9Packet28 feature checks passing. - Release gates require the agentic tokenomics manifest entry and focused stale-cache safety tests before publishing.