forked from affandar/PilotSwarm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 831 Bytes
/
Copy pathplugin.json
File metadata and controls
25 lines (25 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "devops",
"description": "DevOps Command Center — incident response, deployments, and infrastructure management powered by PilotSwarm agents.",
"version": "1.0.0",
"tui": {
"title": "DevOps Command Center",
"splashFile": "./tui-splash.txt"
},
"portal": {
"branding": {
"title": "DevOps Command Center",
"pageTitle": "DevOps Command Center Portal",
"splashFile": "./tui-splash.txt"
},
"ui": {
"loadingMessage": "Preparing the DevOps workspace",
"loadingCopy": "Connecting dashboards, agent sessions, and orchestration state..."
},
"auth": {
"signInTitle": "Sign in to DevOps Command Center",
"signInMessage": "Use your organization's identity provider to open the shared operations workspace.",
"signInLabel": "Sign In"
}
}
}