workspace-architect 2.2.30 → 2.2.31
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/assets-manifest.json +38 -1
- package/package.json +1 -1
package/assets-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2026-03-
|
|
3
|
+
"generatedAt": "2026-03-04T20:14:11.514Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -5228,6 +5228,43 @@
|
|
|
5228
5228
|
"license": "Complete terms in LICENSE.txt"
|
|
5229
5229
|
}
|
|
5230
5230
|
},
|
|
5231
|
+
"claude-api": {
|
|
5232
|
+
"path": "assets/skills/claude-api",
|
|
5233
|
+
"description": "Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.",
|
|
5234
|
+
"title": "claude-api",
|
|
5235
|
+
"type": "skills",
|
|
5236
|
+
"files": [
|
|
5237
|
+
"LICENSE.txt",
|
|
5238
|
+
"SKILL.md",
|
|
5239
|
+
"csharp/claude-api.md",
|
|
5240
|
+
"curl/examples.md",
|
|
5241
|
+
"go/claude-api.md",
|
|
5242
|
+
"java/claude-api.md",
|
|
5243
|
+
"php/claude-api.md",
|
|
5244
|
+
"python/agent-sdk/README.md",
|
|
5245
|
+
"python/agent-sdk/patterns.md",
|
|
5246
|
+
"python/claude-api/README.md",
|
|
5247
|
+
"python/claude-api/batches.md",
|
|
5248
|
+
"python/claude-api/files-api.md",
|
|
5249
|
+
"python/claude-api/streaming.md",
|
|
5250
|
+
"python/claude-api/tool-use.md",
|
|
5251
|
+
"ruby/claude-api.md",
|
|
5252
|
+
"shared/error-codes.md",
|
|
5253
|
+
"shared/live-sources.md",
|
|
5254
|
+
"shared/models.md",
|
|
5255
|
+
"shared/tool-use-concepts.md",
|
|
5256
|
+
"typescript/agent-sdk/README.md",
|
|
5257
|
+
"typescript/agent-sdk/patterns.md",
|
|
5258
|
+
"typescript/claude-api/README.md",
|
|
5259
|
+
"typescript/claude-api/batches.md",
|
|
5260
|
+
"typescript/claude-api/files-api.md",
|
|
5261
|
+
"typescript/claude-api/streaming.md",
|
|
5262
|
+
"typescript/claude-api/tool-use.md"
|
|
5263
|
+
],
|
|
5264
|
+
"metadata": {
|
|
5265
|
+
"license": "Complete terms in LICENSE.txt"
|
|
5266
|
+
}
|
|
5267
|
+
},
|
|
5231
5268
|
"doc-coauthoring": {
|
|
5232
5269
|
"path": "assets/skills/doc-coauthoring",
|
|
5233
5270
|
"description": "Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.31",
|
|
4
4
|
"description": "A comprehensive library of specialized AI agents and personas for GitHub Copilot, ranging from architectural planning and specific tech stacks to advanced cognitive reasoning models.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"workspace-architect": "bin/cli.js",
|