cli

module
v0.0.0-...-cd8449e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2026 License: MIT

Directories

Path Synopsis
cmd
atl command
Command atl is the AgentTeamLand platform CLI.
Command atl is the AgentTeamLand platform CLI.
internal
buildinfo
Package buildinfo holds version metadata.
Package buildinfo holds version metadata.
coreassets
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.
coverage
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?
detach
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.
digest
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.
dispatch
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.
docscheck
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.
doctor
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.
drain
Package drain transfers captured markers into the durable queue.
Package drain transfers captured markers into the durable queue.
fanout
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.
gc
Package gc reclaims orphaned assets — the missing inverse of install.
Package gc reclaims orphaned assets — the missing inverse of install.
generation
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).
guard
Package guard implements `atl guard`, the PreToolUse enforcement hook.
Package guard implements `atl guard`, the PreToolUse enforcement hook.
index
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").
integrity
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).
manifest
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.
marker
Package marker extracts capture markers from conversation text.
Package marker extracts capture markers from conversation text.
pin
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`.
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.
promotiongate
Package promotiongate is the deterministic dev→release promotion gate.
Package promotiongate is the deterministic dev→release promotion gate.
publish
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).
queue
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.
retrieve
Package retrieve implements atl's per-prompt hybrid knowledge retrieval.
Package retrieve implements atl's per-prompt hybrid knowledge retrieval.
rulesscan
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.
scaffold
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.
scope
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.
selfupdate
Package selfupdate updates the running atl binary to the latest stable release.
Package selfupdate updates the running atl binary to the latest stable release.
semver
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.
settings
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.
skillcheck
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.
source
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`.
sprintsignal
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?
storegit
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.
sweepstate
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.
teampkg
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.
throttle
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.
transcript
Package transcript discovers and reads Claude Code session transcripts.
Package transcript discovers and reads Claude Code session transcripts.
userrules
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.
wikicheck
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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL