workspace-architect 2.2.2 → 2.2.4

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-01-19T01:37:53.240Z",
3
+ "generatedAt": "2026-01-22T05:14:37.624Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "4.1-Beast": {
@@ -159,6 +159,24 @@
159
159
  "title": "blueprint-mode",
160
160
  "type": "agents"
161
161
  },
162
+ "cast-imaging-impact-analysis": {
163
+ "path": "assets/agents/cast-imaging-impact-analysis.agent.md",
164
+ "description": "Specialized agent for comprehensive change impact assessment and risk analysis in software systems using CAST Imaging",
165
+ "title": "cast-imaging-impact-analysis",
166
+ "type": "agents"
167
+ },
168
+ "cast-imaging-software-discovery": {
169
+ "path": "assets/agents/cast-imaging-software-discovery.agent.md",
170
+ "description": "Specialized agent for comprehensive software application discovery and architectural mapping through static code analysis using CAST Imaging",
171
+ "title": "cast-imaging-software-discovery",
172
+ "type": "agents"
173
+ },
174
+ "cast-imaging-structural-quality-advisor": {
175
+ "path": "assets/agents/cast-imaging-structural-quality-advisor.agent.md",
176
+ "description": "Specialized agent for identifying, analyzing, and providing remediation guidance for code quality issues using CAST Imaging",
177
+ "title": "cast-imaging-structural-quality-advisor",
178
+ "type": "agents"
179
+ },
162
180
  "clojure-interactive-programming": {
163
181
  "path": "assets/agents/clojure-interactive-programming.agent.md",
164
182
  "description": "Expert Clojure pair programmer with REPL-first methodology, architectural oversight, and interactive problem-solving. Enforces quality standards, prevents workarounds, and develops solutions incrementally through live REPL evaluation before file modifications.",
@@ -983,6 +1001,30 @@
983
1001
  "title": "convert-jpa-to-spring-data-cosmos",
984
1002
  "type": "instructions"
985
1003
  },
1004
+ "copilot-sdk-csharp": {
1005
+ "path": "assets/instructions/copilot-sdk-csharp.instructions.md",
1006
+ "description": "This file provides guidance on building C# applications using GitHub Copilot SDK.",
1007
+ "title": "copilot-sdk-csharp",
1008
+ "type": "instructions"
1009
+ },
1010
+ "copilot-sdk-go": {
1011
+ "path": "assets/instructions/copilot-sdk-go.instructions.md",
1012
+ "description": "This file provides guidance on building Go applications using GitHub Copilot SDK.",
1013
+ "title": "copilot-sdk-go",
1014
+ "type": "instructions"
1015
+ },
1016
+ "copilot-sdk-nodejs": {
1017
+ "path": "assets/instructions/copilot-sdk-nodejs.instructions.md",
1018
+ "description": "This file provides guidance on building Node.js/TypeScript applications using GitHub Copilot SDK.",
1019
+ "title": "copilot-sdk-nodejs",
1020
+ "type": "instructions"
1021
+ },
1022
+ "copilot-sdk-python": {
1023
+ "path": "assets/instructions/copilot-sdk-python.instructions.md",
1024
+ "description": "This file provides guidance on building Python applications using GitHub Copilot SDK.",
1025
+ "title": "copilot-sdk-python",
1026
+ "type": "instructions"
1027
+ },
986
1028
  "copilot-thought-logging": {
987
1029
  "path": "assets/instructions/copilot-thought-logging.instructions.md",
988
1030
  "description": "See process Copilot is following where you can edit this to reshape the interaction or save when follow up may be needed",
@@ -2908,6 +2950,17 @@
2908
2950
  "prompts:az-cost-optimize"
2909
2951
  ]
2910
2952
  },
2953
+ "cast-imaging": {
2954
+ "path": "assets/collections/cast-imaging.collection.yml",
2955
+ "description": "A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging.",
2956
+ "title": "CAST Imaging Agents",
2957
+ "type": "collections",
2958
+ "items": [
2959
+ "agents:cast-imaging-software-discovery",
2960
+ "agents:cast-imaging-impact-analysis",
2961
+ "agents:cast-imaging-structural-quality-advisor"
2962
+ ]
2963
+ },
2911
2964
  "claude-skills-starter": {
2912
2965
  "path": "assets/collections/claude-skills-starter.json",
2913
2966
  "description": "Essential Claude Skills for software development, planning, and automation workflows.",
@@ -2928,6 +2981,18 @@
2928
2981
  "prompts:remember-interactive-programming"
2929
2982
  ]
2930
2983
  },
2984
+ "copilot-sdk": {
2985
+ "path": "assets/collections/copilot-sdk.collection.yml",
2986
+ "description": "Build applications with the GitHub Copilot SDK across multiple programming languages. Includes comprehensive instructions for C#, Go, Node.js/TypeScript, and Python to help you create AI-powered applications.",
2987
+ "title": "Copilot SDK",
2988
+ "type": "collections",
2989
+ "items": [
2990
+ "instructions:copilot-sdk-csharp",
2991
+ "instructions:copilot-sdk-go",
2992
+ "instructions:copilot-sdk-nodejs",
2993
+ "instructions:copilot-sdk-python"
2994
+ ]
2995
+ },
2931
2996
  "cpp-development": {
2932
2997
  "path": "assets/collections/cpp-development.json",
2933
2998
  "description": "C++ programming language resources.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.2",
3
+ "version": "2.2.4",
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",