@softspark/ai-toolkit 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,25 @@ Versioning follows [Semantic Versioning](https://semver.org/).
7
7
 
8
8
  ---
9
9
 
10
+ ## v2.1.1 — Custom Rules in Generators & README Restructure (2026-04-13)
11
+
12
+ ### Fixed
13
+ - **Custom rules in generators** — `generate:all` now includes registered custom rules (from `ai-toolkit add-rule`) in all single-file generators (Cursor, Windsurf, Copilot, Gemini, AGENTS.md) and directory-based generators (Cline, Roo, Codex, Augment, Antigravity, Cursor MDC). Previously custom rules were lost on regeneration.
14
+ - **AGENTS.md double generation** — `generate-all` CLI no longer generates AGENTS.md twice; uses `codex-md` (superset) only
15
+ - **CLI help completeness** — added missing `--persona` option and `codex` to `--editors` list in `ai-toolkit help`
16
+
17
+ ### Changed
18
+ - **README restructured** — reduced from 951 to 292 lines with Table of Contents, "What's New" section, and links to KB docs. Detailed content moved to dedicated KB documents.
19
+ - **npm `generate:agents`** — now uses `generate_codex.py` (consistent with CLI `generate-all`)
20
+ - **Test assertions** — generator file count tests use `>= 6` to accommodate registered custom rules
21
+
22
+ ### New Files
23
+ - `kb/reference/cli-reference.md` — complete CLI command reference (moved from README)
24
+ - `kb/reference/unique-features.md` — detailed differentiators documentation (moved from README)
25
+ - `kb/reference/comparison.md` — ecosystem comparison table (moved from README)
26
+
27
+ ---
28
+
10
29
  ## v2.1.0 — Codex CLI Support & Native Editor MCP Install (2026-04-13)
11
30
 
12
31
  ### Added