consciousness/src/thought
Kent Overstreet d921e76f82 increase context budget: 80% window, 15% journal, no double reserve
Context was too aggressively trimmed — 80% free after compaction.
Budget was 60% of window minus 25% reserve = only 45% usable.

Now: 80% of window for total budget (20% output reserve built in),
no extra reserve subtraction. Journal budget 5% → 15% to carry
more context across compactions.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-02 22:53:54 -04:00
..
bash.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
context.rs increase context budget: 80% window, 15% journal, no double reserve 2026-04-02 22:53:54 -04:00
edit.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
glob_tool.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
grep.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
memory.rs Split journal tools from default definitions, expose to all for now 2026-04-01 15:12:14 -04:00
mod.rs add memory importance scoring via prompt logprobs 2026-04-02 22:13:55 -04:00
read.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00
training.rs fix scoring: HTTP error checking, context refresh, chunk logging 2026-04-02 22:47:44 -04:00
write.rs thought: create shared cognitive substrate module 2026-03-27 15:22:48 -04:00