From 275e5dc3f2fe4a1f5778f2a1a607b3cb736fe3de Mon Sep 17 00:00:00 2001 From: Ambient Code Bot Date: Tue, 21 Apr 2026 13:11:19 -0400 Subject: [PATCH] feat: enable continuous learning for this workspace Add .ambient/config.json with learning.enabled=true so the suggest_memory MCP tool and correction injection pipeline are active for sessions running against this repo. Co-Authored-By: Claude Opus 4.6 (1M context) --- .ambient/config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .ambient/config.json diff --git a/.ambient/config.json b/.ambient/config.json new file mode 100644 index 000000000..f57298d22 --- /dev/null +++ b/.ambient/config.json @@ -0,0 +1,5 @@ +{ + "learning": { + "enabled": true + } +}