chore(T9964): v5.98 follow-ups — real briefing diet + ferrous-forge fix + release-prepare.yml#459
Merged
Merged
Conversation
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three honest follow-ups from T9964 E-ORIENT-V2 v5.97 ship validation:
Part 1: REAL briefing diet (T9974 AC1 was missed — 2367 tokens, target ≤1000)
peerLearnings/decisionsstripped to{id, insight/decision preview, createdAt, _next.fetch}in default mode; capped at 3 entries eachmemoryContext.recent*title fields truncated to 80 charsrelatedDocsnow fetchesslug+typeviagetExtras(); entries without a slug are dropped (useless to a fresh agent)blockedTasks/activeEpicscapped at 3 with 60-char title truncationlastSession.handoffstrips empty arrays--memory-detailCLI flag /memoryDetailparam restores full text fieldsgetExtrasSessionBriefingShowParams.memoryDetailadded to contractsPart 2: ferrous-forge pre-commit no longer blocks releases (Option A)
packages/cleo/test/fixtures/release-test-rust-crate/Cargo.toml: edition 2021→2024, rust-version 1.88 added,[lints.*]sections added--no-verifyPart 3:
.github/workflows/release-prepare.ymladded (closes T9781)workflow_dispatchwithversioninput (e.g.v2026.5.99)release/<version>-shipbranch from mainpackage.jsonfiles +Cargo.tomlworkspace version@cleocode/*numeric dep refs in workspace packages.cleo/release/<version>.plan.jsonfor epic title (if present)cleo release open v2026.5.99works end-to-endTest plan
--no-verify(ferrous-forge fix validated)release-prepare.ymlYAML syntax validated with python3 yaml parser🤖 Generated with Claude Code