Skip to content

Packet28 v0.2.62

Latest

Choose a tag to compare

@usharma123 usharma123 released this 19 May 13:29

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:line regions in compact hook grep summaries, including Bash PostTool captures.
  • Kept explicit MCP read_regions ranges inline so agents do not need an extra artifact fetch for requested lines.
  • Compacted fetched search artifacts to path:line:text content 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 packet28d once per test process.

Evidence

  • cargo test --workspace --all-targets
  • Hook benchmark validation: 95.0% eligible weighted mean reduction, live integrity 5/5.
  • Native MCP benchmark validation: 85.7% eligible mean reduction, artifact fetch 3/3, fetched search artifacts use path:line:text.
  • Agentic tokenomics: 91.5% slim-context savings, 76.6% with optional artifacts included, 9/9 feature checks.
  • Codex autofix dry-run prompt generation and script syntax validation passed.