@kudusov.takhir/ba-toolkit 1.2.0 → 1.2.5
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 +68 -2
- package/README.md +121 -675
- package/package.json +1 -2
- package/README.ru.md +0 -846
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kudusov.takhir/ba-toolkit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "AI-powered Business Analyst pipeline — 21 skills from project brief to development handoff. Works with Claude Code, Codex CLI, Gemini CLI, Cursor, and Windsurf.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"business-analyst",
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"skills/",
|
|
37
37
|
"LICENSE",
|
|
38
38
|
"README.md",
|
|
39
|
-
"README.ru.md",
|
|
40
39
|
"CHANGELOG.md",
|
|
41
40
|
"COMMANDS.md"
|
|
42
41
|
],
|