Skip to content

Commit 9a23f18

Browse files
committed
✨ [feat][ai-config] refine AGENTS.md
1 parent ee597aa commit 9a23f18

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

pkg/ai-config/GLOBAL-AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ For multi-step tasks, state a brief plan:
6565

6666
Strong success criteria let you loop independently. Weak criteria ("make it work") require constant clarification.
6767

68+
## Coding conventions
69+
70+
- Use test-driven-development (TDD) whenever possible. Always start with a testing plan. If you can't come up a simple testing plan, it's probably a sign that the code is too complex.
71+
6872
## Shell conventions
6973

7074
- To check whether an env var is set, use `printenv SOME_ENV` (never `env | grep` or bare `env`)

pkg/ai-config/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Shares a single `AGENTS.md` across AI coding agents and installs reusable skills
66

77
- A global `GLOBAL-AGENTS.md`
88
- Copied from [multica-ai/andrej-karpathy-skills](https://github.com/multica-ai/andrej-karpathy-skills)
9+
- Some idea inspired by [Good software development habits](https://zarar.dev/good-software-development-habits/)
910
- symlinked from `~/.codex/AGENTS.md` for Codex
1011
- symlinked from `~/.claude/CLAUDE.md` for Claude Code
1112
- Skills installed globally via `npx skills add` for `universal` + `claude-code` agents:

0 commit comments

Comments
 (0)