consciousness/src
Kent Overstreet 90d60894ed config-driven context loading, consolidate hooks, add docs
Move the hardcoded context priority groups from cmd_load_context()
into the config file as [context.NAME] sections. Add journal_days
and journal_max settings. The config parser handles section headers
with ordered group preservation.

Consolidate load-memory.sh into the memory-search binary — it now
handles both session-start context loading (first prompt) and ambient
search (subsequent prompts), eliminating the shell script.

Update install_hook() to reference ~/.cargo/bin/memory-search and
remove the old load-memory.sh entry from settings.json.

Add end-user documentation (doc/README.md) covering installation,
configuration, all commands, hook mechanics, and notes for AI
assistants using the system.

Co-Authored-By: ProofOfConcept <poc@bcachefs.org>
2026-03-05 15:54:44 -05:00
..
bin config-driven context loading, consolidate hooks, add docs 2026-03-05 15:54:44 -05:00
neuro neuro: split into scoring, prompts, and rewrite modules 2026-03-05 10:24:05 -05:00
store config file, install command, scrub personal references 2026-03-05 15:41:35 -05:00
audit.rs digest: split into focused modules, externalize prompts 2026-03-03 17:18:18 -05:00
config.rs config-driven context loading, consolidate hooks, add docs 2026-03-05 15:54:44 -05:00
consolidate.rs migrate agent output to capnp store, add provenance tracking 2026-03-05 15:30:57 -05:00
daemon.rs config-driven context loading, consolidate hooks, add docs 2026-03-05 15:54:44 -05:00
digest.rs migrate agent output to capnp store, add provenance tracking 2026-03-05 15:30:57 -05:00
enrich.rs migrate agent output to capnp store, add provenance tracking 2026-03-05 15:30:57 -05:00
fact_mine.rs config file, install command, scrub personal references 2026-03-05 15:41:35 -05:00
graph.rs graph: extract current_metrics() from health_report 2026-03-05 10:24:12 -05:00
knowledge.rs config file, install command, scrub personal references 2026-03-05 15:41:35 -05:00
llm.rs migrate agent output to capnp store, add provenance tracking 2026-03-05 15:30:57 -05:00
lookups.rs add daily lookup counter for memory retrieval tracking 2026-03-03 18:36:25 -05:00
main.rs config-driven context loading, consolidate hooks, add docs 2026-03-05 15:54:44 -05:00
migrate.rs types: unify all epoch timestamps to i64 2026-03-05 10:23:57 -05:00
query.rs migrate agent output to capnp store, add provenance tracking 2026-03-05 15:30:57 -05:00
search.rs split capnp_store.rs into src/store/ module hierarchy 2026-03-03 12:56:15 -05:00
similarity.rs query: rich QueryResult + toolkit cleanup 2026-03-03 12:07:04 -05:00
spectral.rs spectral decomposition, search improvements, char boundary fix 2026-03-03 01:33:31 -05:00
util.rs replace libc date math with chrono, extract memory_subdir helper 2026-03-03 17:23:43 -05:00