Skip to content

Commit 33fc52c

Browse files
committed
chore(ai): provide instruction for running just ready
1 parent 16312d7 commit 33fc52c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ pnpm build-dev
9696
pnpm test
9797
```
9898

99+
Always run `just ready` as the last step after code has been committed to the repository.
100+
99101
## 🧭 Code Navigation Tips
100102

101103
### Understanding the AST
@@ -181,7 +183,6 @@ pnpm test
181183

182184
### Testing Strategy
183185

184-
- Run `just ready` before submitting changes
185186
- Add unit tests for new functionality
186187
- Use snapshot tests for complex outputs
187188
- Test against real-world codebases when possible

0 commit comments

Comments
 (0)