Your session log now remembers which Artifacts you were watching for comments.
What's wrong with this entry?
The set of Artifacts armed for automatic comment replies is saved with the session and read back when the session id changes, so a restored session knows what it was watching rather than starting blank.
- Each record is keyed by Artifact slug and holds armed or stopped state, the time it was written, the title, and a marker when a background session owns it.
- The list is capped and de-duplicated before being written.
- Failures and rejected records are reported through the Artifact live-subscribe path with reasons
comment_monitor_intent_invalid,comment_monitor_intent_foreign,comment_monitor_intent_record_invalidandcomment_monitor_intent_write_failed.
comment_monitor_intent_write_failed
Strings lifted out of the shipped bundle, so the claim above can be checked against them.