Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions adr/INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

| # | Title | Highlights |
|---|-------|------------|
| 044 | Duplicate Layer Name Disambiguation | |
| 043 | Custom Color Format Configuration | |
| 042 | Composition as a First-Class Type | |
| 041 | Layout Positioning — Constraint-Based Naming | |
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to `@directededges/specs-cli` are documented here.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.0] - Unreleased

### Added

### Changed

### Removed


## [0.13.0] - 2026-05-06

Adds configurable color output format (`config.format.color`) with nine options from hex strings to structured DTCG Color objects. Fixes EISDIR crash when outputDirectory targets a directory, and corrects config template URLs.
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@directededges/specs-cli",
"version": "0.13.0",
"version": "0.14.0",
"description": "Command-line interface for Specs design system operations",
"type": "module",
"main": "./dist/index.js",
Expand Down
Loading