Directories
¶
| Path | Synopsis |
|---|---|
|
toaster
command
Command toaster scores how ready a repository is for someone — a new hire or an agent — to ramp up on, and emits a cited, provenance-bearing scorecard.
|
Command toaster scores how ready a repository is for someone — a new hire or an agent — to ramp up on, and emits a cited, provenance-bearing scorecard. |
|
internal
|
|
|
check
Package check runs the deterministic rubric (v2 — docs/adr/0002) against a repo and assembles a weighted /100 scorecard.
|
Package check runs the deterministic rubric (v2 — docs/adr/0002) against a repo and assembles a weighted /100 scorecard. |
|
config
Package config resolves toaster-ready's configuration: the maintainer's opinionated defaults (rubric v2) with any overrides from a repo's .toaster-ready.yml applied on top.
|
Package config resolves toaster-ready's configuration: the maintainer's opinionated defaults (rubric v2) with any overrides from a repo's .toaster-ready.yml applied on top. |
|
ctxbudget
Package ctxbudget estimates the always-loaded agent-context footprint of a repository — the instructions and memory that get injected into an agent every session — so bloat can be penalized (a facet of the agent-instructions category in ADR-0002).
|
Package ctxbudget estimates the always-loaded agent-context footprint of a repository — the instructions and memory that get injected into an agent every session — so bloat can be penalized (a facet of the agent-instructions category in ADR-0002). |
|
detect
Package detect identifies a repository's language/stack so category checkers can apply the right signals.
|
Package detect identifies a repository's language/stack so category checkers can apply the right signals. |
|
githubclient
Package githubclient is the narrow seam between toaster-ready's checkers and GitHub.
|
Package githubclient is the narrow seam between toaster-ready's checkers and GitHub. |
|
render
Package render turns a scorecard into human-readable formats — Markdown (for PR comments / job summaries) and a plain HTML page — alongside the machine JSON.
|
Package render turns a scorecard into human-readable formats — Markdown (for PR comments / job summaries) and a plain HTML page — alongside the machine JSON. |
|
repo
Package repo acquires a target repository (local path or remote clone) and exposes the cheap filesystem/git facts the deterministic checkers need.
|
Package repo acquires a target repository (local path or remote clone) and exposes the cheap filesystem/git facts the deterministic checkers need. |
|
scorecard
Package scorecard defines the output schema toaster-ready emits for a scored repo (rubric v2 — see docs/adr/0002).
|
Package scorecard defines the output schema toaster-ready emits for a scored repo (rubric v2 — see docs/adr/0002). |
Click to show internal directories.
Click to hide internal directories.