25 lines
394 B
Markdown
25 lines
394 B
Markdown
# AGENTS.md
|
|
|
|
## Commands
|
|
|
|
```bash
|
|
# Install dependencies
|
|
uv sync
|
|
|
|
# Install with test deps
|
|
uv sync --extra test
|
|
|
|
# Run tests
|
|
uv run pytest tests/ -v
|
|
```
|
|
|
|
## Project Structure
|
|
|
|
- `src/` - Source code
|
|
- `tests/` - Unit tests
|
|
- `.gitea/workflows/` - CI/CD workflows (Gitea Actions)
|
|
|
|
## Skills
|
|
|
|
Custom skills stored at `~/.agents/skills/*/SKILL.md`:
|
|
- `commit-message` - Conventional Commits format |