# openloomi-loop skill — runtime state (per-user, never commit)

# All of data/ is machine-local runtime state generated by the loop:
#   - decisions.json          pending/done/dismissed queue
#   - signals.jsonl           append-only signal log
#   - status.json             last-tick snapshot
#   - daemon.log              daemon stdout
#   - notifications.log       fired notification audit trail
#   - notifications.seen.json dedupe state
#   - watch.session.json      current watch process metadata
#   - inbox/, inbox/.processed/, inbox/.failed/  drop folder + archive
#   - drafts/                 staged (not-sent) email replies
# (Note: persistent memory lives in ~/.openloomi/data/memory/, managed by the
#  openloomi-memory skill — not in this skill's data/ tree.)
data/

# Local config / secrets (if anyone drops a token file in the skill)
.env
.env.local
*.token
