workspace-architect 2.2.113 → 2.2.115
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 +8 -2
- 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-06-
|
|
3
|
+
"generatedAt": "2026-06-15T01:11:21.254Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
},
|
|
558
558
|
"gem-researcher": {
|
|
559
559
|
"path": "assets/agents/gem-researcher.agent.md",
|
|
560
|
-
"description": "Codebase exploration — patterns, dependencies, architecture discovery.",
|
|
560
|
+
"description": "Codebase exploration — patterns, dependencies, architecture discovery. Supports multiple exploration modes for cost-controlled research.",
|
|
561
561
|
"title": "gem-researcher",
|
|
562
562
|
"type": "agents"
|
|
563
563
|
},
|
|
@@ -2429,6 +2429,12 @@
|
|
|
2429
2429
|
"title": "vsixtoolkit",
|
|
2430
2430
|
"type": "instructions"
|
|
2431
2431
|
},
|
|
2432
|
+
"vue": {
|
|
2433
|
+
"path": "assets/instructions/vue.instructions.md",
|
|
2434
|
+
"description": "Comprehensive Vue 3 development standards and best practices: Composition API, `<script setup>`, the full reactivity system, compiler macros (defineModel/defineSlots/defineOptions), built-in components (Teleport/Suspense/Transition/KeepAlive), provide/inject, composables, Pinia, Vue Router, TypeScript, testing, performance, SSR, and security.",
|
|
2435
|
+
"title": "vue",
|
|
2436
|
+
"type": "instructions"
|
|
2437
|
+
},
|
|
2432
2438
|
"winui3": {
|
|
2433
2439
|
"path": "assets/instructions/winui3.instructions.md",
|
|
2434
2440
|
"description": "WinUI 3 and Windows App SDK coding guidelines. Prevents common UWP API misuse, enforces correct XAML namespaces, threading, windowing, and MVVM patterns for desktop Windows apps.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.115",
|
|
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",
|