workspace-architect 2.2.27 → 2.2.29

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-02T09:23:21.563Z",
3
+ "generatedAt": "2026-03-03T04:39:28.469Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "4.1-Beast": {
@@ -519,6 +519,12 @@
519
519
  "title": "mentor",
520
520
  "type": "agents"
521
521
  },
522
+ "mentoring-juniors": {
523
+ "path": "assets/agents/mentoring-juniors.agent.md",
524
+ "description": "Socratic mentor for junior developers. Guides through questions, never gives direct answers. Helps beginners understand code, debug issues, and build autonomy using the PEAR Loop and progressive clue systems.",
525
+ "title": "mentoring-juniors",
526
+ "type": "agents"
527
+ },
522
528
  "meta-agentic-project-scaffold": {
523
529
  "path": "assets/agents/meta-agentic-project-scaffold.agent.md",
524
530
  "description": "Meta agentic project creation assistant to help users create and manage project workflows effectively.",
@@ -831,6 +837,12 @@
831
837
  "title": "salesforce-expert",
832
838
  "type": "agents"
833
839
  },
840
+ "scientific-paper-research": {
841
+ "path": "assets/agents/scientific-paper-research.agent.md",
842
+ "description": "Research agent that searches scientific papers and retrieves structured experimental data from full-text studies using the BGPT MCP server.",
843
+ "title": "scientific-paper-research",
844
+ "type": "agents"
845
+ },
834
846
  "se-gitops-ci-specialist": {
835
847
  "path": "assets/agents/se-gitops-ci-specialist.agent.md",
836
848
  "description": "DevOps specialist for CI/CD pipelines, deployment debugging, and GitOps workflows focused on making deployments boring and reliable",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.27",
3
+ "version": "2.2.29",
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",