workspace-architect 2.2.2 → 2.2.3
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 +30 -1
- 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-01-
|
|
3
|
+
"generatedAt": "2026-01-22T00:32:32.273Z",
|
|
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.",
|
|
@@ -2908,6 +2926,17 @@
|
|
|
2908
2926
|
"prompts:az-cost-optimize"
|
|
2909
2927
|
]
|
|
2910
2928
|
},
|
|
2929
|
+
"cast-imaging": {
|
|
2930
|
+
"path": "assets/collections/cast-imaging.collection.yml",
|
|
2931
|
+
"description": "A comprehensive collection of specialized agents for software analysis, impact assessment, structural quality advisories, and architectural review using CAST Imaging.",
|
|
2932
|
+
"title": "CAST Imaging Agents",
|
|
2933
|
+
"type": "collections",
|
|
2934
|
+
"items": [
|
|
2935
|
+
"agents:cast-imaging-software-discovery",
|
|
2936
|
+
"agents:cast-imaging-impact-analysis",
|
|
2937
|
+
"agents:cast-imaging-structural-quality-advisor"
|
|
2938
|
+
]
|
|
2939
|
+
},
|
|
2911
2940
|
"claude-skills-starter": {
|
|
2912
2941
|
"path": "assets/collections/claude-skills-starter.json",
|
|
2913
2942
|
"description": "Essential Claude Skills for software development, planning, and automation workflows.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.3",
|
|
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",
|