Compare commits

..

2 Commits

Author SHA1 Message Date
will.anderson 597b1ff1a2 fix(context-format): render nodes, replace _sel_N sentinels, fix hard_bell syntax, remove duplicates
- Add engram_render_ctx to convert raw engram JSON to human-readable bullets
- Wire build_system_prompt to call engram_render_ctx(ctx) so LLM sees prose not JSON
- Remove duplicate function definitions (chat_default_model, engram_score_node, old engram_compile_ranked) that were left in by the feature branch
- Fix }ory.el" corruption at join point between prepended functions and original file
- Fix missing closing } after hard_bell early return in handle_chat_agentic
2026-06-22 13:51:48 -05:00
will.anderson 1dd09b1980 feat(recall): context-format improvements
Neuron Soul CI / build (pull_request) Has been cancelled
- Add engram_render_node/render_nodes/dedup_nodes helpers for human-readable
  prose bullet output instead of raw JSON node objects reaching the LLM
- Fix engram_compile_ranked to use |N| index sentinel instead of _sel_N JSON
  mutation which leaked sentinel fields into LLM-visible node data (Issue #11)
- Update build_system_prompt with chat_mode param; no_tools_rule only included
  for chat path, not agentic paths (Issue #9)
- Move engram block to end of system prompt for strongest LLM attention (Issue #8)
- Label sections: STABLE IDENTITY vs RETRIEVED MEMORY (Issue #10)
- Render conversation history as User:/Assistant: dialogue instead of raw JSON
- Add RETRIEVED MEMORY labels to agentic and dharma room system prompt assembly
2026-06-22 13:20:19 -05:00
+297 -675
View File
File diff suppressed because it is too large Load Diff