@softspark/ai-toolkit 4.19.0 → 4.19.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,23 @@ Versioning follows [Semantic Versioning](https://semver.org/).
7
7
 
8
8
  ---
9
9
 
10
+ ## v4.19.1 — re-release from corrected history (2026-07-27)
11
+
12
+ No functional change. The package contents are identical to v4.19.0.
13
+
14
+ v4.19.0 was committed with two commit messages attached to the wrong changes:
15
+ the commit titled `chore: release v4.19.0` held only the post-release testing
16
+ SOP, and the release itself shipped under a recycled message about a CodeQL
17
+ action bump. `main` has been rewritten so the history states what each commit
18
+ actually did, and this version is published from that corrected history.
19
+
20
+ The `v4.19.0` tag is deliberately left pointing at the pre-rewrite commit
21
+ `8c90024`. That commit is what the published SLSA attestation for v4.19.0 pins,
22
+ so the tag keeps it fetchable even though it is no longer an ancestor of `main`.
23
+ Do not delete that tag.
24
+
25
+ ---
26
+
10
27
  ## v4.19.0 — rtk-pack retired (2026-07-27)
11
28
 
12
29
  ### Removed
package/README.md CHANGED
@@ -8,9 +8,11 @@
8
8
  [![Agents](https://img.shields.io/badge/agents-44-blue)](app/agents/)
9
9
  [![Tests](https://img.shields.io/badge/tests-1465%20passing-success)](tests/)
10
10
 
11
- ## What's New in v4.19.0
11
+ ## What's New in v4.19.1
12
12
 
13
- v4.19.0 removes `rtk-pack`. The pack that v4.18.0 shipped is gone; everything the work built underneath it stays.
13
+ v4.19.1 is v4.19.0 re-published from a corrected commit history same package contents, no functional change. What that release does:
14
+
15
+ Removes `rtk-pack`. The pack that v4.18.0 shipped is gone; everything the work built underneath it stays.
14
16
 
15
17
  - **`rtk-pack` retired**: it broke every command it rewrote. rtk names itself bare in the rewrite, the pack kept its binary off `PATH` on purpose, and the result was exit 127 on `git`, `ls`, `cat`, `find`, `grep` and the rest. Measured value before the defect was 0.0615% of input tokens against a 0.05% kill number, so the fix was not worth the surface. See [the retirement note](kb/history/completed/rtk-pack-retirement-20260727.md).
16
18
  - **Pack hook wiring for Cursor and Gemini stays**: packs write user-scope entries to `~/.cursor/hooks.json` and `~/.gemini/settings.json`, tagged per pack, and `plugin remove` takes only its own back out.
@@ -3,7 +3,7 @@
3
3
  "name": "ai-toolkit",
4
4
  "displayName": "AI Toolkit",
5
5
  "description": "Professional-grade engineering skills, agents, rules, and lifecycle guardrails for Claude Code, Claude Chat, and Cowork.",
6
- "version": "4.19.0",
6
+ "version": "4.19.1",
7
7
  "author": {
8
8
  "name": "SoftSpark",
9
9
  "url": "https://github.com/softspark"
package/manifest.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.19.0",
2
+ "version": "4.19.1",
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": "4.19.0",
3
+ "version": "4.19.1",
4
4
  "description": "AI coding toolkit: 108 skills, 44 agents, 12 developer-tool integrations, recoverable native tool-output filtering, Claude Chat/Cowork export, safety constitution, SARIF audit, and signed npm provenance.",
5
5
  "keywords": [
6
6
  "claude",