Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Schema ¶ added in v0.8.0
func Schema() []byte
Schema returns the bundled companion JSON Schema for QUALITY.md frontmatter. The schema is structural-only and non-normative; SPECIFICATION.md remains the normative source of truth.
func Specification ¶
func Specification() []byte
Specification returns the bundled QUALITY.md format specification.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
qualitymd
command
Command qualitymd is the entry point for the QUALITY.md CLI.
|
Command qualitymd is the entry point for the QUALITY.md CLI. |
|
internal
|
|
|
agentinstructions
Package agentinstructions updates project agent instruction files with a concise pointer to the local QUALITY.md model.
|
Package agentinstructions updates project agent instruction files with a concise pointer to the local QUALITY.md model. |
|
cli
Package cli wires the QUALITY.md command tree (Cobra) and runs it through Fang for styled help, errors, version, and shell completion.
|
Package cli wires the QUALITY.md command tree (Cobra) and runs it through Fang for styled help, errors, version, and shell completion. |
|
document
Package document parses, renders, and writes QUALITY.md documents.
|
Package document parses, renders, and writes QUALITY.md documents. |
|
evaluation
Package evaluation owns QUALITY.md evaluation run folders and data.
|
Package evaluation owns QUALITY.md evaluation run folders and data. |
|
evaluator
Package evaluator defines the bounded judgment work contract between the evaluation runner and pluggable evaluator runtimes, and provides the built-in CLI- and API-backed evaluator implementations.
|
Package evaluator defines the bounded judgment work contract between the evaluation runner and pluggable evaluator runtimes, and provides the built-in CLI- and API-backed evaluator implementations. |
|
lint
Package lint validates QUALITY.md documents against the mechanical format rules and reports findings in the lint command's public result shape.
|
Package lint validates QUALITY.md documents against the mechanical format rules and reports findings in the lint command's public result shape. |
|
markdown
Package markdown provides small Markdown authoring primitives for generated project artifacts.
|
Package markdown provides small Markdown authoring primitives for generated project artifacts. |
|
model
Package model defines the typed QUALITY.md frontmatter model.
|
Package model defines the typed QUALITY.md frontmatter model. |
|
receipt
Package receipt contains shared agent-facing receipt elements.
|
Package receipt contains shared agent-facing receipt elements. |
|
runner
Package runner is the CLI-owned deterministic evaluation runner.
|
Package runner is the CLI-owned deterministic evaluation runner. |
|
scaffold
Package scaffold provides the starter QUALITY.md content used by `qualitymd init`.
|
Package scaffold provides the starter QUALITY.md content used by `qualitymd init`. |
|
schema
Package schema defines the structural QUALITY.md frontmatter schema.
|
Package schema defines the structural QUALITY.md frontmatter schema. |
|
schema/gen
command
Command gen writes the committed companion JSON Schema (quality.schema.json) from the structural schema in internal/schema.
|
Command gen writes the committed companion JSON Schema (quality.schema.json) from the structural schema in internal/schema. |
|
status
Package status assembles the read-only workspace status snapshot emitted by `qualitymd status`.
|
Package status assembles the read-only workspace status snapshot emitted by `qualitymd status`. |
|
workspace
Package workspace resolves the workspace-local paths used by qualitymd tooling for one selected QUALITY.md file.
|
Package workspace resolves the workspace-local paths used by qualitymd tooling for one selected QUALITY.md file. |
|
scripts
|
|
|
cli-docs
command
Command cli-docs generates the Mintlify CLI reference page from the qualitymd Cobra command tree, keeping the published reference in lockstep with the CLI's own command, flag, and example definitions.
|
Command cli-docs generates the Mintlify CLI reference page from the qualitymd Cobra command tree, keeping the published reference in lockstep with the CLI's own command, flag, and example definitions. |
|
report-gallery
command
Command report-gallery regenerates the checked-in LedgerLite example: the exemplar QUALITY.md, the gallery README, the synthetic quality changelog, and a single evaluation run built from synthetic payloads through the real evaluation pipeline.
|
Command report-gallery regenerates the checked-in LedgerLite example: the exemplar QUALITY.md, the gallery README, the synthetic quality changelog, and a single evaluation run built from synthetic payloads through the real evaluation pipeline. |
Click to show internal directories.
Click to hide internal directories.