Home / mukundzha / hazzel · AGENTS.md · GitHub

AGENTS.md agentsA

AGENTS.md is agent-read markdown (agents) from mukundzha/hazzel.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

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

## Stack
Python (pyproject)

## Commands
install: pip install -e . --no-deps
build: python -m build
test: pytest
lint: ruff check .
typecheck: none configured (no mypy)

## Conventions
src-layout under `src/hazzel/`; flat modules plus `agent/`, `tools/`, `providers/` subpackages.
Ruff, line-length 100, target py310. Tests in `tests/` (pytest, test_*.py), all offline/mockable.
Changelog: Keep-a-Changelog format in CHANGELOG.md; every release gets a version heading.
README/ROADMAP updated alongside features; core rule: small and inspectable over framework.

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

## Gotchas
`__init__.py` only holds `__version__`; most API surface re-exported through `hazzel.agent`.
Undo snapshots live in `~/.config/hazzel/undo/` (200 events, 20/file, 2MB persist cap).
Tool results are size-capped (`MAX_TOOL_RESULT_CHARS`); history compacted to a token budget.
`ui.py` (~2.5k lines) and `formatter.py` own all terminal rendering/colors; config dir `~/.config/hazzel/`.
Non-obvious reads: `tool_cache.py` (tool-result caching), `fastpath.py` (zero-LLM shortcuts).
…

Read the whole file at its exact version.

How to install

Latest version
mdr add mukundzha/hazzel/AGENTS.md@git:20260920.02c2576
Exact content
mdr add mukundzha/hazzel/AGENTS.md@sha256:fe92724f100cfc65

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_g6wulhlylnuzffrs.svg)](https://markdownregistry.com/a/art_g6wulhlylnuzffrs)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.02c2576 latest2026-09-20 02c2576 1,480 BA view · diff
git:20260914.2e498972026-09-14 2e49897 541 BA view · diff
git:20260910.eb91a892026-09-10 eb91a89 1,410 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (1480 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

mukundzha/hazzel · 18 stars · license AGPL-3.0 · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_g6wulhlylnuzffrs
GET https://markdownregistry.com/api/v1/resolve?ref=mukundzha/hazzel/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/fe92724f100cfc65ad7a6018689dd806e21e8e874ab2c3ffb11b6d6c4b95e336

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

Other files named AGENTS.md

AGENTS.md agents
obra/superpowers · AGENTS.md
git:20260919.5bf4e78 · audit A · 291,204 stars
AGENTS.md agents
affaan-m/ecc · AGENTS.md
git:20260919.91ba9b4 · audit A · 266,832 stars
AGENTS.md agents
firecrawl/firecrawl · AGENTS.md
git:20260613.d9a35c0 · audit A · 184,144 stars
AGENTS.md agents
dietrichgebert/ponytail · AGENTS.md
git:20260710.b6c0448 · audit A · 144,862 stars
AGENTS.md agents
garrytan/gstack · AGENTS.md
git:20260914.4a3c6a8 · audit A · 134,082 stars
AGENTS.md agents
graphify-labs/graphify · AGENTS.md
git:20260414.7ec92ec · audit A · 121,202 stars
AGENTS.md agents
juliusbrussee/caveman · AGENTS.md
git:20260902.d9faebc · audit A · 107,708 stars
AGENTS.md agents
addyosmani/agent-skills · AGENTS.md
git:20260709.b665c5c · audit A · 98,554 stars

Browse by kind, by grade A, or by owner.