Commit graph

9 commits

Author SHA1 Message Date
Kent Overstreet
e6c7b82a0f readme: vllm notes 2026-04-09 20:06:12 -04:00
ProofOfConcept
24560042ea Rewrite README for current state of consciousness
Covers the TUI, configuration, architecture, tools, memory graph,
and all binaries. Replaces the old poc-memory focused docs.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2026-04-09 19:28:26 -04:00
ProofOfConcept
35d925186d consciousness: update hardcoded paths from ~/.claude to ~/.consciousness
- thalamus/src/idle.rs: dream-start.sh path
- src/agent/dmn.rs: telegram/send.sh path

Part of the directory migration to make this an independent project.
2026-03-27 21:32:28 -04:00
ProofOfConcept
2b6c68bab2 update docs to reference ~/.consciousness/ paths
Update README, config example, and all documentation to reference
the new ~/.consciousness/ directory layout instead of ~/.claude/.
2026-03-27 21:30:34 -04:00
Kent Overstreet
d12c28ebcd docs: expand README getting started section
Walk through install, init, hooks setup, daemon start, and basic
usage so someone new to the project can get going from the README
alone.
2026-03-07 13:58:19 -05:00
Kent Overstreet
9e6cf3b830 docs: finish splitting README into component docs
README is now just an overview with links. Component docs:
- docs/memory.md: store design, algorithms, config, CLI reference
- docs/hooks.md: Claude Code integration setup
- docs/daemon.md, docs/notifications.md: from previous commit
2026-03-07 13:57:55 -05:00
Kent Overstreet
908f8c9e52 docs: split README into component docs, update jobkit dep
- Break README into README.md (overview), docs/daemon.md (pipeline
  stages, diagnostics, common issues), docs/notifications.md
  (notification daemon, IRC/Telegram modules)
- Update jobkit dependency from local path to git URL

Co-Authored-By: ProofOfConcept <poc@bcachefs.org>
2026-03-07 13:56:09 -05:00
Kent Overstreet
308fbe4c28 README: rewrite with design overview, notification system, updated config
Document the hippocampus-inspired design (episodic + associative memory,
background consolidation agents, neuroscience-inspired replay/spectral
algorithms). Add full notification system docs (architecture, urgency
levels, activity-aware thresholds, IRC/Telegram modules). Fix config
format to match reality (JSONL, not TOML). Update instructions.md in
the store with notification commands.

Co-Authored-By: ProofOfConcept <poc@bcachefs.org>
2026-03-05 19:26:50 -05:00
Kent Overstreet
f3492e70a0 move README.md to toplevel
Co-Authored-By: ProofOfConcept <poc@bcachefs.org>
2026-03-05 15:55:59 -05:00
Renamed from doc/README.md (Browse further)