R06 / Run
Verify a host-adapter migration run
The migration-specific evidence packet, reviewer requirements, and followup policy used to verify work against the host-adapter migration spec.Page evidence and guidance
This page summarizes the execution gate for the host-adapter migration in docs/v2/host-adapter-migration-spec.md. It is not the generic completion contract for every Guild Stack task. A migration run is complete only when its packet proves the assigned migration goals, the required host reviews have no unresolved issues, tests cover the host claims, docs/v2 and support evidence are current, and every followup is resolved or assigned to a named later migration run.
Evidence bar
What a verified migration packet contains
.guild/runs/<run-id>/evidence.md .guild/runs/<run-id>/evidence.md .guild/runs/<run-id>/review/G-implementation:<host-id>/ docs/v2/** or src/content/docs/** .guild/runs/<run-id>/followups.md .guild/runs/<run-id>/run.yaml Followup policy
Followups are classified, not left as loose prose:
- Blocking followup: the run cannot close until it is fixed and re-reviewed.
- Non-blocking local followup: may move to a named later run only if that run already exists and the current run still proves its own goals without the fix.
- Plugin-level followup: becomes a sanitized analysis artifact and requires user approval before it is filed as an issue.
- Documentation followup: blocks the run if the changed behavior affects user-facing docs, website source docs, or support-matrix claims.
Migration review gate
After local tests pass, every host-adapter migration run requires Claude review at review/G-implementation:<host-id>/. If Claude-family authored the change, Codex must also provide the independence-satisfying cross-host review. When Codex is unavailable, the packet records the degraded-local path, independence: weak, and the .guild/codex-skip-streak.json sentinel. A reviewer that produces no output, stops heartbeating, or gives a broad ungrounded response leaves the migration review inconclusive.
See Also
- Adversarial Review for review strength and loop control.
- Quality & Operations for the Quality vs Operations split and the release gate.
- Proof for what a real run’s receipts look like.
- Observability for the trace and provenance records this gate reads.