Stack/Repo Hygiene Map
Repo Hygiene

Repo Hygiene Map

Paste a file listing, one path per line. It checks for the hygiene signals a reviewer looks for first: README, LICENSE, tests, a recognized dependency manifest, and CI configuration. This is a different job from Repo → Context Pack below, which aggregates file contents for an LLM prompt; this audits hygiene. Nothing is uploaded.

INPUT
OUTPUT // tesserakit-repo

Paste, then run. Findings appear here.

A preview of a Tessera pack

This browser demo runs a handful of checks client-side. The full repo pack also builds a language and layout map and parses every dependency manifest it finds, all offline. It is one of 24 job packs in Tessera, an offline toolkit that turns a repository into a single reviewable HTML report.

Every pack follows one contract: normalize, validate, generate artifacts. No services, no API keys, no network calls, nothing executed against your code.

install.ttyoffline

$ pip install tesserakit-repo

$ pipx install tesserakit-repo # isolated CLI install

$ uv tool install tesserakit-repo

$ tessera run --input . --output run

# then open run/index.html