v0.2.0 Release Notes
Published: March 16, 2026
GitHub Release: v0.2.0
Compare: v0.1.0...v0.2.0
v0.2.0 builds on the initial v0.1.0 release with shape-aware SVG linting, a published VitePress documentation site, bilingual release-note mirrors, and richer showcase assets for repository onboarding.
Highlights
- Expanded
scripts/check-drawio-svg-overlaps.mjsto detectedge-rect-borderon large frames,edge-shape-borderon supported non-rect shapes,rect-shape-bordercontacts, and shape-aware text overflow from companion.drawiometadata. - Added dedicated regression fixtures and verifier scripts for large frame border overlap, non-rect shape border overlap, and shape-aware text overflow under
fixtures/andscripts/. - Added a public VitePress docs surface with English and Japanese guides, showcase pages, release-note mirrors, and GitHub Pages deployment.
Tooling And Automation
- Expanded
package.jsonwithdocs:build,docs:preview, and a repository-levelverifyscript that combines Node checks, fixture assertions, Python syntax validation viauv, and the VitePress build. - Updated
.github/workflows/ci.ymlto runnpm run verify, support manual dispatch, cache npm installs, and refresh the checkout/setup actions. - Added
.github/workflows/pages.ymlto builddocs/.vitepress/distand deploy the published docs to GitHub Pages.
Docs And Assets
- Added the public docs structure under
docs/, including getting started, workflow, architecture, export-and-lint, troubleshooting, showcase, and release-note pages in both locales. - Added icon-rich showcase diagrams, a shape-focused review sample, a Japanese-localized structure diagram, and a site icon under
assets/. - Updated
README.md,README.ja.md, andSKILL.mdso the repository, docs site, showcase samples, and release-note mirrors point to the same workflow.
Visual Samples
Shape-Aware Lint Review

- Source: draw-io-skill-structure-shapes.drawio
- SVG: draw-io-skill-structure-shapes.drawio.svg
- PNG: draw-io-skill-structure-shapes.drawio.png
Icon Block Showcase
![]()
- Source: draw-io-skill-structure-icons.drawio
- SVG: draw-io-skill-structure-icons.drawio.svg
- PNG: draw-io-skill-structure-icons.drawio.png
Validation
- Verified this release locally with
npm run verifyon March 16, 2026. - The validation scope includes the expanded fixture suite, Python syntax validation for
scripts/find_aws_icon.py, and the VitePress production build.
Version Note
- The Git tag
v0.2.0is the canonical identifier for this repository release. package.jsonstill reports1.0.0and the package remainsprivate, so repository package metadata should not be treated as the published release version.
