Documentation
¶
Overview ¶
Package agentguides embeds and loads the agent workflow guides that docent serves through `jira agent` and `jira guide`. The guides follow the Agent Guide Standard: one Markdown file per workflow, six fixed sections, frontmatter routing metadata. Content lives here; delivery, validation, and export live in docent.
Index ¶
Constants ¶
const ContractVersion = "3.0.0"
ContractVersion is the semver of the agent-facing contract: the command tree, envelope, exit codes, and guide semantics published by `jira agent schema` and stamped on the guide index. Bump major for a breaking change to the envelope, exit codes, or an existing flag/field; minor for additive surface; patch for wording-only changes. Independent of the binary version. The move from the hand-rolled surface to docent (new schema shape, new guide set) is the 2.x → 3.0.0 break.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.