workspace-architect 2.2.35 → 2.2.37
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 +13 -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-03-
|
|
3
|
+
"generatedAt": "2026-03-12T01:39:49.858Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -303,6 +303,12 @@
|
|
|
303
303
|
"title": "dotnet-upgrade",
|
|
304
304
|
"type": "agents"
|
|
305
305
|
},
|
|
306
|
+
"doublecheck": {
|
|
307
|
+
"path": "assets/agents/doublecheck.agent.md",
|
|
308
|
+
"description": "Interactive verification agent for AI-generated output. Runs a three-layer pipeline (self-audit, source verification, adversarial review) and produces structured reports with source links for human review.",
|
|
309
|
+
"title": "doublecheck",
|
|
310
|
+
"type": "agents"
|
|
311
|
+
},
|
|
306
312
|
"droid": {
|
|
307
313
|
"path": "assets/agents/droid.agent.md",
|
|
308
314
|
"description": "Provides installation guidance, usage examples, and automation patterns for the Droid CLI, with emphasis on droid exec for CI/CD and non-interactive automation",
|
|
@@ -615,6 +621,12 @@
|
|
|
615
621
|
"title": "openapi-to-application",
|
|
616
622
|
"type": "agents"
|
|
617
623
|
},
|
|
624
|
+
"oracle-to-postgres-migration-expert": {
|
|
625
|
+
"path": "assets/agents/oracle-to-postgres-migration-expert.agent.md",
|
|
626
|
+
"description": "Agent for Oracle-to-PostgreSQL application migrations. Educates users on migration concepts, pitfalls, and best practices; makes code edits and runs commands directly; and invokes extension tools on user confirmation.",
|
|
627
|
+
"title": "oracle-to-postgres-migration-expert",
|
|
628
|
+
"type": "agents"
|
|
629
|
+
},
|
|
618
630
|
"pagerduty-incident-responder": {
|
|
619
631
|
"path": "assets/agents/pagerduty-incident-responder.agent.md",
|
|
620
632
|
"description": "Responds to PagerDuty incidents by analyzing incident context, identifying recent code changes, and suggesting fixes via GitHub PRs.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.37",
|
|
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",
|