v2.10.0
tt-a1i/archifyv2.10.0Jul 5, 2026by tt-a1i
AI Summary
This release adds developer tooling features including validator hints with coordinates, an optional architecture grid layout mode, and an inspect command.
Key Highlights
- Add validator hints with coordinates
- Add optional architecture grid layout mode
- Add layout inspect command
New Features
- Validator hints with coordinates
- Architecture grid layout mode
- Layout inspect command
Full Release Notes
## Summary - **Validator hints (#7):** layout errors include concrete `Suggested fix` coordinates (`labelAt`, `labelDy`, nudged `pos`). - **Architecture grid (#8):** optional `layout.mode: "grid"` with `row`/`col`; example `examples/archify-repo-grid.architecture.json`. - **Layout inspect (#9):** `archify inspect architecture <file.json>` prints computed rects, paths, and labels as JSON. ## Test plan - [x] `npm test` (99 tests) - [x] Golden examples re-rendered with generator `archify 2.10.0` **Full Changelog**: https://github.com/tt-a1i/archify/compare/v2.9.0...v2.10.0