What to build
The gh reference collector (see #81) returns code excerpts inline into the Runner's context. With unbounded, open-ended discovery there is no cap on how much it returns, which can bloat the Runner's context and its Efficiency numbers.
Decide whether to impose an excerpt token/size budget on what the collector hands back (e.g. a cap stated in the invocation prompt, or a top-N sources limit) and, if so, wire it into the Runner-delta clause.
Undecided — this ticket is to make the decision and, if yes, implement it. Not ready-for-agent until scoped.
Acceptance criteria
Blocked by
What to build
The gh reference collector (see #81) returns code excerpts inline into the Runner's context. With unbounded, open-ended discovery there is no cap on how much it returns, which can bloat the Runner's context and its Efficiency numbers.
Decide whether to impose an excerpt token/size budget on what the collector hands back (e.g. a cap stated in the invocation prompt, or a top-N sources limit) and, if so, wire it into the Runner-delta clause.
Undecided — this ticket is to make the decision and, if yes, implement it. Not
ready-for-agentuntil scoped.Acceptance criteria
Blocked by