workspace-architect 2.2.67 → 2.2.68
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 +16 -4
- 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-04-
|
|
3
|
+
"generatedAt": "2026-04-10T05:03:49.146Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -1219,7 +1219,7 @@
|
|
|
1219
1219
|
"instructions": {
|
|
1220
1220
|
"a11y": {
|
|
1221
1221
|
"path": "assets/instructions/a11y.instructions.md",
|
|
1222
|
-
"description": "
|
|
1222
|
+
"description": "Comprehensive web accessibility standards based on WCAG 2.2 AA, with 38+ anti-patterns, legal enforcement context (EAA, ADA Title II), WAI-ARIA patterns, and framework-specific fixes for modern web frameworks and libraries.",
|
|
1223
1223
|
"title": "a11y",
|
|
1224
1224
|
"type": "instructions"
|
|
1225
1225
|
},
|
|
@@ -1289,6 +1289,18 @@
|
|
|
1289
1289
|
"title": "azure-devops-pipelines",
|
|
1290
1290
|
"type": "instructions"
|
|
1291
1291
|
},
|
|
1292
|
+
"azure-durable-functions-csharp": {
|
|
1293
|
+
"path": "assets/instructions/azure-durable-functions-csharp.instructions.md",
|
|
1294
|
+
"description": "Guidelines and best practices for building Azure Durable Functions in C# using the isolated worker model",
|
|
1295
|
+
"title": "azure-durable-functions-csharp",
|
|
1296
|
+
"type": "instructions"
|
|
1297
|
+
},
|
|
1298
|
+
"azure-functions-csharp": {
|
|
1299
|
+
"path": "assets/instructions/azure-functions-csharp.instructions.md",
|
|
1300
|
+
"description": "Guidelines and best practices for building Azure Functions in C# using the isolated worker model",
|
|
1301
|
+
"title": "azure-functions-csharp",
|
|
1302
|
+
"type": "instructions"
|
|
1303
|
+
},
|
|
1292
1304
|
"azure-functions-typescript": {
|
|
1293
1305
|
"path": "assets/instructions/azure-functions-typescript.instructions.md",
|
|
1294
1306
|
"description": "TypeScript patterns for Azure Functions",
|
|
@@ -1951,7 +1963,7 @@
|
|
|
1951
1963
|
},
|
|
1952
1964
|
"performance-optimization": {
|
|
1953
1965
|
"path": "assets/instructions/performance-optimization.instructions.md",
|
|
1954
|
-
"description": "
|
|
1966
|
+
"description": "Comprehensive web performance standards based on Core Web Vitals (LCP, INP, CLS), with 50+ anti-patterns, detection regex, framework-specific fixes for modern web frameworks, and modern API guidance.",
|
|
1955
1967
|
"title": "performance-optimization",
|
|
1956
1968
|
"type": "instructions"
|
|
1957
1969
|
},
|
|
@@ -2119,7 +2131,7 @@
|
|
|
2119
2131
|
},
|
|
2120
2132
|
"security-and-owasp": {
|
|
2121
2133
|
"path": "assets/instructions/security-and-owasp.instructions.md",
|
|
2122
|
-
"description": "Comprehensive secure coding
|
|
2134
|
+
"description": "Comprehensive secure coding standards based on OWASP Top 10 2025, with 55+ anti-patterns, detection regex, framework-specific fixes for modern web and backend frameworks, and AI/LLM security guidance.",
|
|
2123
2135
|
"title": "security-and-owasp",
|
|
2124
2136
|
"type": "instructions"
|
|
2125
2137
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.68",
|
|
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",
|