Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ make demo # python -m contextweaver demo
make ci # fmt + lint + type + test
```

After cloning, run `pre-commit install` once to activate the git hooks. The hooks
run `ruff format` and `ruff check --fix`, plus standard file hygiene checks,
automatically on every `git commit`.

## Conventions
- Python ≥ 3.10, zero runtime dependencies
- All public APIs: type hints + docstrings
Expand Down
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# contextweaver — Claude Guide

## Do
- Run `pre-commit install` once after cloning to activate git hooks (ruff format + check, and file hygiene checks, on every commit)
- Run `make ci` before submitting any change
- Use `make fmt` to auto-format code
- Keep each module ≤ 300 lines
Expand Down