Skip to content

Commit 6d9fd29

Browse files
committed
Audit scaffold flows and release 0.2.3
1 parent 851cf28 commit 6d9fd29

6 files changed

Lines changed: 643 additions & 78 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ The format follows Keep a Changelog and the version numbers follow Semantic Vers
66

77
## [Unreleased]
88

9+
## [0.2.3] - 2026-03-25
10+
11+
### Added
12+
13+
- Generated richer starter surfaces across the supported intents:
14+
frontend apps now render a project-details page,
15+
backend APIs expose structured project metadata from `/` and `/health`,
16+
CLI scaffolds print project info and support `--json`,
17+
Chrome extensions show a detailed popup and log extension metadata,
18+
and microfrontend host/remote apps identify their role and generation source.
19+
- Added regression coverage for starter surfaces across every supported intent.
20+
21+
### Changed
22+
23+
- Expanded the scaffold audit coverage so every intent now emits a clear primary experience surface instead of only a minimal placeholder.
24+
- Threaded DevForge package metadata through generated outputs so new projects show the creator, package name, and CLI version consistently.
25+
26+
### Fixed
27+
28+
- Corrected stale generated starter metadata by sourcing generator identity from the real CLI package instead of duplicating hardcoded values.
29+
- Tightened the microfrontend host/remote starter content so those apps no longer look like generic workspace frontends.
30+
931
## [0.2.2] - 2026-03-25
1032

1133
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ali-dev11/devforge",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Production-focused AI-native project scaffolding CLI for JavaScript and TypeScript teams.",
55
"license": "MIT",
66
"author": "Ali-dev11",

0 commit comments

Comments
 (0)