Capture
Save a memory, write a wiki note, approve a learned pattern, or let CyxCode index source relationships.
Local project knowledge
CyxCode keeps useful project knowledge close to the repository, connects it across several small indexes, and retrieves only the context that helps the current task.
Each layer has a narrow job, so project knowledge stays understandable and replaceable.
Save a memory, write a wiki note, approve a learned pattern, or let CyxCode index source relationships.
Wikilinks, imports, tags, symbols, semantic facts, and runtime signals become typed graph relationships.
Keyword, graph-neighbor, and local semantic searches return a small relevant context set for the prompt.
Connected context
The dashboard connects wiki notes, memory, source relationships, semantic facts, and CyxWatch signals. Nearby graph context can return when it matches the task, while unrelated history stays on disk.
Read the recall architecture ->Small indexed notes preserve decisions, conventions, and discoveries without loading an entire archive into every prompt.
Local notes use familiar markdown, wikilinks, backlinks, tags, and CRUD commands. Relevant notes can join prompt context.
A lightweight source scanner records file imports, imported symbols, and top-level declarations.
Wiki, code, memories, learned patterns, semantic facts, and CyxWatch signals become connected nodes rather than separate silos.
Local MiniLM embeddings find similar prior errors and related project context when exact keyword or regex matching is not enough.
Consolidation removes stale state while corrections and recovery summaries preserve the decisions that should survive sessions.
| Command | What it does |
|---|---|
cyxcode init | Create the project wiki, memory, graph, history, and pattern structure |
/remember <info> | Save a compact memory for later sessions |
cyxcode wiki create <title> | Create a local markdown wiki note |
cyxcode wiki query [terms] | Search indexed notes |
cyxcode graph query [terms] | Search connected project knowledge |
/dream | Consolidate and validate accumulated state |