agent-memory
01Cursor rule
At the start of every coding task call memory.fetchcontext to load current state, conventions, and prior decisions. After making a durable choice, hitting a footgun, or wrapping a session, call memory.proposeupdate. Always prefer this over re-reading raw source files when you need project context.
9 2mo ago A 59 tokens
original Apache-2.0