workspace-architect 2.2.10 → 2.2.12
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 +11 -5
- 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-02-
|
|
3
|
+
"generatedAt": "2026-02-03T04:38:37.852Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -1787,6 +1787,12 @@
|
|
|
1787
1787
|
"title": "swift-mcp-server",
|
|
1788
1788
|
"type": "instructions"
|
|
1789
1789
|
},
|
|
1790
|
+
"tailwind-v4-vite": {
|
|
1791
|
+
"path": "assets/instructions/tailwind-v4-vite.instructions.md",
|
|
1792
|
+
"description": "Tailwind CSS v4+ installation and configuration for Vite projects using the official @tailwindcss/vite plugin",
|
|
1793
|
+
"title": "tailwind-v4-vite",
|
|
1794
|
+
"type": "instructions"
|
|
1795
|
+
},
|
|
1790
1796
|
"taming-copilot": {
|
|
1791
1797
|
"path": "assets/instructions/taming-copilot.instructions.md",
|
|
1792
1798
|
"description": "Prevent Copilot from wreaking havoc across your codebase, keeping it under control.",
|
|
@@ -2230,7 +2236,7 @@
|
|
|
2230
2236
|
"editorconfig": {
|
|
2231
2237
|
"path": "assets/prompts/editorconfig.prompt.md",
|
|
2232
2238
|
"description": "Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.",
|
|
2233
|
-
"title": "
|
|
2239
|
+
"title": "editorconfig",
|
|
2234
2240
|
"type": "prompts"
|
|
2235
2241
|
},
|
|
2236
2242
|
"ef-core": {
|
|
@@ -2320,13 +2326,13 @@
|
|
|
2320
2326
|
"java-refactoring-extract-method": {
|
|
2321
2327
|
"path": "assets/prompts/java-refactoring-extract-method.prompt.md",
|
|
2322
2328
|
"description": "Refactoring using Extract Methods in Java Language",
|
|
2323
|
-
"title": "
|
|
2329
|
+
"title": "java-refactoring-extract-method",
|
|
2324
2330
|
"type": "prompts"
|
|
2325
2331
|
},
|
|
2326
2332
|
"java-refactoring-remove-parameter": {
|
|
2327
2333
|
"path": "assets/prompts/java-refactoring-remove-parameter.prompt.md",
|
|
2328
2334
|
"description": "Refactoring using Remove Parameter in Java Language",
|
|
2329
|
-
"title": "
|
|
2335
|
+
"title": "java-refactoring-remove-parameter",
|
|
2330
2336
|
"type": "prompts"
|
|
2331
2337
|
},
|
|
2332
2338
|
"java-springboot": {
|
|
@@ -2530,7 +2536,7 @@
|
|
|
2530
2536
|
"remember-interactive-programming": {
|
|
2531
2537
|
"path": "assets/prompts/remember-interactive-programming.prompt.md",
|
|
2532
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.",
|
|
2533
|
-
"title": "
|
|
2539
|
+
"title": "remember-interactive-programming",
|
|
2534
2540
|
"type": "prompts"
|
|
2535
2541
|
},
|
|
2536
2542
|
"remember": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.12",
|
|
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",
|