Skip to content

Commit 117aea1

Browse files
committed
Release 0.2.1
1 parent f710013 commit 117aea1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.1] - 2026-03-25
10+
11+
### Fixed
12+
13+
- Made AI rule category prompts stack-aware so frontend-only flows no longer offer backend rules.
14+
- Filtered invalid AI rule categories out of normalized plans for resume, seed, and compatibility-adjusted flows.
15+
- Added regression coverage for rule-category availability across landing page, chrome extension, and other intent-specific paths.
16+
917
## [0.2.0] - 2026-03-25
1018

1119
### 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.0",
3+
"version": "0.2.1",
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)