You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -277,9 +287,9 @@ surfaces on a schedule," which design D reuses for memory.
277
287
| --- | --- | --- |
278
288
| Facts stored | ✅ fact store (9 facts here) + LCM transcripts | same store |
279
289
| Model *can* recall | ✅ MCP `tracedecay_fact_store` search + skill | ✅ same |
280
-
| Model is *told* to recall | ⚠️ soft steering in SessionStart/UserPromptSubmit context; `recalling-project-memory` skill matches only when the model thinks "recall" | ⚠️ one Recall bullet in `tracedecay.mdc`; same skill-match dependency |
290
+
| Model is *told* to recall | ⚠️ soft steering in SessionStart/UserPromptSubmit context; `project-memory` skill matches only when the model thinks "recall" | ⚠️ one Recall bullet in `tracedecay.mdc`; same skill-match dependency |
281
291
| Facts *pushed* into context | ❌ none — hook context is index status + hints only | ❌ none |
282
-
| Automatic storage | ⚠️ session_reflector exists but disabled by default; skills say "add facts **only when the user asks**" (`recalling-project-memory` guardrail) | same |
292
+
| Automatic storage | ⚠️ session_reflector exists but disabled by default; skills say "add facts **only when the user asks**" (`project-memory` guardrail) | same |
283
293
| Native memory overlap | ⚠️ Codex memories **on** (`features.memories=true`), learning from the same threads in parallel | Unknown toggle state; server-side, uninspectable |
284
294
285
295
The delta is precisely: **nothing proactively retrieves facts at
0 commit comments