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 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 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 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 `inv: <slug>` invariant tag is backed by a `<marker> invariant: <slug>` comment in a configured source file.
|
Package invariants checks that each Implemented ADR's `inv: <slug>` invariant tag is backed by a `<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 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 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. |
Click to show internal directories.
Click to hide internal directories.