Add cross-harness image zoom skill #668

Closed
opened 2026-07-23 23:59:50 +00:00 by coilyco-ops · 1 comment
Member

workflow: pull-request-and-merge

Add a portable image zoom capability for Claude and Codex:

  • Ship an ordinary tooling-image-zoom skill with the Anthropic cookbook URL and MIT license in frontmatter.
  • Bundle a deterministic helper that crops normalized image coordinates through ImageMagick.
  • Include ImageMagick in the shared dev-base core image.
  • Validate the skill schema, shell helper, and a real crop round trip.
workflow: pull-request-and-merge Add a portable image zoom capability for Claude and Codex: * Ship an ordinary tooling-image-zoom skill with the Anthropic cookbook URL and MIT license in frontmatter. * Bundle a deterministic helper that crops normalized image coordinates through ImageMagick. * Include ImageMagick in the shared dev-base core image. * Validate the skill schema, shell helper, and a real crop round trip.
Author
Member

WARD-OUTCOME: done

verdict: pass
confidence: high
summary: The committed diff satisfies the complete issue contract. The crop helper validates its paths, dependency surface, image dimensions, and normalized geometry before writing, while the dev-base change installs and verifies the matching Ubuntu ImageMagick command.
findings: []
conclusion: Review passed. The branch adds the portable zoom skill, deterministic normalized crop helper, and shared ImageMagick dependency with no blocking correctness, regression, security, or contract gap found.

Verification:

  • ward exec test: 524 passed
  • ward exec pre-commit-all: all hooks passed
  • A real 200x100 image cropped to the expected 100x50 quadrant and the agent visually inspected the result
  • The worktree is clean and commit 170a605 is pushed

PR: #674

WARD-OUTCOME: done verdict: pass confidence: high summary: The committed diff satisfies the complete issue contract. The crop helper validates its paths, dependency surface, image dimensions, and normalized geometry before writing, while the dev-base change installs and verifies the matching Ubuntu ImageMagick command. findings: [] conclusion: Review passed. The branch adds the portable zoom skill, deterministic normalized crop helper, and shared ImageMagick dependency with no blocking correctness, regression, security, or contract gap found. Verification: * `ward exec test`: 524 passed * `ward exec pre-commit-all`: all hooks passed * A real 200x100 image cropped to the expected 100x50 quadrant and the agent visually inspected the result * The worktree is clean and commit `170a605` is pushed PR: https://forgejo.coilysiren.me/coilyco-flight-deck/agentic-os/pulls/674
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agentic-os#668
No description provided.