workspace-architect 2.2.19 → 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 +44 -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",
|
|
@@ -1037,6 +1043,12 @@
|
|
|
1037
1043
|
"title": "containerization-docker-best-practices",
|
|
1038
1044
|
"type": "instructions"
|
|
1039
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
|
+
},
|
|
1040
1052
|
"convert-cassandra-to-spring-data-cosmos": {
|
|
1041
1053
|
"path": "assets/instructions/convert-cassandra-to-spring-data-cosmos.instructions.md",
|
|
1042
1054
|
"description": "Step-by-step guide for converting Spring Boot Cassandra applications to use Azure Cosmos DB with Spring Data Cosmos",
|
|
@@ -2017,6 +2029,12 @@
|
|
|
2017
2029
|
"title": "containerize-aspnetcore",
|
|
2018
2030
|
"type": "prompts"
|
|
2019
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
|
+
},
|
|
2020
2038
|
"conventional-commit": {
|
|
2021
2039
|
"path": "assets/prompts/conventional-commit.prompt.md",
|
|
2022
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.",
|
|
@@ -2545,6 +2563,12 @@
|
|
|
2545
2563
|
"title": "readme-blueprint-generator",
|
|
2546
2564
|
"type": "prompts"
|
|
2547
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
|
+
},
|
|
2548
2572
|
"remember-interactive-programming": {
|
|
2549
2573
|
"path": "assets/prompts/remember-interactive-programming.prompt.md",
|
|
2550
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.",
|
|
@@ -2719,6 +2743,12 @@
|
|
|
2719
2743
|
"title": "update-specification",
|
|
2720
2744
|
"type": "prompts"
|
|
2721
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
|
+
},
|
|
2722
2752
|
"write-coding-standards-from-file": {
|
|
2723
2753
|
"path": "assets/prompts/write-coding-standards-from-file.prompt.md",
|
|
2724
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.",
|
|
@@ -3070,6 +3100,19 @@
|
|
|
3070
3100
|
"prompts:remember-interactive-programming"
|
|
3071
3101
|
]
|
|
3072
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
|
+
},
|
|
3073
3116
|
"copilot-sdk": {
|
|
3074
3117
|
"path": "assets/collections/copilot-sdk.collection.yml",
|
|
3075
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",
|