Skip to content

Commit 53cf31c

Browse files
committed
AGENTS.md and CLAUDE.md
1 parent 60f7622 commit 53cf31c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

AGENTS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Uses uv. Run tests like this:
2+
3+
uv run pytest
4+
5+
Run the development version of the tool like this:
6+
7+
uv run claude-code-publish --help
8+
9+
Always practice TDD: write a faliing test, watch it fail, then make it pass.
10+
11+
Commit early and often. Commits should bundle the test, implementation, and documentation changes together.
12+
13+
Run Black to format code before you commit:
14+
15+
uv run black .

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@AGENTS.md

0 commit comments

Comments
 (0)