File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/cli/templates/env Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The AI assistant should proactively use knowledge memory throughout all interact
4949- When you establish new conventions or standards for the project
5050
5151** How to store** :
52- - Use ` memory.storeKnowledge ` MCP tool or run ` /remember ` command
52+ - Use ` memory.storeKnowledge ` MCP tool
5353- If MCP tools are unavailable, use ` npx ai-devkit memory store ` CLI command
5454- Include clear title, detailed content, relevant tags, and appropriate scope
5555- Make knowledge specific and actionable, not generic advice
@@ -79,5 +79,5 @@ When working on this project, you can run commands to:
7979- Review architectural decisions (` review-design ` )
8080- Plan and execute tasks (` execute-plan ` )
8181- Verify implementation against design (` check-implementation ` )
82- - Suggest missing tests (` suggest-tests ` )
83- - Perform structured code reviews (` code-review ` )
82+ - Writing tests (` writing-test ` )
83+ - Perform structured code reviews (` code-review ` )
You can’t perform that action at this time.
0 commit comments