feat(pack): session start decision pack injection (GH-334)#340
Merged
Conversation
Add DecisionPack type, build_decision_pack(), and render_decision_pack_md() to edda-pack for querying and rendering active decisions grouped by domain. Wire into dispatch_session_start in edda-bridge-claude to auto-inject active decisions into session context after project state, respecting context budget. Empty packs produce no injection. EDDA_DECISION_PACK_MAX env var controls max items (default 7). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
DecisionPack,DecisionGroup,DecisionSummarytypes andbuild_decision_pack()/render_decision_pack_md()functions toedda-pack(F1)dispatch_session_startinedda-bridge-claude, placed after project state and before truncatable sections (F2)EDDA_DECISION_PACK_MAXenv var (default 7), empty packs produce no injection, respects context budgetTest plan
cargo test -p edda-pack— 9 tests pass (empty pack, grouped domains, max items, render with/without paths/reason, nonexistent repo)cargo clippy --workspace— zero warningscargo fmt --check— cleanDecisionRowimport inedda-packorsession.rsCloses #334
🤖 Generated with Claude Code