# 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._
