workspace-architect 2.2.119 → 2.2.121

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-06-22T03:19:12.079Z",
3
+ "generatedAt": "2026-06-29T03:18:07.033Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "CSharpExpert": {
@@ -1375,7 +1375,7 @@
1375
1375
  },
1376
1376
  "astro": {
1377
1377
  "path": "assets/instructions/astro.instructions.md",
1378
- "description": "Astro development standards and best practices for content-driven websites",
1378
+ "description": "Astro 7 development standards and best practices for content-driven websites",
1379
1379
  "title": "astro",
1380
1380
  "type": "instructions"
1381
1381
  },
@@ -2341,7 +2341,7 @@
2341
2341
  },
2342
2342
  "svelte": {
2343
2343
  "path": "assets/instructions/svelte.instructions.md",
2344
- "description": "Svelte 5 and SvelteKit development standards and best practices for component-based user interfaces and full-stack applications",
2344
+ "description": "Svelte 5 and SvelteKit 2 development standards and best practices for component-based user interfaces and full-stack applications",
2345
2345
  "title": "svelte",
2346
2346
  "type": "instructions"
2347
2347
  },
@@ -5578,13 +5578,31 @@
5578
5578
  "files": [
5579
5579
  "LICENSE.txt",
5580
5580
  "SKILL.md",
5581
+ "csharp/claude-api/README.md",
5582
+ "csharp/claude-api/batches.md",
5583
+ "csharp/claude-api/files-api.md",
5584
+ "csharp/claude-api/streaming.md",
5585
+ "csharp/claude-api/tool-use.md",
5581
5586
  "csharp/claude-api.md",
5582
5587
  "curl/examples.md",
5583
5588
  "curl/managed-agents.md",
5589
+ "go/claude-api/README.md",
5590
+ "go/claude-api/files-api.md",
5591
+ "go/claude-api/streaming.md",
5592
+ "go/claude-api/tool-use.md",
5584
5593
  "go/claude-api.md",
5585
5594
  "go/managed-agents/README.md",
5595
+ "java/claude-api/README.md",
5596
+ "java/claude-api/files-api.md",
5597
+ "java/claude-api/streaming.md",
5598
+ "java/claude-api/tool-use.md",
5586
5599
  "java/claude-api.md",
5587
5600
  "java/managed-agents/README.md",
5601
+ "php/claude-api/README.md",
5602
+ "php/claude-api/batches.md",
5603
+ "php/claude-api/files-api.md",
5604
+ "php/claude-api/streaming.md",
5605
+ "php/claude-api/tool-use.md",
5588
5606
  "php/claude-api.md",
5589
5607
  "php/managed-agents/README.md",
5590
5608
  "python/agent-sdk/README.md",
@@ -5595,6 +5613,9 @@
5595
5613
  "python/claude-api/streaming.md",
5596
5614
  "python/claude-api/tool-use.md",
5597
5615
  "python/managed-agents/README.md",
5616
+ "ruby/claude-api/README.md",
5617
+ "ruby/claude-api/streaming.md",
5618
+ "ruby/claude-api/tool-use.md",
5598
5619
  "ruby/claude-api.md",
5599
5620
  "ruby/managed-agents/README.md",
5600
5621
  "shared/agent-design.md",
@@ -5618,6 +5639,7 @@
5618
5639
  "shared/managed-agents-webhooks.md",
5619
5640
  "shared/model-migration.md",
5620
5641
  "shared/models.md",
5642
+ "shared/platform-availability.md",
5621
5643
  "shared/prompt-caching.md",
5622
5644
  "shared/token-counting.md",
5623
5645
  "shared/tool-use-concepts.md",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.119",
3
+ "version": "2.2.121",
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",