AGENTS.md · diff

git:20260910.eb91a89 to git:20260914.2e49897

22 added, 53 removed. Audit A to A.

- # Project map — Hazzel (generated by Hazzel, 2026-09-10)
+ # Hazzel (Hazzel context, 2026-09-14)
- Stack: Python (pyproject)
- Files: 42 shown (max 500, depth 4)
+ ## Stack
+ Python (pyproject)
- ## Structure
+ ## Commands
+ install: pip install -e .
+ build: # TODO: fill in
+ test: pytest
+ lint: ruff check .
+ typecheck: # TODO: fill in
- ```
+ ## Conventions
+ # TODO: fill in
+
+ ## Layout
assets/
- assets/demo.png
- assets/logo.png
+ site/
src/
- src/hazzel/
- src/hazzel/providers/
- src/hazzel/providers/__init__.py
- src/hazzel/providers/anthropic.py
- src/hazzel/providers/base.py
- src/hazzel/providers/groq.py
- src/hazzel/providers/mistral.py
- src/hazzel/providers/openai.py
- src/hazzel/tools/
- src/hazzel/tools/__init__.py
- src/hazzel/tools/edit_file.py
- src/hazzel/tools/git_branch.py
- src/hazzel/tools/git_commit.py
- src/hazzel/tools/git_diff.py
- src/hazzel/tools/git_status.py
- src/hazzel/tools/list_files.py
- src/hazzel/tools/read_file.py
- src/hazzel/tools/run_command.py
- src/hazzel/tools/search_files.py
- src/hazzel/tools/write_file.py
- src/hazzel/__init__.py
- src/hazzel/__main__.py
- src/hazzel/agent.py
- src/hazzel/clipboard.py
- src/hazzel/config.py
- src/hazzel/export.py
- src/hazzel/formatter.py
- src/hazzel/git.py
- src/hazzel/git_suggest.py
- src/hazzel/init_map.py
- src/hazzel/llm.py
- src/hazzel/mentions.py
- src/hazzel/safety.py
- src/hazzel/tokens.py
- src/hazzel/ui.py
tests/
- tests/test_agent_pure.py
- tests/test_init_map.py
- tests/test_tools.py
- tests/test_ui_pure.py
+ AGENTS.md
CHANGELOG.md
LICENSE
pyproject.toml
README.md
- ```
+ ROADMAP.md
- ## By extension
+ ## Gotchas
+ # TODO: fill in
- - `.py` — 36
- - `.png` — 2
- - `.md` — 2
- - `(no ext)` — 1
- - `.toml` — 1
+ ## 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._