Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/agentctx/src/hooks/digest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const SESSION_START_MAX_TOKENS = 1500;
/**
* Digest sections in priority order. Truncation drops from the bottom of
* this list (SPEC §4): profile ~200t, decisions ~500t, handover ~400t,
* reinforced global preferences ~200t, MCP index hint ~100t. The per-section
* reinforced global preferences ~200t, MCP index hint ~100t, drift hint ~60t. The per-section
* targets are honored at digest *build* time; composition here only enforces
* the total.
*/
Expand Down
Loading