Unreleased — landing since 0.2.2
The capabilities landed on main since the last cut. These are the headline things you can now do as a team adopting Valinor — the exhaustive per-change log lives in CHANGELOG.md.
Improvements
- Valinor has a help-center docs site — a curated, searchable, user-facing place to learn the tool, separate from the contributor-facing developer guide. It opens with a getting-started walkthrough and covers Installation, a CLI reference, a Governance overview, and FAQ & troubleshooting.
- A whole-repo audit is now a documented, end-to-end flow. Your agent runs the
valinor-auditskill, which grades the entire rubric suite over your codebase, then three deterministic commands turn that into a verified, trended score —audit-verify(no unverified deliverable ever renders),audit-record(a grade-only, privacy-safe history), andaudit-trend(the score-over-time table). valinor initnow ships the docs-coverage gate — it catches the empty doc placeholder before it rots, using a generic, repo-shape-agnostic default that never false-flags your docs (tighten it with a manifest when you're ready).- The governance triad now reaches the repos you govern in full.
valinor initdelivers the 17-rule PR-review rubric, three universal deterministic gates plus three opt-in ones (default-off), the agent-file guard, and the ~two-dozenvalinor-audit-*skills bundled inside the package — rule, gate, and audit skill, all delivered and version-locked. - Per-gate severity dials and a legacy-onboarding path. Set each gate to
error,warn, oroffindependently, and grandfather an existing repo's debt with a baseline so gates block only on new code — a documented, tested route onto a legacy app without a wall of red CI. - Security and accessibility now have real review teeth. New
owasp-top-10anda11y(WCAG 2.1 AA) review rules close the two quality dimensions that used to be manual-only, and the doctrine's Definition of DONE now points at them honestly. - A stakeholder-ready story over your rising score. The Orbit digest turns the deterministic score-trend table into a Linear-changelog-style narrative you can hand to a client or leadership — verifiable spine, clearly-labeled AI prose on top, never gating CI.