Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PackageProps = packageprops.Props{ WASMWASI: packageprops.WASMBlocked, WASMJS: packageprops.WASMBlocked, WASMFreestanding: packageprops.WASMBlocked, }
PackageProps records this package's curated properties (ADR-0080). Seeded by `boxer code analysis golang wasmsurvey props generate`; curate by hand. The same group's `props verify` reconciles it.
Functions ¶
func NewCliCommand ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package adrcorpus reads the doc/adr corpus into a queryable model: one Adr per decision, the Subtask sub-items each one declares for itself, and every CodeRef citing an ADR number from source.
|
Package adrcorpus reads the doc/adr corpus into a queryable model: one Adr per decision, the Subtask sub-items each one declares for itself, and every CodeRef citing an ADR number from source. |
|
Package buildtags verifies a repository's ./tags file against the build-tag contract boxer publishes through its module pin.
|
Package buildtags verifies a repository's ./tags file against the build-tag contract boxer publishes through its module pin. |
|
Package callsites surveys the call expressions of Go packages and classifies each site's dispatch: monomorphic, static-polymorphic (generics), dynamic-polymorphic (interfaces, func values), conversion or builtin — optionally joined with the compiler's own devirtualization and inlining decisions parsed from `go build -gcflags=-m`.
|
Package callsites surveys the call expressions of Go packages and classifies each site's dispatch: monomorphic, static-polymorphic (generics), dynamic-polymorphic (interfaces, func values), conversion or builtin — optionally joined with the compiler's own devirtualization and inlining decisions parsed from `go build -gcflags=-m`. |
|
Package capmapcorpus reads a business-capability vault into a queryable model: one Competence per unit of what the business can do, and one Relation per link between them.
|
Package capmapcorpus reads a business-capability vault into a queryable model: one Competence per unit of what the business can do, and one Relation per link between them. |
|
Package capmapfacts encodes a business-capability corpus as `boxer.facts` rows and writes them (ADR-0168 §SD1, §SD2).
|
Package capmapfacts encodes a business-capability corpus as `boxer.facts` rows and writes them (ADR-0168 §SD1, §SD2). |
|
Package capmapvocab is the competence corpus's leeway natural-key vocabulary: the memberships that tag a competence or a relation row in `boxer.facts` (ADR-0168 §SD1, §SD2, §SD6).
|
Package capmapvocab is the competence corpus's leeway natural-key vocabulary: the memberships that tag a competence or a relation row in `boxer.facts` (ADR-0168 §SD1, §SD2, §SD6). |
|
Package datacatalog answers, as data, what a live ClickHouse instance holds: which tables are leeway-mapped, what leeway schema each one carries, which tables contain one another, and which of the remaining opaque tables a play panel could render (ADR-0170).
|
Package datacatalog answers, as data, what a live ClickHouse instance holds: which tables are leeway-mapped, what leeway schema each one carries, which tables contain one another, and which of the remaining opaque tables a play panel could render (ADR-0170). |
|
panelshapes
Package panelshapes is the vocabulary of result contracts a play panel can render, written as RE2 patterns over the data catalog's normalized schema string (ADR-0170 §SD4, §SD5).
|
Package panelshapes is the vocabulary of result contracts a play panel can render, written as RE2 patterns over the data catalog's normalized schema string (ADR-0170 §SD4, §SD5). |
|
Package docstd is the canonical vocabulary for the boxer documentation standard's front-matter contract (DOCUMENTATION_STANDARD §4): the allowed Diátaxis `type:` values, the per-type `status:` lifecycle enums, and a pure validator over a `(type, status)` pair.
|
Package docstd is the canonical vocabulary for the boxer documentation standard's front-matter contract (DOCUMENTATION_STANDARD §4): the allowed Diátaxis `type:` values, the per-type `status:` lifecycle enums, and a pure validator over a `(type, status)` pair. |
|
Package filenaming lints Go file and package names against ADR-0048.
|
Package filenaming lints Go file and package names against ADR-0048. |
|
Package gate is the composite lint gate boxer publishes to the repositories that consume it (ADR-0179).
|
Package gate is the composite lint gate boxer publishes to the repositories that consume it (ADR-0179). |
|
Package llmtag applies //go:build llm_generated_* markers to Go source files whose git-blame attribution points to commits authored with an LLM Co-Authored-By trailer.
|
Package llmtag applies //go:build llm_generated_* markers to Go source files whose git-blame attribution points to commits authored with an LLM Co-Authored-By trailer. |
|
Package pathfilter matches repository-relative paths against exclusion patterns, for the governance checks a consuming repository configures (ADR-0179).
|
Package pathfilter matches repository-relative paths against exclusion patterns, for the governance checks a consuming repository configures (ADR-0179). |
|
Package skeleton emits and reconciles the repository mechanics a boxer consumer would otherwise copy by hand (ADR-0179).
|
Package skeleton emits and reconciles the repository mechanics a boxer consumer would otherwise copy by hand (ADR-0179). |
Click to show internal directories.
Click to hide internal directories.