We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f7622 commit 53cf31cCopy full SHA for 53cf31c
AGENTS.md
@@ -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
@@ -0,0 +1 @@
+@AGENTS.md
0 commit comments