workspace-architect 2.2.108 → 2.2.110

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-05-29T03:16:40.269Z",
3
+ "generatedAt": "2026-06-09T17:48:21.805Z",
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": "Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 4.6, 4.6 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.",
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, Fable, 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.108",
3
+ "version": "2.2.110",
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",