Handbook
Template recipe: `versona-evidence-pack-assemble`
Purpose: Execution-plane stub for assembling forge/evidence/
Template recipe: versona-evidence-pack-assemble
Purpose: Execution-plane stub for assembling forge/evidence/<pack-id>/ from CI or a local runner: create INDEX.md, optionally copy or hash-listed artifacts into the pack directory. The LLM does not replace this job — it reviews outputs.
Cognition counterpart: Cursor Skill assemble-versona-evidence-pack (Assemble Versona evidence pack (Forge)) defines layout and INDEX expectations.
Non-goals
- Not a compliance auditor — does not certify controls.
- No secrets in repo — env vars names only in README you ship.
Adoption
- Copy this folder to
agents/recipes/versona-evidence-pack-assemble/at the consuming repo root (seeORCHESTRATION.md). - Replace
run.shstub with real steps (e.g. copy CI artifacts, compute checksums, writeINDEX.md). - Write outputs under
agents/workspaces/versona-evidence-pack-assemble/or directly intoforge/evidence/<pack-id>/per team policy; register paths in sessionartifact-manifest.jsonwhen used.
Environment
| Variable | Required | Description |
|---|---|---|
EVIDENCE_PACK_ID |
Recommended | Slug for forge/evidence/<id>/ |
REPO_ROOT |
Optional | Default: /work in Docker |
Usage
# After copy to agents/recipes/…
./run.sh --pack-id my-release-2026-04-11
Default stub prints next steps and exits 0.
See also
VERSONA-EXECUTION-TASKLETS.md- Versona artifact contracts — canonical storage and formats §3.7