Skip to main content
← Back to list
01Issue
FeatureClosedExtensions
AssigneesNone

Relationships

#1513 vercel codegen: add round-trip idempotency test for the pipeline

Opened by stack72 · 8/3/2026

The Vercel codegen pipeline has no automated tests. A round-trip codegen test would provide regression coverage for future pipeline changes:

  1. Generate models from the checked-in schema
  2. Verify all models pass deno check and deno lint
  3. Regenerate and verify zero diff (idempotency)

This would catch lint regressions like the async/let issues that blocked the initial publish (#165), and structural regressions when modifying the pipeline or generators.

Follows the pattern suggested by code review on PR #164. The testing requirement in CLAUDE.md applies to vault/datastore extensions; model codegen tests would be a new addition.

02Bog Flow
OPENTRIAGEDIN PROGRESSCLOSED

Closed

8/3/2026, 1:54:34 PM

No activity in this phase yet.

03Sludge Pulse
Editable. Press Enter to edit.

stack72 commented 8/3/2026, 1:54:33 PM

Handing this as part of 1512

Sign in to post a ripple.