workspace-architect 2.2.116 → 2.2.118
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.
- package/assets-manifest.json +7 -1
- package/package.json +1 -1
package/assets-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-19T01:12:43.118Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -615,6 +615,12 @@
|
|
|
615
615
|
"title": "insiders-a11y-tracker",
|
|
616
616
|
"type": "agents"
|
|
617
617
|
},
|
|
618
|
+
"interview-prep": {
|
|
619
|
+
"path": "assets/agents/interview-prep.agent.md",
|
|
620
|
+
"description": "Technical interview coach for software engineers. Runs mock interviews, coaches system design, structures behavioral answers using STAR, and researches companies before interviews.",
|
|
621
|
+
"title": "interview-prep",
|
|
622
|
+
"type": "agents"
|
|
623
|
+
},
|
|
618
624
|
"janitor": {
|
|
619
625
|
"path": "assets/agents/janitor.agent.md",
|
|
620
626
|
"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.
|
|
3
|
+
"version": "2.2.118",
|
|
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",
|