consciousness/src/store
ProofOfConcept d068d60eab ops: decay only persists nodes whose weight actually changed
Previously decay() wrote all nodes to the append log on every run,
even if their weight was unchanged (factor of 1.0 or negligible
delta). Now only nodes with meaningful weight change get version
bumped and persisted.

Also simplified: near-prune clamping now happens inline instead of
in a separate pass.
2026-03-05 10:24:18 -05:00
..
mod.rs store: split mod.rs into persist.rs and ops.rs 2026-03-03 16:40:32 -05:00
ops.rs ops: decay only persists nodes whose weight actually changed 2026-03-05 10:24:18 -05:00
parse.rs split capnp_store.rs into src/store/ module hierarchy 2026-03-03 12:56:15 -05:00
persist.rs store: split mod.rs into persist.rs and ops.rs 2026-03-03 16:40:32 -05:00
types.rs types: unify all epoch timestamps to i64 2026-03-05 10:23:57 -05:00
view.rs split capnp_store.rs into src/store/ module hierarchy 2026-03-03 12:56:15 -05:00