Skip to content

docs(status): advance SQL REQs via dogfooding (229/230 verified, 231 implemented)#587

Merged
avrabe merged 1 commit into
mainfrom
feat/dogfood-sql-status-flip
Jun 25, 2026
Merged

docs(status): advance SQL REQs via dogfooding (229/230 verified, 231 implemented)#587
avrabe merged 1 commit into
mainfrom
feat/dogfood-sql-status-flip

Conversation

@avrabe

@avrabe avrabe commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Closes the V on the SQL-interface requirements — using the shipped features on rivet's own artifacts:

  1. rivet sql "UPDATE artifacts SET status='implemented' WHERE id IN ('REQ-229','REQ-230','REQ-231')" — one multi-row write through the REQ-230 write path on the new gluesql engine ("3 artifact(s) updated").
  2. rivet verify REQ-229 + rivet verify REQ-230 (REQ-226) — advanced to verified on their // rivet: verifies source markers.

REQ-231 stays implemented (no dedicated verifies-marker — its verification is "all sql tests pass on gluesql"). rivet validate PASS — round-trip fidelity confirmed on real artifacts.

A small but real demonstration that the SQL write + rivet verify features work end-to-end on the project that built them.

🤖 Generated with Claude Code

…ogfood)

Flipped via the shipped features themselves: `rivet sql "UPDATE artifacts SET
status='implemented' WHERE id IN (...)"` (REQ-230 write path, gluesql engine) for
the status advance, then `rivet verify REQ-229/REQ-230` (REQ-226) to advance to
verified on their source `// rivet: verifies` markers. REQ-231 stays implemented
(no dedicated marker). rivet validate PASS — round-trip fidelity confirmed on
real artifacts.

Refs: REQ-229, REQ-230, REQ-231, REQ-226
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Rivet Criterion Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: 84f647d Previous: 59b99c0 Ratio
link_graph_build/10000 37257653 ns/iter (± 2028544) 25355776 ns/iter (± 602440) 1.47

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions

Copy link
Copy Markdown

📐 Rivet artifact delta

Change Count
Added 0
Removed 0
Modified 3
Downstream impacted (depth ≤ 5) 0

Graph

graph LR
  REQ_229["REQ-229"]:::modified
  REQ_230["REQ-230"]:::modified
  REQ_231["REQ-231"]:::modified
  classDef added fill:#d4edda,stroke:#28a745,color:#155724
  classDef removed fill:#f8d7da,stroke:#dc3545,color:#721c24
  classDef modified fill:#fff3cd,stroke:#ffc107,color:#856404
  classDef overflow fill:#e2e3e5,stroke:#6c757d,color:#495057,stroke-dasharray: 3 3
Loading
Modified
ID Changes
REQ-229
REQ-230
REQ-231

📎 Full HTML dashboard attached as workflow artifact rivet-delta-pr-587download from the workflow run.

Posted by rivet-delta workflow. The graph shows only changed artifacts; open the HTML dashboard (above) for full context.

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@avrabe avrabe merged commit 3f12f43 into main Jun 25, 2026
29 checks passed
@avrabe avrabe deleted the feat/dogfood-sql-status-flip branch June 25, 2026 04:51
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