consciousness/scripts
ProofOfConcept 71e6f15d82 spectral decomposition, search improvements, char boundary fix
- New spectral module: Laplacian eigendecomposition of the memory graph.
  Commands: spectral, spectral-save, spectral-neighbors, spectral-positions,
  spectral-suggest. Spectral neighbors expand search results beyond keyword
  matching to structural proximity.

- Search: use StoreView trait to avoid 6MB state.bin rewrite on every query.
  Append-only retrieval logging. Spectral expansion shows structurally
  nearby nodes after text results.

- Fix panic in journal-tail: string truncation at byte 67 could land inside
  a multi-byte character (em dash). Now walks back to char boundary.

- Replay queue: show classification and spectral outlier score.

- Knowledge agents: extractor, challenger, connector prompts and runner
  scripts for automated graph enrichment.

- memory-search hook: stale state file cleanup (24h expiry).
2026-03-03 01:33:31 -05:00
..
bulk-categorize.py scripts: use capnp store instead of reading markdown directly 2026-02-28 23:32:47 -05:00
call-sonnet.sh poc-memory v0.4.0: graph-structured memory with consolidation pipeline 2026-02-28 22:17:00 -05:00
consolidation-agents.py scripts: use capnp store instead of reading markdown directly 2026-02-28 23:32:47 -05:00
consolidation-loop.py scripts: use capnp store instead of reading markdown directly 2026-02-28 23:32:47 -05:00
content-promotion-agent.py delete superseded Python scripts 2026-03-01 00:13:03 -05:00
daily-check.sh poc-memory v0.4.0: graph-structured memory with consolidation pipeline 2026-02-28 22:17:00 -05:00
fact-mine.py spectral decomposition, search improvements, char boundary fix 2026-03-03 01:33:31 -05:00
knowledge-agents.py spectral decomposition, search improvements, char boundary fix 2026-03-03 01:33:31 -05:00
knowledge-loop.py spectral decomposition, search improvements, char boundary fix 2026-03-03 01:33:31 -05:00
retroactive-digest.py scripts: use capnp store instead of reading markdown directly 2026-02-28 23:32:47 -05:00
store_helpers.py scripts: use capnp store instead of reading markdown directly 2026-02-28 23:32:47 -05:00