Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
awf
command
Command awf renders standardised .claude skills, review agents, and docs into a project from embedded templates plus a per-project .awf/ config tree.
|
Command awf renders standardised .claude skills, review agents, and docs into a project from embedded templates plus a per-project .awf/ config tree. |
|
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. |
|
internal
|
|
|
adr
Package adr parses ADR files under docs/decisions and renders the ACTIVE.md index.
|
Package adr parses ADR files under docs/decisions and renders the ACTIVE.md index. |
|
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 loads the embedded catalog.yaml that declares the standard's skills, agents, and docs.
|
Package catalog loads the embedded catalog.yaml that declares the standard's skills, agents, and docs. |
|
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. |
|
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. |
|
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. |
|
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). |
|
invariants
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. |
|
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. |
|
migrate
Package migrate ports a project's awf config across schema generations.
|
Package migrate ports a project's awf config across schema generations. |
|
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. |
|
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. |
|
Package templates embeds the standard's template tree (catalog.yaml, skills, agents, docs, bootstrap).
|
Package templates embeds the standard's template tree (catalog.yaml, skills, agents, docs, bootstrap). |
Click to show internal directories.
Click to hide internal directories.