REFAC: Applied literate granularity and configuration externalization to context stage

This commit is contained in:
2026-04-13 17:31:36 -04:00
parent 22e6d3c242
commit 898df4b7ff
4 changed files with 68 additions and 58 deletions

View File

@@ -33,6 +33,10 @@ SILENT_ACTUATORS="cli,system-message,emacs"
# A comma-separated list of skill Org files (without extension) required for boot.
MANDATORY_SKILLS="org-skill-policy,org-skill-bouncer"
# Context Management & Peripheral Vision
CONTEXT_SEMANTIC_THRESHOLD=0.75
CONTEXT_LOG_LIMIT=20
# Memex Integration
# Inside Docker, /app/ is the root for consolidated notes
MEMEX_DIR="/memex"