workspace-architect 2.2.107 → 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 +11 -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": {
|
|
@@ -2201,6 +2201,12 @@
|
|
|
2201
2201
|
"title": "python-mcp-server",
|
|
2202
2202
|
"type": "instructions"
|
|
2203
2203
|
},
|
|
2204
|
+
"qa-engineering-best-practices": {
|
|
2205
|
+
"path": "assets/instructions/qa-engineering-best-practices.instructions.md",
|
|
2206
|
+
"description": "Comprehensive QA engineering best practices covering test strategy, test pyramid, naming conventions, assertion patterns, bug reporting, and automation guidelines for modern software projects.",
|
|
2207
|
+
"title": "qa-engineering-best-practices",
|
|
2208
|
+
"type": "instructions"
|
|
2209
|
+
},
|
|
2204
2210
|
"quarkus-mcp-server-sse": {
|
|
2205
2211
|
"path": "assets/instructions/quarkus-mcp-server-sse.instructions.md",
|
|
2206
2212
|
"description": "Quarkus and MCP Server with HTTP SSE transport development standards and instructions",
|
|
@@ -5518,7 +5524,7 @@
|
|
|
5518
5524
|
},
|
|
5519
5525
|
"claude-api": {
|
|
5520
5526
|
"path": "assets/skills/claude-api",
|
|
5521
|
-
"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).",
|
|
5522
5528
|
"title": "claude-api",
|
|
5523
5529
|
"type": "skills",
|
|
5524
5530
|
"files": [
|
|
@@ -5544,6 +5550,8 @@
|
|
|
5544
5550
|
"ruby/claude-api.md",
|
|
5545
5551
|
"ruby/managed-agents/README.md",
|
|
5546
5552
|
"shared/agent-design.md",
|
|
5553
|
+
"shared/anthropic-cli.md",
|
|
5554
|
+
"shared/claude-platform-on-aws.md",
|
|
5547
5555
|
"shared/error-codes.md",
|
|
5548
5556
|
"shared/live-sources.md",
|
|
5549
5557
|
"shared/managed-agents-api-reference.md",
|
|
@@ -5562,6 +5570,7 @@
|
|
|
5562
5570
|
"shared/model-migration.md",
|
|
5563
5571
|
"shared/models.md",
|
|
5564
5572
|
"shared/prompt-caching.md",
|
|
5573
|
+
"shared/token-counting.md",
|
|
5565
5574
|
"shared/tool-use-concepts.md",
|
|
5566
5575
|
"typescript/agent-sdk/README.md",
|
|
5567
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",
|