workspace-architect 2.2.83 → 2.2.84
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 +19 -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-04-
|
|
3
|
+
"generatedAt": "2026-04-30T00:52:27.436Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -591,6 +591,12 @@
|
|
|
591
591
|
"title": "kotlin-mcp-expert",
|
|
592
592
|
"type": "agents"
|
|
593
593
|
},
|
|
594
|
+
"kubestellar-console": {
|
|
595
|
+
"path": "assets/agents/kubestellar-console.agent.md",
|
|
596
|
+
"description": "Kubernetes operations expert for KubeStellar Console — helps you set up the console, configure kc-agent (MCP server), connect clusters, deploy workloads, and query live Kubernetes data via AI chat.",
|
|
597
|
+
"title": "kubestellar-console",
|
|
598
|
+
"type": "agents"
|
|
599
|
+
},
|
|
594
600
|
"kusto-assistant": {
|
|
595
601
|
"path": "assets/agents/kusto-assistant.agent.md",
|
|
596
602
|
"description": "Expert KQL assistant for live Azure Data Explorer analysis via Azure MCP server",
|
|
@@ -711,6 +717,12 @@
|
|
|
711
717
|
"title": "neon-optimization-analyzer",
|
|
712
718
|
"type": "agents"
|
|
713
719
|
},
|
|
720
|
+
"new-relic-incident-response": {
|
|
721
|
+
"path": "assets/agents/new-relic-incident-response.agent.md",
|
|
722
|
+
"description": "Identify and fix production issues by correlating New Relic observability data with code changes. Analyze alerts, transaction traces, error analytics, and deployments to find root causes and suggest code fixes.",
|
|
723
|
+
"title": "new-relic-incident-response",
|
|
724
|
+
"type": "agents"
|
|
725
|
+
},
|
|
714
726
|
"nuxt-expert": {
|
|
715
727
|
"path": "assets/agents/nuxt-expert.agent.md",
|
|
716
728
|
"description": "Expert Nuxt developer specializing in Nuxt 3, Nitro, server routes, data fetching strategies, and performance optimization with Vue 3 and TypeScript",
|
|
@@ -1751,6 +1763,12 @@
|
|
|
1751
1763
|
"title": "go",
|
|
1752
1764
|
"type": "instructions"
|
|
1753
1765
|
},
|
|
1766
|
+
"hooks": {
|
|
1767
|
+
"path": "assets/instructions/hooks.instructions.md",
|
|
1768
|
+
"description": "Portable guidance for authoring safe, fast, and clear hooks and reusable hook examples",
|
|
1769
|
+
"title": "hooks",
|
|
1770
|
+
"type": "instructions"
|
|
1771
|
+
},
|
|
1754
1772
|
"html-css-style-color-guide": {
|
|
1755
1773
|
"path": "assets/instructions/html-css-style-color-guide.instructions.md",
|
|
1756
1774
|
"description": "Color usage guidelines and styling rules for HTML elements to ensure accessible, professional designs.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.84",
|
|
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",
|