workspace-architect 2.0.2 → 2.0.4

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": "1.1.0",
3
- "generatedAt": "2026-01-09T18:11:21.786Z",
3
+ "generatedAt": "2026-01-09T23:07:54.007Z",
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",
@@ -1418,6 +1430,12 @@
1418
1430
  "title": "php-mcp-server",
1419
1431
  "type": "instructions"
1420
1432
  },
1433
+ "instructions:php-symfony": {
1434
+ "path": "assets/instructions/php-symfony.instructions.md",
1435
+ "description": "Symfony development standards aligned with official Symfony Best Practices",
1436
+ "title": "php-symfony",
1437
+ "type": "instructions"
1438
+ },
1421
1439
  "instructions:playwright-dotnet": {
1422
1440
  "path": "assets/instructions/playwright-dotnet.instructions.md",
1423
1441
  "description": "Playwright .NET test generation instructions",
@@ -1574,6 +1592,12 @@
1574
1592
  "title": "rust",
1575
1593
  "type": "instructions"
1576
1594
  },
1595
+ "instructions:scala2": {
1596
+ "path": "assets/instructions/scala2.instructions.md",
1597
+ "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.",
1598
+ "title": "scala2",
1599
+ "type": "instructions"
1600
+ },
1577
1601
  "instructions:security-and-owasp": {
1578
1602
  "path": "assets/instructions/security-and-owasp.instructions.md",
1579
1603
  "description": "Comprehensive secure coding instructions for all languages and frameworks, based on OWASP Top 10 and industry best practices.",
@@ -1700,6 +1724,12 @@
1700
1724
  "title": "update-docs-on-code-change",
1701
1725
  "type": "instructions"
1702
1726
  },
1727
+ "instructions:vsixtoolkit": {
1728
+ "path": "assets/instructions/vsixtoolkit.instructions.md",
1729
+ "description": "Guidelines for Visual Studio extension (VSIX) development using Community.VisualStudio.Toolkit",
1730
+ "title": "vsixtoolkit",
1731
+ "type": "instructions"
1732
+ },
1703
1733
  "instructions:vuejs3": {
1704
1734
  "path": "assets/instructions/vuejs3.instructions.md",
1705
1735
  "description": "VueJS 3 development standards and best practices with Composition API and TypeScript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
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",