resetAccessCounts
Reset all memory access counters and timestamps in the current project after large refactors or pivots, clearing outdated relevance rankings without deleting any memories.
Instructions
Reset access-pattern counters for all memories in the current project. Sets access_count to 0 and clears last_accessed timestamps without deleting any memories. Useful after large refactors when old access patterns no longer reflect current relevance.
WHEN TO CALL: After major codebase restructuring, project pivots, or when access-boosted rankings no longer reflect current relevance.
WHEN NOT TO CALL: During normal operation — access patterns self-correct as usage shifts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||