workspace-architect 2.2.117 → 2.2.119

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-06-18T03:16:24.265Z",
3
+ "generatedAt": "2026-06-22T03:19:12.079Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "CSharpExpert": {
@@ -135,6 +135,12 @@
135
135
  "title": "aws-cloud-expert",
136
136
  "type": "agents"
137
137
  },
138
+ "aws-incident-triage": {
139
+ "path": "assets/agents/aws-incident-triage.agent.md",
140
+ "description": "On-call SRE agent that drives structured CloudWatch-based incident investigation from alarms through root-cause hypothesis.",
141
+ "title": "aws-incident-triage",
142
+ "type": "agents"
143
+ },
138
144
  "aws-principal-architect": {
139
145
  "path": "assets/agents/aws-principal-architect.agent.md",
140
146
  "description": "Provide expert AWS Principal Architect guidance using AWS Well-Architected Framework principles and AWS best practices.",
@@ -615,6 +621,12 @@
615
621
  "title": "insiders-a11y-tracker",
616
622
  "type": "agents"
617
623
  },
624
+ "interview-prep": {
625
+ "path": "assets/agents/interview-prep.agent.md",
626
+ "description": "Technical interview coach for software engineers. Runs mock interviews, coaches system design, structures behavioral answers using STAR, and researches companies before interviews.",
627
+ "title": "interview-prep",
628
+ "type": "agents"
629
+ },
618
630
  "janitor": {
619
631
  "path": "assets/agents/janitor.agent.md",
620
632
  "description": "Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.117",
3
+ "version": "2.2.119",
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",