Session Persistence
Medium
- Category
- Rogue Agent
- Content
setups, "we'll cover this later". The reply numbers them `[T1] [T2] ...`. **That numbering is only valid for the chapter number you passed.** If you list at chapter 12 and then write chapter 13, list again before referring to a `[T#]` - otherwise "resolve T2" may land on a different thread than the one you meant, which is worse than not matching at all.
- Confidence
- 80% confidence
- Finding
- The skill relies on session-scoped identifiers like `[T#]` that are only valid for a specific chapter state, creating a statefulness hazard. If an agent or user reuses stale references across steps or sessions, it can update or resolve the wrong narrative thread, causing integrity errors in persistent local memory and making subsequent recall/continuity checks unreliable.
