Directories
¶
| Path | Synopsis |
|---|---|
|
Package buildinfo holds version metadata.
|
Package buildinfo holds version metadata. |
|
Package coreassets ships the platform's core rules + skills inside the atl binary and reflects them into the user-global Claude Code directory.
|
Package coreassets ships the platform's core rules + skills inside the atl binary and reflects them into the user-global Claude Code directory. |
|
Package coverage measures DIFF coverage: of the lines a change added or modified, how many does the test suite actually execute?
|
Package coverage measures DIFF coverage: of the lines a change added or modified, how many does the test suite actually execute? |
|
Package detach forks a subcommand of the running atl binary as a fully detached background process — its own process group, no wait, stdio on the null device — so it outlives the short-lived hook process that spawned it and runs independently.
|
Package detach forks a subcommand of the running atl binary as a fully detached background process — its own process group, no wait, stdio on the null device — so it outlives the short-lived hook process that spawned it and runs independently. |
|
Package digest is where a sweep leaves a finding that needs a human decision.
|
Package digest is where a sweep leaves a finding that needs a human decision. |
|
Package dispatch is the deterministic orchestration engine behind `atl work dispatch` — the delivery-team's work-unit supervisor.
|
Package dispatch is the deterministic orchestration engine behind `atl work dispatch` — the delivery-team's work-unit supervisor. |
|
Package docscheck holds the deterministic documentation-drift checks for the AgentTeamLand v2 docs site.
|
Package docscheck holds the deterministic documentation-drift checks for the AgentTeamLand v2 docs site. |
|
Package doctor runs platform health checks and, where it safely can, self-heals.
|
Package doctor runs platform health checks and, where it safely can, self-heals. |
|
Package drain transfers captured markers into the durable queue.
|
Package drain transfers captured markers into the durable queue. |
|
Package fanout decides how a project-local copy of a shared resource is refreshed from the global layer — the pull side of gain circulation.
|
Package fanout decides how a project-local copy of a shared resource is refreshed from the global layer — the pull side of gain circulation. |
|
Package gc reclaims orphaned assets — the missing inverse of install.
|
Package gc reclaims orphaned assets — the missing inverse of install. |
|
Package generation is the global-layer change counter behind the every-prompt fan-out (decision doc 5.6, three-speed cadence).
|
Package generation is the global-layer change counter behind the every-prompt fan-out (decision doc 5.6, three-speed cadence). |
|
Package guard implements `atl guard`, the PreToolUse enforcement hook.
|
Package guard implements `atl guard`, the PreToolUse enforcement hook. |
|
Package index resolves a team handle to its source — the read side of the GitHub-backed, zero-infra registry (decision doc item 4, "C executed as A").
|
Package index resolves a team handle to its source — the read side of the GitHub-backed, zero-infra registry (decision doc item 4, "C executed as A"). |
|
Package integrity is the doctor's asset self-heal: it compares each install manifest against what is actually on disk and restores files that have gone missing — the deletion-recovery half of asset model (b) (#2b, 2026-06-14).
|
Package integrity is the doctor's asset self-heal: it compares each install manifest against what is actually on disk and restores files that have gone missing — the deletion-recovery half of asset model (b) (#2b, 2026-06-14). |
|
Package manifest records what `atl install` wrote, so the rest of the platform can reason about an install deterministically.
|
Package manifest records what `atl install` wrote, so the rest of the platform can reason about an install deterministically. |
|
Package marker extracts capture markers from conversation text.
|
Package marker extracts capture markers from conversation text. |
|
Package pin records project-local promotion opt-outs — paths the user wants kept project-only, never lifted to the global layer by `atl promote`.
|
Package pin records project-local promotion opt-outs — paths the user wants kept project-only, never lifted to the global layer by `atl promote`. |
|
Package promote computes how a project's local gains are lifted into the user-global layer — the upward mirror of internal/fanout.
|
Package promote computes how a project's local gains are lifted into the user-global layer — the upward mirror of internal/fanout. |
|
Package promotiongate is the deterministic dev→release promotion gate.
|
Package promotiongate is the deterministic dev→release promotion gate. |
|
Package publish computes what a team's published version is missing relative to the user's global layer — the deterministic core of `atl publish` (ring 2→3 of gain circulation).
|
Package publish computes what a team's published version is missing relative to the user's global layer — the deterministic core of `atl publish` (ring 2→3 of gain circulation). |
|
Package queue is the durable, multi-channel work queue at the heart of the v2 learning loop.
|
Package queue is the durable, multi-channel work queue at the heart of the v2 learning loop. |
|
Package retrieve implements atl's per-prompt hybrid knowledge retrieval.
|
Package retrieve implements atl's per-prompt hybrid knowledge retrieval. |
|
Package rulesscan is the deterministic collect half of rules-distill: it gathers the normative/imperative lines across the skill + agent corpus so the LLM /rules-distill skill can judge which recurring principles deserve to become a core rule.
|
Package rulesscan is the deterministic collect half of rules-distill: it gathers the normative/imperative lines across the skill + agent corpus so the LLM /rules-distill skill can judge which recurring principles deserve to become a core rule. |
|
Package scaffold drops starter CLAUDE.md files — one lean skeleton per tier (global persona / project hybrid / monorepo lean), per the CLAUDE.md template decision.
|
Package scaffold drops starter CLAUDE.md files — one lean skeleton per tier (global persona / project hybrid / monorepo lean), per the CLAUDE.md template decision. |
|
Package scope is the global/project layering primitive — v2's first-class scope axis.
|
Package scope is the global/project layering primitive — v2's first-class scope axis. |
|
Package selfupdate updates the running atl binary to the latest stable release.
|
Package selfupdate updates the running atl binary to the latest stable release. |
|
Package semver provides a minimal semver comparison used across atl for "is version a older than version b" decisions — team-manifest updates and the binary self-update "only upgrade, never downgrade" guard.
|
Package semver provides a minimal semver comparison used across atl for "is version a older than version b" decisions — team-manifest updates and the binary self-update "only upgrade, never downgrade" guard. |
|
Package settings installs ATL's automation hooks into Claude Code's settings.json idempotently.
|
Package settings installs ATL's automation hooks into Claude Code's settings.json idempotently. |
|
Package skillcheck holds the deterministic content-quality checks for the platform's own skills, agents, and team manifests — the sibling of docscheck.
|
Package skillcheck holds the deterministic content-quality checks for the platform's own skills, agents, and team manifests — the sibling of docscheck. |
|
Package source fetches a team's files from its GitHub repo as a tarball and extracts the requested subpath — the deterministic fetch behind `atl install`.
|
Package source fetches a team's files from its GitHub repo as a tarball and extracts the requested subpath — the deterministic fetch behind `atl install`. |
|
Package sprintsignal answers one question about a board-backed project: does it have open work and no active sprint?
|
Package sprintsignal answers one question about a board-backed project: does it have open work and no active sprint? |
|
Package storegit keeps a team's declared durable store under local version control, so a write that overwrites a value never destroys the previous one.
|
Package storegit keeps a team's declared durable store under local version control, so a write that overwrites a value never destroys the previous one. |
|
Package sweepstate persists the per-sweep cursor for ATL's LLM-backstop sweeps — /docs-audit, /skill-stocktake, /rules-distill, /observe — each recording the commit last swept and when, under ~/.atl/<kind>-state.json.
|
Package sweepstate persists the per-sweep cursor for ATL's LLM-backstop sweeps — /docs-audit, /skill-stocktake, /rules-distill, /observe — each recording the commit last swept and when, under ~/.atl/<kind>-state.json. |
|
Package teampkg reads a fetched team's manifest and reflects its assets into Claude Code's directory — the "write" half of install.
|
Package teampkg reads a fetched team's manifest and reflects its assets into Claude Code's directory — the "write" half of install. |
|
Package throttle is a stamp-file rate limiter — the mechanism behind the three-speed cadence.
|
Package throttle is a stamp-file rate limiter — the mechanism behind the three-speed cadence. |
|
Package transcript discovers and reads Claude Code session transcripts.
|
Package transcript discovers and reads Claude Code session transcripts. |
|
Package userrules reflects a scope's user-authored rules — the ones /rule writes to <layer>/.atl/rules — into that scope's Claude Code load surface (<layer>/.claude/rules), which is where Claude Code actually loads rules at session start.
|
Package userrules reflects a scope's user-authored rules — the ones /rule writes to <layer>/.atl/rules — into that scope's Claude Code load surface (<layer>/.claude/rules), which is where Claude Code actually loads rules at session start. |
|
Package wikicheck holds the deterministic integrity checks for a project's `.atl/wiki` — the current-truth knowledge layer.
|
Package wikicheck holds the deterministic integrity checks for a project's `.atl/wiki` — the current-truth knowledge layer. |
Click to show internal directories.
Click to hide internal directories.