AGENTS.md · git:20260914.2e49897 · 2026-09-14 · sha256 257718b1388e5f1f

AGENTS.md git:20260914.2e49897A

Immutable. This exact content is served forever at /api/v1/blob/257718b1388e5f1f.

# Hazzel (Hazzel context, 2026-09-14)

## Stack
Python (pyproject)

## Commands
install: pip install -e .
build: # TODO: fill in
test: pytest
lint: ruff check .
typecheck: # TODO: fill in

## Conventions
# TODO: fill in

## Layout
assets/
site/
src/
tests/
AGENTS.md
CHANGELOG.md
LICENSE
pyproject.toml
README.md
ROADMAP.md

## Gotchas
# TODO: fill in

## Don't
no new deps without asking
no public API changes without changelog
no reformatting untouched files

_Regenerate with `/init`. Edit freely — Hazzel reads this file for context._