workspace-architect 2.0.2 → 2.0.3
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 +19 -1
- package/package.json +1 -1
package/assets-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.1.0",
|
|
3
|
-
"generatedAt": "2026-01-
|
|
3
|
+
"generatedAt": "2026-01-09T19:09:59.973Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents:4.1-Beast": {
|
|
6
6
|
"path": "assets/agents/4.1-Beast.agent.md",
|
|
@@ -608,6 +608,12 @@
|
|
|
608
608
|
"title": "rust-mcp-expert",
|
|
609
609
|
"type": "agents"
|
|
610
610
|
},
|
|
611
|
+
"agents:salesforce-expert": {
|
|
612
|
+
"path": "assets/agents/salesforce-expert.agent.md",
|
|
613
|
+
"description": "Provide expert Salesforce Platform guidance, including Apex Enterprise Patterns, LWC, integration, and Aura-to-LWC migration.",
|
|
614
|
+
"title": "salesforce-expert",
|
|
615
|
+
"type": "agents"
|
|
616
|
+
},
|
|
611
617
|
"agents:se-gitops-ci-specialist": {
|
|
612
618
|
"path": "assets/agents/se-gitops-ci-specialist.agent.md",
|
|
613
619
|
"description": "DevOps specialist for CI/CD pipelines, deployment debugging, and GitOps workflows focused on making deployments boring and reliable",
|
|
@@ -1232,6 +1238,12 @@
|
|
|
1232
1238
|
"title": "localization",
|
|
1233
1239
|
"type": "instructions"
|
|
1234
1240
|
},
|
|
1241
|
+
"instructions:lwc": {
|
|
1242
|
+
"path": "assets/instructions/lwc.instructions.md",
|
|
1243
|
+
"description": "Guidelines and best practices for developing Lightning Web Components (LWC) on Salesforce Platform.",
|
|
1244
|
+
"title": "lwc",
|
|
1245
|
+
"type": "instructions"
|
|
1246
|
+
},
|
|
1235
1247
|
"instructions:makefile": {
|
|
1236
1248
|
"path": "assets/instructions/makefile.instructions.md",
|
|
1237
1249
|
"description": "Best practices for authoring GNU Make Makefiles",
|
|
@@ -1574,6 +1586,12 @@
|
|
|
1574
1586
|
"title": "rust",
|
|
1575
1587
|
"type": "instructions"
|
|
1576
1588
|
},
|
|
1589
|
+
"instructions:scala2": {
|
|
1590
|
+
"path": "assets/instructions/scala2.instructions.md",
|
|
1591
|
+
"description": "Scala 2.12/2.13 programming language coding conventions and best practices following Databricks style guide for functional programming, type safety, and production code quality.",
|
|
1592
|
+
"title": "scala2",
|
|
1593
|
+
"type": "instructions"
|
|
1594
|
+
},
|
|
1577
1595
|
"instructions:security-and-owasp": {
|
|
1578
1596
|
"path": "assets/instructions/security-and-owasp.instructions.md",
|
|
1579
1597
|
"description": "Comprehensive secure coding instructions for all languages and frameworks, based on OWASP Top 10 and industry best practices.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
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",
|