workspace-architect 2.2.34 → 2.2.35

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-03-06T20:12:05.754Z",
3
+ "generatedAt": "2026-03-10T00:33:33.769Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "4.1-Beast": {
@@ -777,6 +777,12 @@
777
777
  "title": "python-mcp-expert",
778
778
  "type": "agents"
779
779
  },
780
+ "python-notebook-sample-builder": {
781
+ "path": "assets/agents/python-notebook-sample-builder.agent.md",
782
+ "description": "Custom agent for building Python Notebooks in VS Code that demonstrate Azure and AI features",
783
+ "title": "python-notebook-sample-builder",
784
+ "type": "agents"
785
+ },
780
786
  "qa-subagent": {
781
787
  "path": "assets/agents/qa-subagent.agent.md",
782
788
  "description": "Meticulous QA subagent for test planning, bug hunting, edge-case analysis, and implementation verification.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.34",
3
+ "version": "2.2.35",
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",