We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b378a2 commit fd7e321Copy full SHA for fd7e321
CLAUDE.md
@@ -0,0 +1,26 @@
1
+# CLAUDE.md
2
+
3
+This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
5
+See AGENTS.md for comprehensive project documentation including:
6
+- Project overview and code structure
7
+- Build, test, and development setup commands
8
+- Code style conventions (PEP8, 120 char lines)
9
+- Module patterns and security considerations
10
+- Testing guidelines and CI/CD workflow
11
12
+## Quick Reference
13
14
+```bash
15
+# Run all tests
16
+tox
17
18
+# Lint only
19
+tox -e pep8
20
21
+# Functional tests (requires Vault)
22
+tox -e py39
23
24
+# Development install
25
+./link.sh
26
+```
0 commit comments