بنقرة واحدة
loom-merge-ready
Confirm current-head host attestation, hosted delivery gate, required checks, and mergeability.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Confirm current-head host attestation, hosted delivery gate, required checks, and mergeability.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Confirm current-head host attestation, hosted delivery gate, required checks, and mergeability.
Adopt a repository through Loom metadata and verify the global runtime provider.
Execute a bounded Work Item after host-native admission and before pre-review.
Prepare a session handoff from public derived state without repository mutations.
Loom root entry for detection, diagnosis, metadata-only adoption, and scenario routing.
Bind a real PR, current head, Work Item, branch, and formal worktree before semantic review.
| name | loom-merge-ready |
| description | Confirm current-head host attestation, hosted delivery gate, required checks, and mergeability. |
Use loom merge-ready for explicit preflight or loom merge check as the
controlled-merge read path. All inputs must identify the same PR/current head
and typed Work Item.
Merge-ready consumes:
loom-delivery-gate result for that head;Create the retained gate input from the public command, not from the raw workflow evaluator:
loom pr gate <pr> \
--work-item <owner/repo/work_item/id> \
--attestation-artifact-input <attestation-artifact.json> \
--full-output --json
Keep that complete loom-delivery-gate-readback/v1 JSON in a repo-relative,
ignored workstation file and pass it with --pr-gate-result-file. Raw
loom-delivery-gate/v1 JSON is not a merge-ready input.
loom merge-ready \
--target <repo> \
--item <owner/repo/work_item/id> \
--pr <pr> \
--attestation-artifact-input <attestation-artifact.json> \
--pr-gate-result-file <repo-relative-ignored-gate.json> \
--json
The gate and merge-ready steps consume the same current-head attestation.
It performs zero mutations and does not read or write repo review, current, status, progress, shadow, freeze, or closeout carriers. Reinforced governance only strengthens host review/validation. Removed carrier backends cannot be enabled.
Pass allows loom ship or loom merge run --apply; it never replaces the host
merge action.