Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
edfd3b9
Add v3.44-Trained SUT + 60-step training + 18/26 pass audit
cursoragent Apr 20, 2026
f0d6ddd
Runner update: 4.23/4.24/4.25 v3.45 metrics + axis-coverage + determi…
cursoragent Apr 20, 2026
d2e6d1c
De-overfit 4.22/4.23/4.24; audit on v3.44-Trained ckpt: 19/26 pass (s…
cursoragent Apr 20, 2026
b7e6258
v3.47: mechanism-1 diagnostic in 4.24 reveals frozen Qwen pool > lear…
cursoragent Apr 20, 2026
00a8630
v3.48 stacked mechanisms 1+2+3+4: 120-step train + audit = 19/26 (pre…
cursoragent Apr 21, 2026
1b75cfe
v3.49: revert 4.24 runner fallback, enforce context_descriptor substi…
cursoragent Apr 21, 2026
27fe016
v3.44 rewrite: A attn-pool ctx encoder / B residual-dominant tail / C…
cursoragent Apr 21, 2026
83670a4
v3.44 rewrite: restore DirectionTree.max_depth and leaf_size_violatio…
cursoragent Apr 21, 2026
96412de
v3.44 rewrite audit: 18/26 pass under v3.49 runner, fresh init (no ckpt)
cursoragent Apr 21, 2026
0036f11
v3.45: implement plan #1 (revert B) and #3 (refresh rare_keywords on …
cursoragent Apr 21, 2026
aa23278
v3.45 audit: 20/26 pass (+2 vs v3.44-rewrite 18/26, +1 vs v3.48 19/26)
cursoragent Apr 21, 2026
2492dfe
v3.45 cond-buffer: fix 4.23 diagnostic-buffer aliasing
cursoragent Apr 21, 2026
fc473d1
v3.45 cond-buffer audit: 21/26 pass (+1 vs v3.45 revertB/refreshD, no…
cursoragent Apr 21, 2026
e2124e3
v3.46: revert [E] top1-exclusive content_bias
cursoragent Apr 21, 2026
22edc70
v3.46 audit: 21/26 pass, same as v3.45-cond-buffer
cursoragent Apr 21, 2026
52b9478
Add SPRINT_CLOSEOUT_v3.46.md: context handoff to GPU-enabled agent
cursoragent Apr 21, 2026
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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
__pycache__/
ckpt/*.pt
2,777 changes: 5 additions & 2,772 deletions AgentMemorySystem.py

Large diffs are not rendered by default.

359 changes: 359 additions & 0 deletions SPRINT_CLOSEOUT_v3.46.md

Large diffs are not rendered by default.

Loading