Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"sdk/cli": "1.1.0"
"sdk/cli": "1.2.0"
}
14 changes: 14 additions & 0 deletions sdk/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.0](https://github.com/beyondnetcode/evolith_arch32/compare/cli-v1.1.0...cli-v1.2.0) (2026-06-04)


### Features
Comment on lines +3 to +6

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep the Spanish changelog in sync

When this release commit is validated, the new English 1.2.0 changelog section has no matching section in sdk/cli/CHANGELOG.es.md, so the repository's bilingual parity gate fails for the CLI changelogs (node .harness/scripts/check-bilingual-parity.mjs reports EN 16 headers vs ES 11). Please add the corresponding Spanish 1.2.0 entry so the release docs remain structurally aligned and the pre-commit validation can pass.

Useful? React with 👍 / 👎.


* **cli:** add evolutionary phase routing and selective SDLC domain generation ([5daa68b](https://github.com/beyondnetcode/evolith_arch32/commit/5daa68b86030b98ac5c7f6b42fbafdea3d9e3f47))
* **cli:** add extensible scaffolding command via strategy pattern and fix missing shebang ([06a1d33](https://github.com/beyondnetcode/evolith_arch32/commit/06a1d33a9b422a842697f4f45945a3bd776fb522))
* **cli:** prompt user dynamically for api, host, and remote app names ([561dafe](https://github.com/beyondnetcode/evolith_arch32/commit/561dafe3a7621a17b540cae5d808aedc872fee27))


### Bug Fixes

* **cli:** add legacy peer deps to prevent ERESOLVE during MFE generation ([706e0dc](https://github.com/beyondnetcode/evolith_arch32/commit/706e0dc2857ba9955932d46e8ef003228826dcca))

## [1.1.0](https://github.com/beyondnetcode/evolith_arch32/compare/cli-v1.0.3...cli-v1.1.0) (2026-06-04)


Expand Down
4 changes: 2 additions & 2 deletions sdk/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@evolith/cli",
"version": "1.1.0",
"version": "1.2.0",
"description": "Evolith SDK Command Line Interface",
"main": "dist/main.js",
"bin": {
Expand Down
Loading