@softspark/ai-toolkit 4.32.3 → 4.33.0
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 +61 -0
- package/README.md +17 -26
- package/app/.claude-plugin/plugin.json +1 -1
- package/app/ARCHITECTURE.md +1 -1
- package/app/claude-app/skills/ai-toolkit-rules/SKILL.md +8 -1
- package/app/rules/common/security.md +2 -1
- package/app/rules/common/testing.md +6 -0
- package/app/skills/api-patterns/SKILL.md +37 -11
- package/app/skills/api-patterns/reference/error-contracts.md +88 -0
- package/app/skills/review/SKILL.md +5 -0
- package/app/skills/security-patterns/SKILL.md +2 -2
- package/app/skills/security-patterns/reference/input-validation.md +69 -1
- package/app/skills/testing-patterns/SKILL.md +19 -0
- package/benchmarks/ecosystem-doctor-snapshot.json +13 -13
- package/kb/procedures/sop-post-release-testing.md +159 -58
- package/kb/procedures/sop-release-verification.md +43 -16
- package/kb/procedures/sop-release.md +9 -2
- package/kb/reference/architecture-overview.md +3 -3
- package/kb/reference/dsh-compatibility.md +85 -13
- package/kb/reference/language-rules.md +7 -1
- package/kb/reference/skills-catalog.md +2 -2
- package/llms-full.txt +309 -96
- package/manifest.json +3 -3
- package/package.json +2 -2
- package/scripts/ecosystem_tools.json +5 -5
- package/scripts/install_steps/dsh.py +506 -53
package/manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "4.
|
|
2
|
+
"version": "4.33.0",
|
|
3
3
|
"components": {
|
|
4
4
|
"agents": {
|
|
5
5
|
"description": "44 specialized agents (orchestrator, backend, frontend, security, devops, etc.)",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
]
|
|
13
13
|
},
|
|
14
14
|
"skills": {
|
|
15
|
-
"description": "
|
|
15
|
+
"description": "114 skills (32 task + 31 hybrid + 51 knowledge)",
|
|
16
16
|
"path": "app/skills",
|
|
17
17
|
"target": ".claude/skills",
|
|
18
18
|
"type": "symlink",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"default": true
|
|
138
138
|
},
|
|
139
139
|
"skills": {
|
|
140
|
-
"description": "
|
|
140
|
+
"description": "114 skills (task, hybrid, knowledge)",
|
|
141
141
|
"default": true
|
|
142
142
|
},
|
|
143
143
|
"rules-common": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@softspark/ai-toolkit",
|
|
3
|
-
"version": "4.
|
|
4
|
-
"description": "AI coding toolkit:
|
|
3
|
+
"version": "4.33.0",
|
|
4
|
+
"description": "AI coding toolkit: 114 skills, 44 agents, 14 developer-tool integrations, Claude Chat/Cowork export, safety constitution, SARIF audit, and signed npm provenance.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude",
|
|
7
7
|
"claude-code",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"kind": "harness",
|
|
137
137
|
"status": "developer-preview",
|
|
138
138
|
"selection_policy": "explicit-only",
|
|
139
|
-
"reviewed_version": "0.1.
|
|
139
|
+
"reviewed_version": "0.1.2-rc.1",
|
|
140
140
|
"excluded_from": [
|
|
141
141
|
"editors-all",
|
|
142
142
|
"auto-detect",
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
"urls": {
|
|
146
146
|
"docs": "https://deepseek-harness.github.io/deepseek-harness/",
|
|
147
147
|
"release_notes": "https://github.com/deepseek-ai/deepseek-harness/releases",
|
|
148
|
-
"reviewed_release": "https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.
|
|
149
|
-
"reviewed_cli_docs": "https://github.com/deepseek-ai/deepseek-harness/blob/dsh-v0.1.
|
|
150
|
-
"reviewed_skill_docs": "https://github.com/deepseek-ai/deepseek-harness/blob/dsh-v0.1.
|
|
148
|
+
"reviewed_release": "https://github.com/deepseek-ai/deepseek-harness/releases/tag/dsh-v0.1.2-rc.1",
|
|
149
|
+
"reviewed_cli_docs": "https://github.com/deepseek-ai/deepseek-harness/blob/dsh-v0.1.2-rc.1/apps/cli/reference/README.md",
|
|
150
|
+
"reviewed_skill_docs": "https://github.com/deepseek-ai/deepseek-harness/blob/dsh-v0.1.2-rc.1/docs/subsystems/skills.md"
|
|
151
151
|
},
|
|
152
152
|
"config_paths": [
|
|
153
153
|
".agents/skills/*/SKILL.md",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"ai-toolkit dsh doctor --profile web",
|
|
168
168
|
"ai-toolkit dsh uninstall --profile web"
|
|
169
169
|
],
|
|
170
|
-
"status_note": "Community compatibility target maintained by SoftSpark. DeepSeek AI has not endorsed this integration. ai-toolkit reuses its native skill generator for project .agents/skills output and manages exact @softspark/dsh-codex@1.
|
|
170
|
+
"status_note": "Community compatibility target maintained by SoftSpark. DeepSeek AI has not endorsed this integration. ai-toolkit reuses its native skill generator for project .agents/skills output and manages exact @softspark/dsh-codex@1.5.0 and @softspark/dsh-orchestrator@2.0.0 packages only through explicit profile lifecycle commands. The lifecycle targets DSH 0.1.2-rc.1. Other prereleases require separate qualification before these pins change.",
|
|
171
171
|
"capability_markers": [
|
|
172
172
|
"Developer preview",
|
|
173
173
|
"profiles",
|