Directories
¶
| Path | Synopsis |
|---|---|
|
Package changelog embeds the hand-maintained CHANGELOG.md (ADR-0041).
|
Package changelog embeds the hand-maintained CHANGELOG.md (ADR-0041). |
|
cmd
|
|
|
awf
command
Command awf renders standardised .claude skills, agents, and docs into a project from embedded templates plus a per-project .awf/ config tree.
|
Command awf renders standardised .claude skills, agents, and docs into a project from embedded templates plus a per-project .awf/ config tree. |
|
contextspilllog
command
Command contextspilllog is the repository runner's private context-spill observability helper.
|
Command contextspilllog is the repository runner's private context-spill observability helper. |
|
covercheck
command
Command covercheck fails when a Go coverprofile shows less than 100% statement coverage over blocks not marked with a coverage-ignore directive.
|
Command covercheck fails when a Go coverprofile shows less than 100% statement coverage over blocks not marked with a coverage-ignore directive. |
|
deadcodecheck
command
Command deadcodecheck fails when `deadcode -json` (read from stdin) reports any unreachable function outside the internal/testsupport/ tree.
|
Command deadcodecheck fails when `deadcode -json` (read from stdin) reports any unreachable function outside the internal/testsupport/ tree. |
|
mutants
command
Command mutants reads a gremlins -o JSON report and prints the surviving (LIVED) mutants as an advisory triage list, backing the awf `./x mutants` command (ADR-0066).
|
Command mutants reads a gremlins -o JSON report and prints the surviving (LIVED) mutants as an advisory triage list, backing the awf `./x mutants` command (ADR-0066). |
|
pincheck
command
Command pincheck is the workflow supply-chain pin gate (ADR-0079).
|
Command pincheck is the workflow supply-chain pin gate (ADR-0079). |
|
releasecheck
command
Command releasecheck is the release-time project-license and changelog pin.
|
Command releasecheck is the release-time project-license and changelog pin. |
|
repoaudit
command
Command repoaudit runs repo-specific conformance checks over a git commit range, sharing awf audit's finding contract: it reports the same warn/error rank from internal/severity, and exits non-zero only on an error finding.
|
Command repoaudit runs repo-specific conformance checks over a git commit range, sharing awf audit's finding contract: it reports the same warn/error rank from internal/severity, and exits non-zero only on an error finding. |
|
internal
|
|
|
adr
Package adr parses ADR files under docs/decisions, renders the INDEX.md decision index, and scaffolds new ADR files from the rendered template (awf new adr).
|
Package adr parses ADR files under docs/decisions, renders the INDEX.md decision index, and scaffolds new ADR files from the rendered template (awf new adr). |
|
audit
Package audit reports workflow-conformance findings over a branch's git history.
|
Package audit reports workflow-conformance findings over a branch's git history. |
|
catalog
Package catalog is the compile-time Go value declaring the standard's skills, agents, and docs.
|
Package catalog is the compile-time Go value declaring the standard's skills, agents, and docs. |
|
changelog
Package changelog parses the embedded CHANGELOG.md (see the top-level changelog package) into structured, filterable entries (ADR-0041).
|
Package changelog parses the embedded CHANGELOG.md (see the top-level changelog package) into structured, filterable entries (ADR-0041). |
|
clispec
Package clispec is the single declarative source of awf's CLI command set: every command's flags, positional bounds, gating, help text, and (for a group command) its subcommands.
|
Package clispec is the single declarative source of awf's CLI command set: every command's flags, positional bounds, gating, help text, and (for a group command) its subcommands. |
|
commitmsg
Package commitmsg cleans Git commit messages and parses stale-ADR authorization trailers.
|
Package commitmsg cleans Git commit messages and parses stale-ADR authorization trailers. |
|
commitpolicy
Package commitpolicy owns exact commit-policy facts, evaluation outcomes, and human rendering.
|
Package commitpolicy owns exact commit-policy facts, evaluation outcomes, and human rendering. |
|
config
Package config loads and validates the per-project .awf/ configuration: a skeleton config.yaml plus per-target sidecar YAMLs and convention parts.
|
Package config loads and validates the per-project .awf/ configuration: a skeleton config.yaml plus per-target sidecar YAMLs and convention parts. |
|
configspec
Package configspec is the compile-time, adopter-facing description authority for the .awf configuration surface: every config.yaml key, sidecar field, var, and per-artifact data key an adopter can set.
|
Package configspec is the compile-time, adopter-facing description authority for the .awf configuration surface: every config.yaml key, sidecar field, var, and per-artifact data key an adopter can set. |
|
contextdelivery
Package contextdelivery enforces the terminal-size boundary for context output.
|
Package contextdelivery enforces the terminal-size boundary for context output. |
|
contextq
Package contextq answers context and coverage questions over one assembled context state: path classification, request assembly, universe assembly, topic and claim and pending projection, artifact records, the context and uncovered result vocabulary, and the human rendering of those results (ADR-0195).
|
Package contextq answers context and coverage questions over one assembled context state: path classification, request assembly, universe assembly, topic and claim and pending projection, artifact records, the context and uncovered result vocabulary, and the human rendering of those results (ADR-0195). |
|
contextspill
Package contextspill recognizes context spill notices and records local, path-free observability events for the repository runner.
|
Package contextspill recognizes context spill notices and records local, path-free observability events for the repository runner. |
|
coverage
Package coverage parses a Go coverprofile and reports statement coverage over blocks not marked with a coverage-ignore directive.
|
Package coverage parses a Go coverprofile and reports statement coverage over blocks not marked with a coverage-ignore directive. |
|
currentstate
Package currentstate validates parsed ADR application authority and topics.
|
Package currentstate validates parsed ADR application authority and topics. |
|
effort
Package effort owns repository-local immutable effort residents and their memory.
|
Package effort owns repository-local immutable effort residents and their memory. |
|
execution
Package execution selects closed operation steps, prepares their requirement closure once, and executes prepared actions in deterministic order.
|
Package execution selects closed operation steps, prepares their requirement closure once, and executes prepared actions in deterministic order. |
|
filepublication
Package filepublication owns complete same-directory file preparation and released-platform atomic no-replace namespace publication.
|
Package filepublication owns complete same-directory file preparation and released-platform atomic no-replace namespace publication. |
|
filesystem
Package filesystem owns root-confined production filesystem access.
|
Package filesystem owns root-confined production filesystem access. |
|
frontmatter
Package frontmatter splits and parses YAML frontmatter delimited by leading "---" lines in markdown content.
|
Package frontmatter splits and parses YAML frontmatter delimited by leading "---" lines in markdown content. |
|
git
Package git is awf's one semantic git seam: every git capability the application needs is an entrypoint here, and which backend answers an entrypoint (in-process object reads, or native Git through the package runner) is an implementation detail no consumer can observe.
|
Package git is awf's one semantic git seam: every git capability the application needs is an entrypoint here, and which backend answers an entrypoint (in-process object reads, or native Git through the package runner) is an implementation detail no consumer can observe. |
|
initspec
Package initspec resolves awf init answers against the catalog's value descriptors and emits the descriptor schema (ADR-0029).
|
Package initspec resolves awf init answers against the catalog's value descriptors and emits the descriptor schema (ADR-0029). |
|
manifest
Package manifest reads and writes the .awf/awf.lock and detects drift between rendered output and its sources.
|
Package manifest reads and writes the .awf/awf.lock and detects drift between rendered output and its sources. |
|
memorycite
Package memorycite answers one question about a piece of text: does it cite a specific working-memory file (ADR-0158)? The working-memory convention allows a decision record to name the directory or a placeholder, and bans naming an actual file, so the discrimination is entirely about what follows the prefix.
|
Package memorycite answers one question about a piece of text: does it cite a specific working-memory file (ADR-0158)? The working-memory convention allows a decision record to name the directory or a placeholder, and bans naming an actual file, so the discrimination is entirely about what follows the prefix. |
|
migrate
Package migrate ports a project's awf config across schema generations.
|
Package migrate ports a project's awf config across schema generations. |
|
pathglob
Package pathglob is awf's single glob dialect (ADR-0077): anchored full-path doublestar matching against slash-separated repo-relative paths.
|
Package pathglob is awf's single glob dialect (ADR-0077): anchored full-path doublestar matching against slash-separated repo-relative paths. |
|
pitfall
Package pitfall owns authored pitfall identity and source semantics.
|
Package pitfall owns authored pitfall identity and source semantics. |
|
plan
Package plan parses plan files under docs/plans and scaffolds new plans from the rendered plans template (awf new plan).
|
Package plan parses plan files under docs/plans and scaffolds new plans from the rendered plans template (awf new plan). |
|
presentation
Package presentation owns the closed CLI presentation grammar.
|
Package presentation owns the closed CLI presentation grammar. |
|
project
Package project ties config, catalog, render, and manifest together to sync rendered files into a project and check them for drift.
|
Package project ties config, catalog, render, and manifest together to sync rendered files into a project and check them for drift. |
|
projectlicense
Package projectlicense owns verification of this project's AGPL-3.0-only license artifacts.
|
Package projectlicense owns verification of this project's AGPL-3.0-only license artifacts. |
|
prosegate
Package prosegate scans a project's tracked text files for the seven banned typographic punctuation substitutes (ADR-0119).
|
Package prosegate scans a project's tracked text files for the seven banned typographic punctuation substitutes (ADR-0119). |
|
refs
Package refs extracts internal markdown link targets from rendered content.
|
Package refs extracts internal markdown link targets from rendered content. |
|
render
Package render parses awf section markers and renders templates with per-project overlays via text/template.
|
Package render parses awf section markers and renders templates with per-project overlays via text/template. |
|
resident
Package resident owns resident-root policy and path anchoring: the closed table of repository-wide roots awf owns at the primary control root, the predicate that recognises a path or a render kind as resident, the Roots value that resolves an output path against the right anchor, and the resident lifecycle operations.
|
Package resident owns resident-root policy and path anchoring: the closed table of repository-wide roots awf owns at the primary control root, the predicate that recognises a path or a render kind as resident, the Roots value that resolves an output path against the right anchor, and the resident lifecycle operations. |
|
severity
Package severity holds the one finding rank awf reports.
|
Package severity holds the one finding rank awf reports. |
|
snapshot
Package snapshot captures immutable file trees from Git or an ordinary filesystem directory.
|
Package snapshot captures immutable file trees from Git or an ordinary filesystem directory. |
|
testsupport
Package testsupport provides shared test-fixture helpers used across awf's test suites: managed TestMain HOME lifecycle, project-config scaffolding, ADR frontmatter fixtures, file-writing primitives, and the seam-swap idiom.
|
Package testsupport provides shared test-fixture helpers used across awf's test suites: managed TestMain HOME lifecycle, project-config scaffolding, ADR frontmatter fixtures, file-writing primitives, and the seam-swap idiom. |
|
testsupport/cmd/testtmpclean
command
Command testtmpclean owns repo-private test-temp cleanup invoked by ./x clean-test-tmp and is not part of the shipped awf CLI.
|
Command testtmpclean owns repo-private test-temp cleanup invoked by ./x clean-test-tmp and is not part of the shipped awf CLI. |
|
testsupport/fsfixture
Package fsfixture provides the repository's kernel-backed controlled filesystem fault source as the distinct test source authorized by ADR-consumer-local-contracts-over-single-home-filesystem-access.
|
Package fsfixture provides the repository's kernel-backed controlled filesystem fault source as the distinct test source authorized by ADR-consumer-local-contracts-over-single-home-filesystem-access. |
|
testsupport/gitfixture
Package gitfixture is the single home for building git repository state in awf's test suites.
|
Package gitfixture is the single home for building git repository state in awf's test suites. |
|
topic
Package topic parses and validates current-state topic inputs.
|
Package topic parses and validates current-state topic inputs. |
|
upgrade
Package upgrade runs the permanent final current-state upgrade: it verifies only the sealed facts of a bridge attestation and applies the cutover output plan through a recoverable journal.
|
Package upgrade runs the permanent final current-state upgrade: it verifies only the sealed facts of a bridge attestation and applies the cutover output plan through a recoverable journal. |
|
worktree
Package worktree manages native-Git effort worktrees.
|
Package worktree manages native-Git effort worktrees. |
|
Package templates embeds the standard's template tree (skills, agents, docs, bootstrap).
|
Package templates embeds the standard's template tree (skills, agents, docs, bootstrap). |
Click to show internal directories.
Click to hide internal directories.