-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathACTION_TRACKER.csv
More file actions
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 13 columns, instead of 15 in line 4.
15 lines (15 loc) Β· 4.26 KB
/
Copy pathACTION_TRACKER.csv
File metadata and controls
15 lines (15 loc) Β· 4.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
id,priority,type,title,file,description,assignee,due_date,status,last_reviewed,follow_up_date,follow_up_note,resolution
1,P0,BUG,V12_HEBBIAN ablation bypass,config/verification.json:105,Ablation test creates fresh engine instead of factory ablated one β verification bypassed,dancinlife,2026-04-17,RESOLVED,2026-04-16,2026-04-17,Verify factory wiring fix passes ablation suite,Two-scenario test added in ready/bench/bench.py:_verify_hebbian β factory-ablated instance + adversarial kill-switch (baseline ratio >= 1.0 AND no_hebbian ratio < 1.0); V12 promoted rubber_stamp -> genuine_hard; ossified at shared/incidents/inc_20260416_v12_hebbian.json
2,P1,TEST,conscious_memory empty assertions,tests/test_conscious_memory.hexa,All 10 test cases have TODO[assert] with no actual assertions β tests pass vacuously,dancinlife,2026-04-18,RESOLVED,2026-04-16,2026-04-18,Verify 10/10 PASS with 27 real assertions,P1 agent added 27 real assertions across 10 cases β 10/10 PASS vacuous=0
3,P2,STUB,expand_instruct_ko stubs,scripts/expand_instruct_ko.hexa,"quality_filter, dedup_hash, convert_sample are print-only stubs β data pipeline non-functional",dancinlife,2026-04-19,RESOLVED,2026-04-16,2026-04-19,Verify ALM A1 data feed,P2 agent implemented 3 functions 91 LOC β 10/10 PASS ALM A1 data feed unblocked
4,P3,DEPRECATION,Legacy W engines still importable,anima-hexad/w/legacy/__init__.hexa,Deprecated legacy W engines still importable β gate or remove,dancinlife,2026-04-21,RESOLVED,2026-04-16,2026-04-21,Verify no imports break,Deleted anima-hexad/w/legacy/ (CosineW/ConstantW stubs, 20 LOC, no active importers); updated w/__init__.hexa comment to note removal
5,P4,PORT,hexad 6 module ports incomplete,anima-hexad/hexad.hexa,"Incomplete ports: constants, model, narrative, emergent_s/m/w/e",dancinlife,2026-04-23,RESOLVED,2026-04-16,2026-04-23,Verify 5/5 forward+backward contract,P4 agent ported 6 modules β tests/test_hexad_forward.hexa 5/5 PASS (dim/CDESM/determinism/latency/loss+grad_norm)
6,P4,PORT,hexad model pytorch TODOs,anima-hexad/model.hexa,25+ TODO[pytorch] lines β forward/backward pass and training loop commented out,dancinlife,2026-04-23,RESOLVED,2026-04-16,2026-04-23,Verify TODO[pytorch] cleared,25 TODO[pytorch] β 0 (sole remaining match is comment describing the port itself); forward+backward pass implemented in pure hexa per test_hexad_forward T5 (loss+grad_norm finite)
7,P5,EXPERIMENT,unified_16lens re-measure,experiments/unified_16lens_acceleration_scan.hexa:6,Re-measure TODO,dancinlife,2026-04-30,OPEN,2026-04-16,2026-04-30,Re-run measurement after core stabilizes,
8,P5,EXPERIMENT,law_landscape TODOs,experiments/law_landscape.hexa,"3 TODOs: embed, synergy, causal",dancinlife,2026-04-30,OPEN,2026-04-16,2026-04-30,Implement embed/synergy/causal analysis,
9,P5,EXPERIMENT,acceleration_consciousness_fusion TODOs,experiments/acceleration_consciousness_fusion.hexa,"2 TODOs: topology, fusion",dancinlife,2026-04-30,OPEN,2026-04-16,2026-04-30,Implement topology and fusion logic,
10,P5,EXPERIMENT,adaptive_selection TODOs,experiments/adaptive_selection.hexa,"3 TODOs: selection, exploit/explore, Thompson",dancinlife,2026-04-30,OPEN,2026-04-16,2026-04-30,Implement selection strategies,
11,P5,EXPERIMENT,discover_laws_wave3 TODOs,experiments/discover_laws_wave3.hexa,"5 TODOs: FFT, removal, asymmetry, causal, optimal",dancinlife,2026-04-30,OPEN,2026-04-16,2026-04-30,Implement 5 analysis methods,
12,P5,EXPERIMENT,acceleration_h1_h6 TODOs,experiments/acceleration_h1_h6.hexa,"6 TODOs: expansion, frozen, approximation, transfer, 1-bit Adam, sequences",dancinlife,2026-04-30,OPEN,2026-04-16,2026-04-30,Implement 6 optimization techniques,
13,P0,PROCESS,Enforce adversarial fail-case per verification criterion,config/verification.json,Any rubber_stamp criterion must include an adversarial scenario expected to FAIL β CI must enforce,dancinlife,2026-04-20,OPEN,2026-04-16,2026-04-20,Add adversarial cases to CI gate,
14,P1,PROCESS,Ban vacuous tests in CI,CI lint config,Add lint pass rejecting test functions with no assertions (only comments/TODOs),dancinlife,2026-04-20,PARTIAL,2026-04-16,2026-04-20,Wire scripts/lint_vacuous_tests.hexa to pre-commit or ci.yml,scripts/lint_vacuous_tests.hexa exists (scans 233 files/1685 fns β flags 4 ERROR + 14 WARN) but NOT wired to any hook/CI β manual invocation only