workspace-architect 2.2.19 → 2.2.21

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-10T01:41:56.218Z",
3
+ "generatedAt": "2026-02-11T23:13:37.668Z",
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",
@@ -651,6 +657,12 @@
651
657
  "title": "python-mcp-expert",
652
658
  "type": "agents"
653
659
  },
660
+ "reepl-linkedin": {
661
+ "path": "assets/agents/reepl-linkedin.agent.md",
662
+ "description": "AI-powered LinkedIn content creation, scheduling, and analytics agent. Create posts, carousels, and manage your LinkedIn presence with GitHub Copilot.",
663
+ "title": "reepl-linkedin",
664
+ "type": "agents"
665
+ },
654
666
  "refine-issue": {
655
667
  "path": "assets/agents/refine-issue.agent.md",
656
668
  "description": "Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs",
@@ -1037,6 +1049,12 @@
1037
1049
  "title": "containerization-docker-best-practices",
1038
1050
  "type": "instructions"
1039
1051
  },
1052
+ "context-engineering": {
1053
+ "path": "assets/instructions/context-engineering.instructions.md",
1054
+ "description": "Guidelines for structuring code and projects to maximize GitHub Copilot effectiveness through better context management",
1055
+ "title": "context-engineering",
1056
+ "type": "instructions"
1057
+ },
1040
1058
  "convert-cassandra-to-spring-data-cosmos": {
1041
1059
  "path": "assets/instructions/convert-cassandra-to-spring-data-cosmos.instructions.md",
1042
1060
  "description": "Step-by-step guide for converting Spring Boot Cassandra applications to use Azure Cosmos DB with Spring Data Cosmos",
@@ -2017,6 +2035,12 @@
2017
2035
  "title": "containerize-aspnetcore",
2018
2036
  "type": "prompts"
2019
2037
  },
2038
+ "context-map": {
2039
+ "path": "assets/prompts/context-map.prompt.md",
2040
+ "description": "Generate a map of all files relevant to a task before making changes",
2041
+ "title": "context-map",
2042
+ "type": "prompts"
2043
+ },
2020
2044
  "conventional-commit": {
2021
2045
  "path": "assets/prompts/conventional-commit.prompt.md",
2022
2046
  "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 +2569,12 @@
2545
2569
  "title": "readme-blueprint-generator",
2546
2570
  "type": "prompts"
2547
2571
  },
2572
+ "refactor-plan": {
2573
+ "path": "assets/prompts/refactor-plan.prompt.md",
2574
+ "description": "Plan a multi-file refactor with proper sequencing and rollback steps",
2575
+ "title": "refactor-plan",
2576
+ "type": "prompts"
2577
+ },
2548
2578
  "remember-interactive-programming": {
2549
2579
  "path": "assets/prompts/remember-interactive-programming.prompt.md",
2550
2580
  "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 +2749,12 @@
2719
2749
  "title": "update-specification",
2720
2750
  "type": "prompts"
2721
2751
  },
2752
+ "what-context-needed": {
2753
+ "path": "assets/prompts/what-context-needed.prompt.md",
2754
+ "description": "Ask Copilot what files it needs to see before answering a question",
2755
+ "title": "what-context-needed",
2756
+ "type": "prompts"
2757
+ },
2722
2758
  "write-coding-standards-from-file": {
2723
2759
  "path": "assets/prompts/write-coding-standards-from-file.prompt.md",
2724
2760
  "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 +3106,19 @@
3070
3106
  "prompts:remember-interactive-programming"
3071
3107
  ]
3072
3108
  },
3109
+ "context-engineering": {
3110
+ "path": "assets/collections/context-engineering.collection.yml",
3111
+ "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.",
3112
+ "title": "Context Engineering",
3113
+ "type": "collections",
3114
+ "items": [
3115
+ "instructions:context-engineering",
3116
+ "agents:context-architect",
3117
+ "prompts:context-map",
3118
+ "prompts:what-context-needed",
3119
+ "prompts:refactor-plan"
3120
+ ]
3121
+ },
3073
3122
  "copilot-sdk": {
3074
3123
  "path": "assets/collections/copilot-sdk.collection.yml",
3075
3124
  "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.19",
3
+ "version": "2.2.21",
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",