workspace-architect 2.2.18 → 2.2.20
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 +50 -1
- 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-11T00:42:02.179Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -207,6 +207,12 @@
|
|
|
207
207
|
"title": "comet-opik",
|
|
208
208
|
"type": "agents"
|
|
209
209
|
},
|
|
210
|
+
"context-architect": {
|
|
211
|
+
"path": "assets/agents/context-architect.agent.md",
|
|
212
|
+
"description": "An agent that helps plan and execute multi-file changes by identifying relevant context and dependencies",
|
|
213
|
+
"title": "context-architect",
|
|
214
|
+
"type": "agents"
|
|
215
|
+
},
|
|
210
216
|
"context7": {
|
|
211
217
|
"path": "assets/agents/context7.agent.md",
|
|
212
218
|
"description": "Expert in latest library versions, best practices, and correct syntax using up-to-date documentation",
|
|
@@ -387,6 +393,12 @@
|
|
|
387
393
|
"title": "implementation-plan",
|
|
388
394
|
"type": "agents"
|
|
389
395
|
},
|
|
396
|
+
"insiders-a11y-tracker": {
|
|
397
|
+
"path": "assets/agents/insiders-a11y-tracker.agent.md",
|
|
398
|
+
"description": "Specialized agent for tracking and analyzing accessibility improvements in VS Code Insiders builds",
|
|
399
|
+
"title": "insiders-a11y-tracker",
|
|
400
|
+
"type": "agents"
|
|
401
|
+
},
|
|
390
402
|
"janitor": {
|
|
391
403
|
"path": "assets/agents/janitor.agent.md",
|
|
392
404
|
"description": "Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.",
|
|
@@ -1031,6 +1043,12 @@
|
|
|
1031
1043
|
"title": "containerization-docker-best-practices",
|
|
1032
1044
|
"type": "instructions"
|
|
1033
1045
|
},
|
|
1046
|
+
"context-engineering": {
|
|
1047
|
+
"path": "assets/instructions/context-engineering.instructions.md",
|
|
1048
|
+
"description": "Guidelines for structuring code and projects to maximize GitHub Copilot effectiveness through better context management",
|
|
1049
|
+
"title": "context-engineering",
|
|
1050
|
+
"type": "instructions"
|
|
1051
|
+
},
|
|
1034
1052
|
"convert-cassandra-to-spring-data-cosmos": {
|
|
1035
1053
|
"path": "assets/instructions/convert-cassandra-to-spring-data-cosmos.instructions.md",
|
|
1036
1054
|
"description": "Step-by-step guide for converting Spring Boot Cassandra applications to use Azure Cosmos DB with Spring Data Cosmos",
|
|
@@ -2011,6 +2029,12 @@
|
|
|
2011
2029
|
"title": "containerize-aspnetcore",
|
|
2012
2030
|
"type": "prompts"
|
|
2013
2031
|
},
|
|
2032
|
+
"context-map": {
|
|
2033
|
+
"path": "assets/prompts/context-map.prompt.md",
|
|
2034
|
+
"description": "Generate a map of all files relevant to a task before making changes",
|
|
2035
|
+
"title": "context-map",
|
|
2036
|
+
"type": "prompts"
|
|
2037
|
+
},
|
|
2014
2038
|
"conventional-commit": {
|
|
2015
2039
|
"path": "assets/prompts/conventional-commit.prompt.md",
|
|
2016
2040
|
"description": "Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.",
|
|
@@ -2539,6 +2563,12 @@
|
|
|
2539
2563
|
"title": "readme-blueprint-generator",
|
|
2540
2564
|
"type": "prompts"
|
|
2541
2565
|
},
|
|
2566
|
+
"refactor-plan": {
|
|
2567
|
+
"path": "assets/prompts/refactor-plan.prompt.md",
|
|
2568
|
+
"description": "Plan a multi-file refactor with proper sequencing and rollback steps",
|
|
2569
|
+
"title": "refactor-plan",
|
|
2570
|
+
"type": "prompts"
|
|
2571
|
+
},
|
|
2542
2572
|
"remember-interactive-programming": {
|
|
2543
2573
|
"path": "assets/prompts/remember-interactive-programming.prompt.md",
|
|
2544
2574
|
"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.",
|
|
@@ -2713,6 +2743,12 @@
|
|
|
2713
2743
|
"title": "update-specification",
|
|
2714
2744
|
"type": "prompts"
|
|
2715
2745
|
},
|
|
2746
|
+
"what-context-needed": {
|
|
2747
|
+
"path": "assets/prompts/what-context-needed.prompt.md",
|
|
2748
|
+
"description": "Ask Copilot what files it needs to see before answering a question",
|
|
2749
|
+
"title": "what-context-needed",
|
|
2750
|
+
"type": "prompts"
|
|
2751
|
+
},
|
|
2716
2752
|
"write-coding-standards-from-file": {
|
|
2717
2753
|
"path": "assets/prompts/write-coding-standards-from-file.prompt.md",
|
|
2718
2754
|
"description": "Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.",
|
|
@@ -3064,6 +3100,19 @@
|
|
|
3064
3100
|
"prompts:remember-interactive-programming"
|
|
3065
3101
|
]
|
|
3066
3102
|
},
|
|
3103
|
+
"context-engineering": {
|
|
3104
|
+
"path": "assets/collections/context-engineering.collection.yml",
|
|
3105
|
+
"description": "Tools and techniques for maximizing GitHub Copilot effectiveness through better context management. Includes guidelines for structuring code, an agent for planning multi-file changes, and prompts for context-aware development.",
|
|
3106
|
+
"title": "Context Engineering",
|
|
3107
|
+
"type": "collections",
|
|
3108
|
+
"items": [
|
|
3109
|
+
"instructions:context-engineering",
|
|
3110
|
+
"agents:context-architect",
|
|
3111
|
+
"prompts:context-map",
|
|
3112
|
+
"prompts:what-context-needed",
|
|
3113
|
+
"prompts:refactor-plan"
|
|
3114
|
+
]
|
|
3115
|
+
},
|
|
3067
3116
|
"copilot-sdk": {
|
|
3068
3117
|
"path": "assets/collections/copilot-sdk.collection.yml",
|
|
3069
3118
|
"description": "Build applications with the GitHub Copilot SDK across multiple programming languages. Includes comprehensive instructions for C#, Go, Node.js/TypeScript, and Python to help you create AI-powered applications.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.20",
|
|
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",
|