@softspark/ai-toolkit 1.3.9 → 1.3.10

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,13 @@ Versioning follows [Semantic Versioning](https://semver.org/).
7
7
 
8
8
  ---
9
9
 
10
+ ## v1.3.10 — Patch (2026-04-07)
11
+
12
+ ### Fixed
13
+ - **Version cache**: `install` and `update` now clear `~/.ai-toolkit/version-check.json` so `status` shows correct "Latest" immediately after upgrade.
14
+
15
+ ---
16
+
10
17
  ## v1.3.9 — Single Source of Truth for Counts (2026-04-07)
11
18
 
12
19
  ### Changed
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai-toolkit",
3
3
  "description": "Professional-grade Claude Code toolkit with persona presets, skill security auditor, expanded lifecycle hooks, experimental opt-in plugin packs, benchmark harvesting, and multi-tool support.",
4
- "version": "1.3.8",
4
+ "version": "1.3.10",
5
5
  "author": {
6
6
  "name": "SoftSpark",
7
7
  "url": "https://github.com/softspark"
@@ -145,7 +145,7 @@ smart_query("[task description in English]") # or hybrid_search_kb()
145
145
  | `data-analyst` | Data | Analysis, visualization, SQL |
146
146
  | `documenter` | Documentation | Architecture notes, runbooks, guides |
147
147
  | `tech-lead` | Architecture | Code review, standards, tech disputes |
148
- | `product-owner` | Product | Requirements, priorities, acceptance criteria |
148
+ | `product-manager` | Product | Requirements, priorities, acceptance criteria |
149
149
  | `security-architect` | Security Design | Threat modeling, secure architecture |
150
150
  | `night-watchman` | Autonomous Ops | Auto-updates, refactoring, cleanup |
151
151
  | `chaos-monkey` | Resilience | Fault injection, reliability testing |
@@ -154,6 +154,24 @@ smart_query("[task description in English]") # or hybrid_search_kb()
154
154
  | `chief-of-staff` | Management | Executive summary, noise filtering |
155
155
  | `meta-architect` | Evolution | Self-optimization, agent updates |
156
156
  | `system-governor` | Safety | Constitution enforcement, VETO power |
157
+ | `ai-engineer` | AI/ML | LLM integration, RAG, vector DBs |
158
+ | `ml-engineer` | ML | Model training, MLOps |
159
+ | `nlp-engineer` | NLP | NER, text classification, NLP pipelines |
160
+ | `llm-ops-engineer` | LLM Ops | LLM caching, fallback, cost optimization |
161
+ | `prompt-engineer` | Prompts | Prompt design, chain-of-thought |
162
+ | `data-scientist` | Data Science | Statistics, EDA, A/B testing |
163
+ | `search-specialist` | Search | Search optimization, relevance tuning |
164
+ | `code-reviewer` | Code Quality | Code review, quality, security |
165
+ | `code-archaeologist` | Legacy Code | Legacy code investigation, dead code |
166
+ | `command-expert` | CLI | Shell scripting, CLI tools |
167
+ | `qa-automation-engineer` | QA | E2E testing, Playwright, Cypress |
168
+ | `mcp-testing-engineer` | MCP Testing | MCP protocol testing |
169
+ | `infrastructure-architect` | Architecture | Architecture decisions, trade-offs |
170
+ | `infrastructure-validator` | Deployment | Deployment verification, health checks |
171
+ | `incident-responder` | Incidents | Production incidents, P1-P4 |
172
+ | `seo-specialist` | SEO | SEO, meta tags, structured data |
173
+ | `fact-checker` | Verification | Claim verification, accuracy |
174
+ | `technical-researcher` | Research | Technical investigation, synthesis |
157
175
 
158
176
  ## 🔴 Agent Boundary Enforcement
159
177
 
@@ -213,7 +231,7 @@ Invoke entire SQUADS in PARALLEL to maximize impact.
213
231
 
214
232
  ### 1. The "Feature Squad" (New Capability)
215
233
  **Target**: Implementing a new user-facing feature.
216
- - `product-owner`: Value & Acceptance Criteria
234
+ - `product-manager`: Value & Acceptance Criteria
217
235
  - `tech-lead`: Architecture & Standards
218
236
  - `frontend-specialist`: UI/UX
219
237
  - `backend-specialist`: Logic & Data
@@ -255,7 +273,7 @@ Invoke entire SQUADS in PARALLEL to maximize impact.
255
273
  □ MCP/Protocol → mcp-specialist
256
274
  □ Discovery → explorer-agent
257
275
  □ Architecture → tech-lead
258
- □ Product → product-owner
276
+ □ Product → product-manager
259
277
  □ Security Design → security-architect
260
278
  □ Maintenance → night-watchman
261
279
  □ Resilience → chaos-monkey
@@ -3,7 +3,7 @@ title: "AI Toolkit - Agents Catalog"
3
3
  category: reference
4
4
  service: ai-toolkit
5
5
  tags: [agents, catalog, roles, ai-development]
6
- version: "1.3.8"
6
+ version: "1.3.10"
7
7
  created: "2026-03-23"
8
8
  last_updated: "2026-03-25"
9
9
  description: "Complete catalog of specialized agents with roles, models, and use cases."
@@ -3,7 +3,7 @@ title: "AI Toolkit - Architecture Overview"
3
3
  category: reference
4
4
  service: ai-toolkit
5
5
  tags: [architecture, overview, design, structure]
6
- version: "1.0.0"
6
+ version: "1.3.10"
7
7
  created: "2026-03-23"
8
8
  last_updated: "2026-04-07"
9
9
  description: "Architecture of ai-toolkit: directory layout, global install model, skill tiers, and integration with projects."
@@ -3,7 +3,7 @@ title: "AI Toolkit - Skills Catalog"
3
3
  category: reference
4
4
  service: ai-toolkit
5
5
  tags: [skills, domain-knowledge, catalog, task-skills, hybrid-skills]
6
- version: "1.3.8"
6
+ version: "1.3.10"
7
7
  created: "2026-03-23"
8
8
  last_updated: "2026-04-07"
9
9
  description: "Complete skills catalog with task, hybrid, and knowledge skills. Includes effort levels, skill-scoped hooks, executable scripts, security auditor, and persona presets."
package/llms-full.txt CHANGED
@@ -22,7 +22,6 @@
22
22
  - [CI Integration](kb/reference/ci-integration.md)
23
23
  - [Claude Ecosystem Benchmark Snapshot](kb/reference/claude-ecosystem-benchmark-snapshot.md)
24
24
  - [Claude Ecosystem Expansion Foundations](kb/reference/claude-ecosystem-expansion-foundations.md)
25
- - [Commands Catalog (DEPRECATED)](kb/reference/commands-catalog.md)
26
25
  - [Plan: Competitive Features — ai-toolkit](kb/reference/competitive-features-implementation.md)
27
26
  - [Distribution Model](kb/reference/distribution-model.md)
28
27
  - [Extension API Reference](kb/reference/extension-api.md)
@@ -582,7 +581,7 @@ title: "AI Toolkit - Agents Catalog"
582
581
  category: reference
583
582
  service: ai-toolkit
584
583
  tags: [agents, catalog, roles, ai-development]
585
- version: "1.3.8"
584
+ version: "1.3.10"
586
585
  created: "2026-03-23"
587
586
  last_updated: "2026-03-25"
588
587
  description: "Complete catalog of specialized agents with roles, models, and use cases."
@@ -934,7 +933,7 @@ title: "AI Toolkit - Architecture Overview"
934
933
  category: reference
935
934
  service: ai-toolkit
936
935
  tags: [architecture, overview, design, structure]
937
- version: "1.0.0"
936
+ version: "1.3.10"
938
937
  created: "2026-03-23"
939
938
  last_updated: "2026-04-07"
940
939
  description: "Architecture of ai-toolkit: directory layout, global install model, skill tiers, and integration with projects."
@@ -1540,32 +1539,6 @@ The reference benchmark set is intentionally curated:
1540
1539
 
1541
1540
  ---
1542
1541
 
1543
- ## kb/reference/commands-catalog.md
1544
-
1545
- ---
1546
- title: "AI Toolkit - Commands Catalog (DEPRECATED)"
1547
- category: reference
1548
- service: ai-toolkit
1549
- tags: [commands, deprecated]
1550
- version: "1.0.0"
1551
- created: "2026-03-23"
1552
- last_updated: "2026-03-28"
1553
- description: "DEPRECATED: All slash commands are implemented as skills. See skills-catalog.md for the current catalog."
1554
- ---
1555
-
1556
- # Commands Catalog (DEPRECATED)
1557
-
1558
- All slash commands have been migrated to skills.
1559
-
1560
- See **[Skills Catalog](skills-catalog.md)** for the complete list of skills, including:
1561
- - **28 Task Skills** — formerly standalone commands and creator workflows (e.g., `/commit`, `/test`, `/deploy`, `/hook-creator`, `/plugin-creator`)
1562
- - **30 Hybrid Skills** — slash commands that also provide agent knowledge (e.g., `/review`, `/debug`, `/plan`, `/tdd`, `/write-a-prd`, `/council`, `/introspect`)
1563
- - **32 Knowledge Skills** — domain patterns auto-loaded by agents (e.g., `brand-voice`, `clean-code`, `testing-patterns`)
1564
-
1565
- Slash command syntax (`/command`) continues to work. The underlying implementation moved from `app/commands/` to `app/skills/`.
1566
-
1567
- ---
1568
-
1569
1542
  ## kb/reference/competitive-features-implementation.md
1570
1543
 
1571
1544
  ---
@@ -4114,7 +4087,7 @@ title: "AI Toolkit - Skills Catalog"
4114
4087
  category: reference
4115
4088
  service: ai-toolkit
4116
4089
  tags: [skills, domain-knowledge, catalog, task-skills, hybrid-skills]
4117
- version: "1.3.8"
4090
+ version: "1.3.10"
4118
4091
  created: "2026-03-23"
4119
4092
  last_updated: "2026-04-07"
4120
4093
  description: "Complete skills catalog with task, hybrid, and knowledge skills. Includes effort levels, skill-scoped hooks, executable scripts, security auditor, and persona presets."
package/llms.txt CHANGED
@@ -22,7 +22,6 @@
22
22
  - [CI Integration](kb/reference/ci-integration.md)
23
23
  - [Claude Ecosystem Benchmark Snapshot](kb/reference/claude-ecosystem-benchmark-snapshot.md)
24
24
  - [Claude Ecosystem Expansion Foundations](kb/reference/claude-ecosystem-expansion-foundations.md)
25
- - [Commands Catalog (DEPRECATED)](kb/reference/commands-catalog.md)
26
25
  - [Plan: Competitive Features — ai-toolkit](kb/reference/competitive-features-implementation.md)
27
26
  - [Distribution Model](kb/reference/distribution-model.md)
28
27
  - [Extension API Reference](kb/reference/extension-api.md)
package/manifest.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.8",
2
+ "version": "1.3.10",
3
3
  "components": {
4
4
  "agents": {
5
5
  "description": "44 specialized agents (orchestrator, backend, frontend, security, devops, etc.)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softspark/ai-toolkit",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "description": "Professional-grade AI coding toolkit: 90 skills, 44 agents, multi-platform support (Claude, Cursor, Windsurf, Copilot, Gemini, Cline, Roo Code, Aider, Augment), machine-enforced safety constitution, persona presets, skill security auditor, expanded lifecycle hooks, 11 plugin packs, and benchmark tooling.",
5
5
  "keywords": [
6
6
  "claude",
@@ -88,6 +88,11 @@ def record_install(
88
88
 
89
89
  save_state(state)
90
90
 
91
+ # Clear version check cache (version may have changed)
92
+ cache_file = _state_path().parent / "version-check.json"
93
+ if cache_file.is_file():
94
+ cache_file.unlink()
95
+
91
96
 
92
97
  def print_status() -> None:
93
98
  """Print a human-readable summary of the install state."""
@@ -1,21 +0,0 @@
1
- ---
2
- title: "AI Toolkit - Commands Catalog (DEPRECATED)"
3
- category: reference
4
- service: ai-toolkit
5
- tags: [commands, deprecated]
6
- version: "1.0.0"
7
- created: "2026-03-23"
8
- last_updated: "2026-03-28"
9
- description: "DEPRECATED: All slash commands are implemented as skills. See skills-catalog.md for the current catalog."
10
- ---
11
-
12
- # Commands Catalog (DEPRECATED)
13
-
14
- All slash commands have been migrated to skills.
15
-
16
- See **[Skills Catalog](skills-catalog.md)** for the complete list of skills, including:
17
- - **28 Task Skills** — formerly standalone commands and creator workflows (e.g., `/commit`, `/test`, `/deploy`, `/hook-creator`, `/plugin-creator`)
18
- - **30 Hybrid Skills** — slash commands that also provide agent knowledge (e.g., `/review`, `/debug`, `/plan`, `/tdd`, `/write-a-prd`, `/council`, `/introspect`)
19
- - **32 Knowledge Skills** — domain patterns auto-loaded by agents (e.g., `brand-voice`, `clean-code`, `testing-patterns`)
20
-
21
- Slash command syntax (`/command`) continues to work. The underlying implementation moved from `app/commands/` to `app/skills/`.