[codex] Prepare briefprint 0.4.0 release hygiene#19
Conversation
There was a problem hiding this comment.
Code Review
This pull request bumps the version of the document-briefing-cache package and the briefprint skill from 0.3.1 to 0.4.0 across all configuration files, source code, and tests. It also updates the skill description in SKILL.md to be more descriptive, adjusts the maximum description length constraint in the tests from 260 to 320 characters, and documents the changes in the changelog. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
43f3bce to
e9bdb6f
Compare
|
Self-review summary:
Checked scope: PR only includes the changelog, 0.4.0 version sync, SKILL.md description/cap update, matching validator/test expectations, and mirrored agent metadata. README benchmark numbers were re-run locally and still match the documented values. Validation reviewed:
Remaining release work is post-merge only: create the |
Summary
Why
The prior 260-character description cap forced terse wording and left no room for routing clarity. The recent briefprint rebrand, installable bundle path, cache explain output, incident lifecycle demo, sensitive alias, secret redaction, Korean README, and metadata cleanup are better represented as a minor 0.4.0 release than a patch-only update.
Impact
SKILL_VERSIONis part of the document-summary cache key. After upgrading to 0.4.0, prior 0.3.x document-summary cache entries are treated as misses at the release boundary.Validation
PYTHONPATH=src python -m pytest -q-> 164 passed, 2 skippedPYTHONPATH=src python scripts/validate_skill.py-> OKgit diff --check origin/main...HEAD-> clean