Skip to content

release: @directededges/specs-cli v0.15.1#104

Merged
nathanacurtis merged 1 commit into
mainfrom
release/cli-0.15.1
May 20, 2026
Merged

release: @directededges/specs-cli v0.15.1#104
nathanacurtis merged 1 commit into
mainfrom
release/cli-0.15.1

Conversation

@nathanacurtis
Copy link
Copy Markdown
Member

@nathanacurtis nathanacurtis commented May 20, 2026

Summary

Fixes #101

generate's source auto-detection only recognized the legacy v1
checkbox-list format, so manifests produced by `specs scan` since
0.15.0 failed with "Unrecognized source format", breaking the
documented scan && generate round-trip. Detect v2 manifests via the
**Scan format version:** header and dispatch to ManifestParserV2;
v1 and raw JSON paths are unchanged. Also unescape escaped pipes in
v2 cell values so component names containing pipes round-trip.

Bumps @directededges/specs-cli to 0.15.1.

Fixes #101

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@nathanacurtis nathanacurtis marked this pull request as ready for review May 20, 2026 12:47
@nathanacurtis nathanacurtis changed the title release: release/cli-0.15.1 release: @directededges/specs-cli v0.15.1 May 20, 2026
@nathanacurtis nathanacurtis merged commit 0057d32 into main May 20, 2026
@nathanacurtis nathanacurtis deleted the release/cli-0.15.1 branch May 20, 2026 12:52
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.

specs generate fails on table-format manifests produced by specs scan

1 participant