Skip to content

Commit fd7e321

Browse files
committed
Add CLAUDE.md to reference AGENTS.md
1 parent 6b378a2 commit fd7e321

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CLAUDE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)