workspace-architect 2.2.43 → 2.2.44
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 +25 -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-03-
|
|
3
|
+
"generatedAt": "2026-03-20T04:39:54.624Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"4.1-Beast": {
|
|
@@ -843,12 +843,36 @@
|
|
|
843
843
|
"title": "rust-mcp-expert",
|
|
844
844
|
"type": "agents"
|
|
845
845
|
},
|
|
846
|
+
"salesforce-apex-triggers": {
|
|
847
|
+
"path": "assets/agents/salesforce-apex-triggers.agent.md",
|
|
848
|
+
"description": "Implement Salesforce business logic using Apex classes and triggers with production-quality code following Salesforce best practices.",
|
|
849
|
+
"title": "salesforce-apex-triggers",
|
|
850
|
+
"type": "agents"
|
|
851
|
+
},
|
|
852
|
+
"salesforce-aura-lwc": {
|
|
853
|
+
"path": "assets/agents/salesforce-aura-lwc.agent.md",
|
|
854
|
+
"description": "Implement Salesforce UI components using Lightning Web Components and Aura components following Lightning framework best practices.",
|
|
855
|
+
"title": "salesforce-aura-lwc",
|
|
856
|
+
"type": "agents"
|
|
857
|
+
},
|
|
846
858
|
"salesforce-expert": {
|
|
847
859
|
"path": "assets/agents/salesforce-expert.agent.md",
|
|
848
860
|
"description": "Provide expert Salesforce Platform guidance, including Apex Enterprise Patterns, LWC, integration, and Aura-to-LWC migration.",
|
|
849
861
|
"title": "salesforce-expert",
|
|
850
862
|
"type": "agents"
|
|
851
863
|
},
|
|
864
|
+
"salesforce-flow": {
|
|
865
|
+
"path": "assets/agents/salesforce-flow.agent.md",
|
|
866
|
+
"description": "Implement business automation using Salesforce Flow following declarative automation best practices.",
|
|
867
|
+
"title": "salesforce-flow",
|
|
868
|
+
"type": "agents"
|
|
869
|
+
},
|
|
870
|
+
"salesforce-visualforce": {
|
|
871
|
+
"path": "assets/agents/salesforce-visualforce.agent.md",
|
|
872
|
+
"description": "Implement Visualforce pages and controllers following Salesforce MVC architecture and best practices.",
|
|
873
|
+
"title": "salesforce-visualforce",
|
|
874
|
+
"type": "agents"
|
|
875
|
+
},
|
|
852
876
|
"scientific-paper-research": {
|
|
853
877
|
"path": "assets/agents/scientific-paper-research.agent.md",
|
|
854
878
|
"description": "Research agent that searches scientific papers and retrieves structured experimental data from full-text studies using the BGPT MCP server.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.44",
|
|
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",
|