Skip to content

Commit 852de89

Browse files
Update guidance on storing knowledge and testing
1 parent 95cd495 commit 852de89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cli/templates/env/base.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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`)

0 commit comments

Comments
 (0)