release: @directededges/specs-schema v0.27.0 + @directededges/specs-cli v0.23.0#176
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…ield sections - Rename page title and sidebar label to `sources` (pill style) - Remove redundant section header; lift subsections to top level - Add intro prose explaining what sources is and the alias naming model - Add per-field sections for alias, key, and data with type metadata - Add bulleted list of scenarios that warrant a second source Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
* adr(index): claim 059-border-style
* feat(schema): add strokeDashPattern to Styles (ADR-059)
Add StrokeDashPattern { dash, gap } structural type and strokeDashPattern?: StrokeDashPattern | null field to Styles. Presence = dashed stroke; null/absent = solid. Not token-bindable. Bumps schema 0.27.0 → 0.28.0.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
* fix(cli): revert file: dep paths to published version ranges
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
* fix(schema): align version and changelog with release/schema-0.27.0 target
Revert premature 0.28.0 bump — strokeDashPattern folds into the active 0.27.0
release. Collapse the duplicate 0.28.0 changelog entry into 0.27.0.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
* fix(schema): correct version references 0.28.0 → 0.27.0 in ADR and types
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
---------
Co-authored-by: Claude Sonnet 4.6 <[email protected]>
accept and create agents now use the active origin/release/* branch directly rather than constructing a branch name from the ADR semver bump. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Add optional source field to Subcomponent carrying pageId/nodeId/nodeType, enabling reverse-direction tools to resolve SubcomponentRef entries to Figma nodes without side-channels. MINOR bump (additive, optional field). Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
* fix(adr-060): correct semver — no version bump, ships within 0.27.x release Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * feat(schema): add Subcomponent.source for Figma node identity (ADR-060) Adds optional source?: SubcomponentSource to Subcomponent, carrying pageId/nodeId/nodeType from the originating Figma node. Enables reverse-direction tools to resolve SubcomponentRef entries to Figma nodes without side-channels. No version bump — ships within 0.27.0. Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * chore(adr-060): mark ACCEPTED, update INDEX Co-Authored-By: Claude Sonnet 4.6 <[email protected]> --------- Co-authored-by: Claude Sonnet 4.6 <[email protected]>
Both pages existed but weren't registered in the sidebar, making them undiscoverable. Also rewrites the color page's weak intro and restructures Options into Default/Values sections with a table.
Adds a workflow diagram and concise bullets covering the plugin, fetch/scan/generate, the in-development write bridge, transform, and analyze.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #122