@kudusov.takhir/ba-toolkit 3.10.4 → 3.10.6
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 +22 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,26 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
+
## [3.10.6] — 2026-04-11
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
|
|
18
|
+
- **Pipeline diagram and example link in the website getting-started page.** ASCII pipeline diagram (same as README) now visible on the documentation website before step 3 "Run the pipeline", with a link to the example project page.
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## [3.10.5] — 2026-04-11
|
|
23
|
+
|
|
24
|
+
### Added
|
|
25
|
+
|
|
26
|
+
- **Domain-reference contribution guide in DOMAINS.md.** Replaced the sparse "Adding a new domain" section with a 5-step checklist: pick a slug, create the reference file (structure template with quality bar), register in the CLI `DOMAINS` array, test locally, open a PR. CONTRIBUTING.md updated with a cross-reference.
|
|
27
|
+
|
|
28
|
+
### Changed
|
|
29
|
+
|
|
30
|
+
- **External links on the website now open in a new tab.** Added `rehype-external-links` plugin to the Astro config — all external links in markdown content get `target="_blank" rel="noopener noreferrer"`. Internal navigation stays in the same tab.
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
14
34
|
## [3.10.4] — 2026-04-11
|
|
15
35
|
|
|
16
36
|
### Changed
|
|
@@ -785,6 +805,8 @@ CI scripts that relied on the old behaviour (`init` creates files only, `install
|
|
|
785
805
|
---
|
|
786
806
|
|
|
787
807
|
[Unreleased]: https://github.com/TakhirKudusov/ba-toolkit/compare/v3.10.1...HEAD
|
|
808
|
+
[3.10.6]: https://github.com/TakhirKudusov/ba-toolkit/compare/v3.10.5...v3.10.6
|
|
809
|
+
[3.10.5]: https://github.com/TakhirKudusov/ba-toolkit/compare/v3.10.4...v3.10.5
|
|
788
810
|
[3.10.4]: https://github.com/TakhirKudusov/ba-toolkit/compare/v3.10.3...v3.10.4
|
|
789
811
|
[3.10.3]: https://github.com/TakhirKudusov/ba-toolkit/compare/v3.10.2...v3.10.3
|
|
790
812
|
[3.10.2]: https://github.com/TakhirKudusov/ba-toolkit/compare/v3.10.1...v3.10.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kudusov.takhir/ba-toolkit",
|
|
3
|
-
"version": "3.10.
|
|
3
|
+
"version": "3.10.6",
|
|
4
4
|
"description": "AI-powered Business Analyst pipeline — 24 skills from concept discovery to a sequenced implementation plan an AI coding agent can execute, with one-command Notion + Confluence publish. Works with Claude Code, Codex CLI, Gemini CLI, Cursor, and Windsurf.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"business-analyst",
|