Directories
¶
| Path | Synopsis |
|---|---|
|
Package adr parses ADR files under docs/decisions, renders the ACTIVE.md index, and scaffolds new ADR files from the rendered template (awf new adr).
|
Package adr parses ADR files under docs/decisions, renders the ACTIVE.md index, and scaffolds new ADR files from the rendered template (awf new adr). |
|
Package audit reports workflow-conformance findings over a branch's git history.
|
Package audit reports workflow-conformance findings over a branch's git history. |
|
Package bridge implements the migration-only current-state readiness adapter.
|
Package bridge implements the migration-only current-state readiness adapter. |
|
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. |
|
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). |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Package git centralises awf's go-git repository access: opening a repository tolerantly (linked worktrees, submodules, a stray worktreeConfig extension) so every awf command that reads git shares one open path.
|
Package git centralises awf's go-git repository access: opening a repository tolerantly (linked worktrees, submodules, a stray worktreeConfig extension) so every awf command that reads git shares one open path. |
|
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). |
|
Package invariants checks that each Implemented ADR's `invariant: <slug>` declaration is backed by a proof `<marker> invariant: <slug>` comment in a configured source file.
|
Package invariants checks that each Implemented ADR's `invariant: <slug>` declaration is backed by a proof `<marker> invariant: <slug>` comment in a configured source file. |
|
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. |
|
Package migrate ports a project's awf config across schema generations.
|
Package migrate ports a project's awf config across schema generations. |
|
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. |
|
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). |
|
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. |
|
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). |
|
Package refs extracts internal markdown link targets from rendered content.
|
Package refs extracts internal markdown link targets from rendered content. |
|
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. |
|
Package testsupport provides shared test-fixture helpers used across awf's test suites: TestMain HOME isolation, 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: TestMain HOME isolation, project-config scaffolding, ADR frontmatter fixtures, file-writing primitives, and the seam-swap idiom. |
|
gitfixture
Package gitfixture provides go-git-backed test fixtures (a fixed commit signature, a fresh repo, and a write+commit helper) for awf's test suites that need a real git repository.
|
Package gitfixture provides go-git-backed test fixtures (a fixed commit signature, a fresh repo, and a write+commit helper) for awf's test suites that need a real git repository. |
|
Package topic parses and validates current-state topic inputs.
|
Package topic parses and validates current-state topic inputs. |
Click to show internal directories.
Click to hide internal directories.