Expand description
Canonical runtime layout for plan-issue artifacts.
Path math derived from
agent-kit/skills/automation/plan-issue-delivery/references/RUNTIME_LAYOUT.md.
See also docs/specs/plan-issue-contract-v2.md “Canonical Runtime
Artifacts (v2)”.
Structs§
- Issue
Root - Issue-scoped runtime root.
- Sprint
Root - Sprint-scoped runtime root.
Enums§
- Runtime
Layout Error - Errors emitted by canonical runtime-layout helpers.
Functions§
- ensure_
dir - Create a directory and all parents (idempotent).
- repo_
slug - Convert
owner/repotoowner__repo. - runtime_
root - Resolve
RUNTIME_ROOT="<state-dir>/out/plan-issue-delivery"using the plan-issue state-dir resolution chain (CLI override >PLAN_ISSUE_HOMEenv > XDG default). Seecrate::state::state_dirfor details.