Skip to content

v2.2.1 — Security group label padding fix

Choose a tag to compare

@tt-a1i tt-a1i released this 15 Apr 06:00
· 232 commits to main since this release

Patch release. Fixes a visual bug where the `sg-name :port` label on the dashed security-group boundary sat ~1px above the component inside it, crowding the box below.

Fix

  • Expanded the template's security-group example from `y=265 h=80` to `y=250 h=100` and moved the label baseline from `y=279` to `y=268`, yielding a clean ~12px gap between the label and the inner component.

Docs

`SKILL.md` now has a dedicated Security Group & Region Boundary Padding section with the offset rule (boundary `y = inner.y - 30`, `h = inner.h + 50`, label 18px below boundary top) and a concrete example — so future Claude-generated diagrams inherit the spacing automatically.

Install

Claude.ai: Settings → Capabilities → Skills → + Add → upload `archify.zip`.

Claude Code CLI:
```bash
rm -rf ~/.claude/skills/archify
unzip archify.zip -d ~/.claude/skills/
```