File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ This file helps AI agents (like Claude) work efficiently with the AMI Data Compa
13133 . ** Always prefer command line tools** to avoid expensive API requests (e.g., use git and jq instead of reading whole files)
14144 . ** Use bulk operations and prefetch patterns** to minimize database queries
15155 . ** Commit often** - Small, focused commits make debugging easier
16- 6 . ** Use TDD whenever possible** - Tests prevent regressions and document expected behavior
17- 7 . ** Keep it simple** - Always think hard and evaluate more complex approaches and alternative approaches before moving forward
16+ 6 . ** Use ` git add -p ` for staging** - Interactive staging to add only relevant changes, creating logical commits
17+ 7 . ** Use TDD whenever possible** - Tests prevent regressions and document expected behavior
18+ 8 . ** Keep it simple** - Always think hard and evaluate more complex approaches and alternative approaches before moving forward
1819
1920### Think Holistically
2021
You can’t perform that action at this time.
0 commit comments