workspace-architect 2.2.41 → 2.2.43
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-03-
|
|
3
|
+
"generatedAt": "2026-03-20T03:04:41.044Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -603,6 +603,12 @@
|
|
|
603
603
|
"title": "octopus-deploy-release-notes-mcp",
|
|
604
604
|
"type": "agents"
|
|
605
605
|
},
|
|
606
|
+
"one-shot-feature-issue-planner": {
|
|
607
|
+
"path": "assets/agents/one-shot-feature-issue-planner.agent.md",
|
|
608
|
+
"description": "Cloud Agent to Turn a single new-feature request into a complete, issue-ready implementation plan without follow-up questions.",
|
|
609
|
+
"title": "one-shot-feature-issue-planner",
|
|
610
|
+
"type": "agents"
|
|
611
|
+
},
|
|
606
612
|
"openapi-to-application": {
|
|
607
613
|
"path": "assets/agents/openapi-to-application.agent.md",
|
|
608
614
|
"description": "Expert assistant for generating working applications from OpenAPI specifications",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.43",
|
|
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",
|