workspace-architect 2.0.3 → 2.0.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.
- 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": "1.1.0",
|
|
3
|
-
"generatedAt": "2026-01-
|
|
3
|
+
"generatedAt": "2026-01-09T23:07:54.007Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents:4.1-Beast": {
|
|
6
6
|
"path": "assets/agents/4.1-Beast.agent.md",
|
|
@@ -1430,6 +1430,12 @@
|
|
|
1430
1430
|
"title": "php-mcp-server",
|
|
1431
1431
|
"type": "instructions"
|
|
1432
1432
|
},
|
|
1433
|
+
"instructions:php-symfony": {
|
|
1434
|
+
"path": "assets/instructions/php-symfony.instructions.md",
|
|
1435
|
+
"description": "Symfony development standards aligned with official Symfony Best Practices",
|
|
1436
|
+
"title": "php-symfony",
|
|
1437
|
+
"type": "instructions"
|
|
1438
|
+
},
|
|
1433
1439
|
"instructions:playwright-dotnet": {
|
|
1434
1440
|
"path": "assets/instructions/playwright-dotnet.instructions.md",
|
|
1435
1441
|
"description": "Playwright .NET test generation instructions",
|
|
@@ -1718,6 +1724,12 @@
|
|
|
1718
1724
|
"title": "update-docs-on-code-change",
|
|
1719
1725
|
"type": "instructions"
|
|
1720
1726
|
},
|
|
1727
|
+
"instructions:vsixtoolkit": {
|
|
1728
|
+
"path": "assets/instructions/vsixtoolkit.instructions.md",
|
|
1729
|
+
"description": "Guidelines for Visual Studio extension (VSIX) development using Community.VisualStudio.Toolkit",
|
|
1730
|
+
"title": "vsixtoolkit",
|
|
1731
|
+
"type": "instructions"
|
|
1732
|
+
},
|
|
1721
1733
|
"instructions:vuejs3": {
|
|
1722
1734
|
"path": "assets/instructions/vuejs3.instructions.md",
|
|
1723
1735
|
"description": "VueJS 3 development standards and best practices with Composition API and TypeScript",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.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",
|