Skip to content

Commit cf1a081

Browse files
author
dev-engineer
committed
improve: add missing AGENTS.md for agent workflow conventions
1 parent 91459da commit cf1a081

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# deadcode
2+
3+
Repo guide for agents.
4+
5+
## Workflow
6+
- Use `pytest` for tests.
7+
- Use `ruff` for lint/format.
8+
- Build/publish via GitHub Actions in `.github/workflows/`.
9+
10+
## Conventions
11+
- Package code under `src/deadcode` per `pyproject.toml` packaging config.
12+
- Keep branches `improve/<repo>-<timestamp>` for structural fixes.
13+
- Do not modify dependencies without updating `pyproject.toml`.

0 commit comments

Comments
 (0)