Skip to content

release(v0.15.0): sub-directory-safe exports + agent-ergonomic CLI#400

Merged
avrabe merged 1 commit into
mainfrom
release/v0.15.0
Jun 2, 2026
Merged

release(v0.15.0): sub-directory-safe exports + agent-ergonomic CLI#400
avrabe merged 1 commit into
mainfrom
release/v0.15.0

Conversation

@avrabe
Copy link
Copy Markdown
Contributor

@avrabe avrabe commented Jun 2, 2026

Cuts v0.15.0, shipping the 35 commits that accumulated since v0.14.0.

Why now

A user reported that 0.14.0 still emits absolute /<prefix>/artifacts/… export links that 404 on a sub-directory deploy. Verified: the fix (#377, REQ-115/116/118) merged ~17 h after v0.14.0 was tagged, so it's on main but in no released tag. This release ships it. Current main is verified clean — the export build smoke check builds 1236 pages under a sub-directory base_url with zero absolute-link leaks.

Bumps

  • Cargo.toml workspace 0.14.0 → 0.15.0
  • vscode-rivet/package.json → 0.15.0
  • Cargo.lock regenerated
  • CHANGELOG [Unreleased] → [0.15.0] - 2026-06-02

Headline contents

  • Export: sub-directory-safe Zola/HTML links (REQ-115/116/118), hyphenated external prefix:ID resolution (REQ-143), localhost-oEmbed drop (REQ-117), export build smoke check (REQ-138)
  • CLI: modify --where bulk (REQ-141), list --rank-by-backlinks (REQ-128), global --quiet (REQ-151), validate --explain (REQ-125) / --min-severity (REQ-137), s-expr error guidance (REQ-142/147)
  • Validation soundness: salsa now evaluates status-gate rules (REQ-146); source-view whole-token id match (REQ-144); test-results rivet_tc_id property (REQ-145); loud-fail ReqIF import (REQ-119/120/123)

Verification

rivet validate PASS; rivet docs check PASS (VersionConsistency green — all version files at 0.15.0). Merge gates CI as usual; tag after merge.

🤖 Generated with Claude Code

Bump workspace version 0.14.0 -> 0.15.0 (+ vscode-rivet/package.json,
Cargo.lock) and finalize the CHANGELOG [0.15.0] section.

Headline: the Zola/HTML export no longer emits absolute
`/<prefix>/artifacts/…` links that 404 on a sub-directory deploy
(REQ-115/116/118) — that fix merged ~17h after v0.14.0 was tagged, so
0.14.0 users still hit it; this ships it. Also: external `prefix:ID`
resolution for hyphenated slugs (REQ-143), the localhost-oEmbed drop
(REQ-117), the export build smoke check (REQ-138), query-driven
`modify --where` (REQ-141), `list --rank-by-backlinks` (REQ-128),
global `--quiet` (REQ-151), `validate --explain` (REQ-125) /
`--min-severity` (REQ-137), the salsa status-gate soundness fix
(REQ-146), the source-view whole-token match (REQ-144), and the
test-results `rivet_tc_id` property (REQ-145).

`rivet validate` PASS; `rivet docs check` PASS (VersionConsistency
green — all version files at 0.15.0).

Refs: REQ-115, REQ-116, REQ-118, REQ-143
@avrabe avrabe merged commit 930e531 into main Jun 2, 2026
18 of 37 checks passed
@avrabe avrabe deleted the release/v0.15.0 branch June 2, 2026 15:51
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant