workspace-architect 2.2.11 → 2.2.13

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-02-03T01:40:05.429Z",
3
+ "generatedAt": "2026-02-03T23:12:36.275Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "4.1-Beast": {
@@ -2145,7 +2145,7 @@
2145
2145
  },
2146
2146
  "csharp-mstest": {
2147
2147
  "path": "assets/prompts/csharp-mstest.prompt.md",
2148
- "description": "Get best practices for MSTest unit testing, including data-driven tests",
2148
+ "description": "Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests",
2149
2149
  "title": "csharp-mstest",
2150
2150
  "type": "prompts"
2151
2151
  },
@@ -2236,7 +2236,7 @@
2236
2236
  "editorconfig": {
2237
2237
  "path": "assets/prompts/editorconfig.prompt.md",
2238
2238
  "description": "Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.",
2239
- "title": "EditorConfig Expert",
2239
+ "title": "editorconfig",
2240
2240
  "type": "prompts"
2241
2241
  },
2242
2242
  "ef-core": {
@@ -2326,13 +2326,13 @@
2326
2326
  "java-refactoring-extract-method": {
2327
2327
  "path": "assets/prompts/java-refactoring-extract-method.prompt.md",
2328
2328
  "description": "Refactoring using Extract Methods in Java Language",
2329
- "title": "Refactoring Java Methods with Extract Method",
2329
+ "title": "java-refactoring-extract-method",
2330
2330
  "type": "prompts"
2331
2331
  },
2332
2332
  "java-refactoring-remove-parameter": {
2333
2333
  "path": "assets/prompts/java-refactoring-remove-parameter.prompt.md",
2334
2334
  "description": "Refactoring using Remove Parameter in Java Language",
2335
- "title": "Refactoring Java Methods with Remove Parameter",
2335
+ "title": "java-refactoring-remove-parameter",
2336
2336
  "type": "prompts"
2337
2337
  },
2338
2338
  "java-springboot": {
@@ -2536,7 +2536,7 @@
2536
2536
  "remember-interactive-programming": {
2537
2537
  "path": "assets/prompts/remember-interactive-programming.prompt.md",
2538
2538
  "description": "A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace.",
2539
- "title": "Interactive Programming Nudge",
2539
+ "title": "remember-interactive-programming",
2540
2540
  "type": "prompts"
2541
2541
  },
2542
2542
  "remember": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.11",
3
+ "version": "2.2.13",
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",