Browse Source

Remove continual-learning hook state files

Delete .cursor/hooks/state/continual-learning-index.json and .cursor/hooks/state/continual-learning.json which held persisted continual-learning metadata (transcript index, last run timestamps, last processed generation ID, etc.). This cleans up obsolete/reset state for the Cursor continual-learning hooks.
pull/25059/head
SALİH ÖZKARA 3 weeks ago
parent
commit
e2e41ff141
  1. 9
      .cursor/hooks/state/continual-learning-index.json
  2. 8
      .cursor/hooks/state/continual-learning.json

9
.cursor/hooks/state/continual-learning-index.json

@ -1,9 +0,0 @@
{
"version": 1,
"transcripts": {
"C:\\Users\\salih\\.cursor\\projects\\d-GitHub2-abp\\agent-transcripts\\ded34ec4-ff99-404a-8b16-10baf3c5d9f5\\ded34ec4-ff99-404a-8b16-10baf3c5d9f5.jsonl": {
"mtimeMs": 1773090599259,
"lastProcessedAt": "2026-03-10T00:18:00.000Z"
}
}
}

8
.cursor/hooks/state/continual-learning.json

@ -1,8 +0,0 @@
{
"version": 1,
"lastRunAtMs": 1773090515725,
"turnsSinceLastRun": 5,
"lastTranscriptMtimeMs": 1773090515368,
"lastProcessedGenerationId": "b1b803a9-44bb-4047-a116-4c108a6dadd1",
"trialStartedAtMs": null
}
Loading…
Cancel
Save