Packet28 v0.2.62
This release hardens Packet28's always-on hook path and makes the token-reduction claims easier to audit.
Highlights
- Fixed compact hook grep correctness for basic-regex alternation patterns such as
fn classify\|Mutation. - Preserved actionable
file:lineregions in compact hook grep summaries, including Bash PostTool captures. - Kept explicit MCP
read_regionsranges inline so agents do not need an extra artifact fetch for requested lines. - Compacted fetched search artifacts to
path:line:textcontent instead of verbose nested match JSON. - Reduced MCP first-load overhead by defaulting the tool catalog to the core Packet28 tool set.
- Added Build CI and Codex autofix workflow coverage so failed same-repo CI runs can generate verified draft PRs.
- Hardened daemon-backed search e2e setup by building
packet28donce per test process.
Evidence
cargo test --workspace --all-targets- Hook benchmark validation:
95.0%eligible weighted mean reduction, live integrity5/5. - Native MCP benchmark validation:
85.7%eligible mean reduction, artifact fetch3/3, fetched search artifacts usepath:line:text. - Agentic tokenomics:
91.5%slim-context savings,76.6%with optional artifacts included,9/9feature checks. - Codex autofix dry-run prompt generation and script syntax validation passed.