Skip to content

Commit 851cf28

Browse files
committed
Streamline prompt flow and release 0.2.2
1 parent 117aea1 commit 851cf28

5 files changed

Lines changed: 490 additions & 234 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.2] - 2026-03-25
10+
11+
### Changed
12+
13+
- Split the interactive flow into core decisions and optional advanced sections so users can keep recommended defaults for metadata, frontend libraries, backend capabilities, testing, AI rules, and tooling without answering every detail prompt.
14+
- Skipped one-option frontend prompts automatically for constrained flows such as microfrontend scaffolds.
15+
- Expanded default AI rule selection to the full stack-relevant category set when users keep the recommended configuration.
16+
17+
### Fixed
18+
19+
- Reset intent-specific defaults when users switch project type during prompting, preventing stale frontend-app defaults from leaking into landing page, backend API, chrome extension, and other flows.
20+
- Ensured backend and testing defaults remain valid when optional advanced questions are skipped, including a safe default adapter for NestJS.
21+
922
## [0.2.1] - 2026-03-25
1023

1124
### Fixed

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.1",
3+
"version": "0.2.2",
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)