Scaffold tiny context files so AI coding agents stop guessing your setup. Pure Python stdlib, no runtime dependencies.
Commands:
- Setup:
python3 -m venv .venv && . .venv/bin/activate && pip install -e . --group dev - Test:
python3 -m pytest tests/ -v - Lint/Format:
python3 -m ruff check agentinit tests cli && python3 -m ruff format --check agentinit tests cli+ markdownlint (CI) - Run:
agentinit --help
Rules:
- Read
README.mdfor project scope and usage. - Keep changes minimal and reversible.
- Run tests before committing.