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
- shared_skill_contract: assert the first content line after the frontmatter is
a plain-title H1 (restores the retired cursor heading-convention check)
- claude_plugin_bundle: correct the skill-directory count in the assertion
message to 29 (matches EXPECTED_SKILLS and the on-disk tree)
- AGENT-MEMORY-INTERCEPTION.md: point slug/path references at the shared
plugin/ tree and the merged project-memory skill, with a dated note that the
per-host cursor-plugin/codex-plugin trees collapsed into plugin/
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@@ -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