workspace-architect 2.1.1 → 2.1.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 +7 -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-13T22:09:26.795Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -225,6 +225,12 @@
|
|
|
225
225
|
"title": "demonstrate-understanding",
|
|
226
226
|
"type": "agents"
|
|
227
227
|
},
|
|
228
|
+
"devils-advocate": {
|
|
229
|
+
"path": "assets/agents/devils-advocate.agent.md",
|
|
230
|
+
"description": "I play the devil's advocate to challenge and stress-test your ideas by finding flaws, risks, and edge cases",
|
|
231
|
+
"title": "devils-advocate",
|
|
232
|
+
"type": "agents"
|
|
233
|
+
},
|
|
228
234
|
"devops-expert": {
|
|
229
235
|
"path": "assets/agents/devops-expert.agent.md",
|
|
230
236
|
"description": "DevOps specialist following the infinity loop principle (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor) with focus on automation, collaboration, and continuous improvement",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.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",
|