workspace-architect 2.2.108 → 2.2.109
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 +5 -2
- 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-
|
|
3
|
+
"generatedAt": "2026-06-07T20:33:51.990Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -5524,7 +5524,7 @@
|
|
|
5524
5524
|
},
|
|
5525
5525
|
"claude-api": {
|
|
5526
5526
|
"path": "assets/skills/claude-api",
|
|
5527
|
-
"description": "
|
|
5527
|
+
"description": "Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.\nTRIGGER — read BEFORE opening the target file; don't skip because it \"looks like a one-liner\" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens).\nSKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).",
|
|
5528
5528
|
"title": "claude-api",
|
|
5529
5529
|
"type": "skills",
|
|
5530
5530
|
"files": [
|
|
@@ -5550,6 +5550,8 @@
|
|
|
5550
5550
|
"ruby/claude-api.md",
|
|
5551
5551
|
"ruby/managed-agents/README.md",
|
|
5552
5552
|
"shared/agent-design.md",
|
|
5553
|
+
"shared/anthropic-cli.md",
|
|
5554
|
+
"shared/claude-platform-on-aws.md",
|
|
5553
5555
|
"shared/error-codes.md",
|
|
5554
5556
|
"shared/live-sources.md",
|
|
5555
5557
|
"shared/managed-agents-api-reference.md",
|
|
@@ -5568,6 +5570,7 @@
|
|
|
5568
5570
|
"shared/model-migration.md",
|
|
5569
5571
|
"shared/models.md",
|
|
5570
5572
|
"shared/prompt-caching.md",
|
|
5573
|
+
"shared/token-counting.md",
|
|
5571
5574
|
"shared/tool-use-concepts.md",
|
|
5572
5575
|
"typescript/agent-sdk/README.md",
|
|
5573
5576
|
"typescript/agent-sdk/patterns.md",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.109",
|
|
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",
|