workspace-architect 2.2.98 → 2.2.100

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-05-17T23:24:23.898Z",
3
+ "generatedAt": "2026-05-19T00:58:55.875Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "CSharpExpert": {
@@ -315,6 +315,12 @@
315
315
  "title": "defender-scout-kql",
316
316
  "type": "agents"
317
317
  },
318
+ "delphi-expert": {
319
+ "path": "assets/agents/delphi-expert.agent.md",
320
+ "description": "An agent designed to assist with software development tasks for Delphi/Object Pascal projects.",
321
+ "title": "delphi-expert",
322
+ "type": "agents"
323
+ },
318
324
  "demonstrate-understanding": {
319
325
  "path": "assets/agents/demonstrate-understanding.agent.md",
320
326
  "description": "Validate user understanding of code, design patterns, and implementation details through guided questioning.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.98",
3
+ "version": "2.2.100",
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",