make cursor/windsurf work better
By DJJ & Dannielee
Powered By AiHubMix Codelf is a powerful AI-assisted coding tool that provides better code understanding and modification capabilities for AI agents through the Model Context Protocol (MCP).
add mcp settings
{
"mcpServers": {
"codelf": {
"command": "npx",
"args": ["codelf"]
}
}
}
do init-codelf and follow the instructions
In most cases, prompts will be automatically assembled by codelf
After the agent completes writing, you can prompt:
do update-project-info
Settings -> Rules -> User RulesBefore responding or modifying the code, one should first obtain comprehensive information via `get-project-info` before making any decisions.
Everytime you finish editing code, you must call `update-project-info` and follow the instructions from the response
I am currently under the Windows system. Use like "C:\Users\..." to send PathSettings -> cascade -> Memories and Rules -> Global rulesBefore responding or modifying the code, one should first obtain comprehensive information via `get-project-info` before making any decisions.
Everytime you finish editing code, you must call `update-project-info` and follow the instructions from the response
I am currently under the Windows system. Use like "C:\\Users\\..." to send Path
No open issues yet, or sync has not completed.