mirror of https://github.com/abpframework/abp.git
Browse Source
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
2 changed files with 0 additions and 17 deletions
@ -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" |
|||
} |
|||
} |
|||
} |
|||
@ -1,8 +0,0 @@ |
|||
{ |
|||
"version": 1, |
|||
"lastRunAtMs": 1773090515725, |
|||
"turnsSinceLastRun": 5, |
|||
"lastTranscriptMtimeMs": 1773090515368, |
|||
"lastProcessedGenerationId": "b1b803a9-44bb-4047-a116-4c108a6dadd1", |
|||
"trialStartedAtMs": null |
|||
} |
|||
Loading…
Reference in new issue