@mediadatafusion/pi-workflow-suite 0.0.6 → 0.0.7

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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable public releases will be documented in this file.
4
4
 
5
+ ## [0.0.7] - 2026-05-23
6
+
7
+ ### Changed
8
+
9
+ - Reduced published package size by excluding promotional media assets from the install payload while preserving package gallery and README media presentation.
10
+
5
11
  ## [0.0.6] - 2026-05-23
6
12
 
7
13
  ### Changed
package/README.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # Pi Workflow Suite
2
2
 
3
- ![Pi Workflow Suite — structured workflow orchestration for Pi](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/pi-workflow-suite-header.png)
3
+ <p align="center">
4
+ <img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.3/docs/assets/pi-workflow-suite-header.png" alt="Pi Workflow Suite — structured workflow orchestration for Pi" />
5
+ </p>
4
6
 
5
- [![Install](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/readme-link-install.svg)](#installation) [![Quick Start](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/readme-link-quick-start.svg)](#quick-start) [![Commands](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/readme-link-commands.svg)](#core-commands) [![Settings](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/readme-link-settings.svg)](#settings-reference)
7
+ <p align="center">
8
+ <a href="#installation"><img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.3/docs/assets/readme-link-install.svg" alt="Install" /></a>
9
+ <a href="#quick-start"><img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.3/docs/assets/readme-link-quick-start.svg" alt="Quick Start" /></a>
10
+ <a href="#core-commands"><img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.3/docs/assets/readme-link-commands.svg" alt="Commands" /></a>
11
+ <a href="#settings-reference"><img src="https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.3/docs/assets/readme-link-settings.svg" alt="Settings" /></a>
12
+ </p>
6
13
 
7
- **Workflow Suite Version:** `v0.0.6`
14
+ **Workflow Suite Version:** `v0.0.7`
8
15
 
9
16
  ## Overview
10
17
 
@@ -16,23 +23,27 @@ Pi itself is intentionally minimal and extensible. Pi Workflow Suite layers an o
16
23
 
17
24
  See Pi Workflow Suite in action: structured workflow modes, settings, runtime status, and guided execution inside Pi.
18
25
 
19
- [![Watch the Pi Workflow Suite quick demo](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/pi-workflow-suite-demo.gif)](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/pi-workflow-suite-demo.mp4)
26
+ https://github.com/user-attachments/assets/9782fefc-5349-4cc9-b4ea-20b4c916a8b9
20
27
 
21
28
  ## Screenshots
22
29
 
23
- ![Pi Workflow Suite Mission Home with workflow graphs](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/screenshots/00-mission-home.png)
24
-
25
- ![Pi Workflow Suite startup logo](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/screenshots/01-startup-Logo.png)
26
-
27
- ![Workflow Suite theme settings](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/screenshots/02-theme-settings.png)
28
-
29
- ![Workflow Suite global safety settings](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/screenshots/03-GlobalSafetySettings.png)
30
-
31
- ![Workflow Suite shared sub-agent settings](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/screenshots/04-SharedSubAgentsSettings.png)
32
-
33
- ![Mission Mode milestone progress](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/screenshots/05-mission-mode.png)
34
-
35
- ![Workflow Suite Mermaid diagram output](https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/screenshots/06-diagram-mermaid.png)
30
+ <table>
31
+ <tr>
32
+ <td colspan="2"><img src="docs/assets/screenshots/00-mission-home.png" alt="Pi Workflow Suite Mission Home with workflow graphs" /></td>
33
+ </tr>
34
+ <tr>
35
+ <td><img src="docs/assets/screenshots/01-startup-Logo.png" alt="Pi Workflow Suite startup logo" /></td>
36
+ <td><img src="docs/assets/screenshots/02-theme-settings.png" alt="Workflow Suite theme settings" /></td>
37
+ </tr>
38
+ <tr>
39
+ <td><img src="docs/assets/screenshots/03-GlobalSafetySettings.png" alt="Workflow Suite global safety settings" /></td>
40
+ <td><img src="docs/assets/screenshots/04-SharedSubAgentsSettings.png" alt="Workflow Suite shared sub-agent settings" /></td>
41
+ </tr>
42
+ <tr>
43
+ <td><img src="docs/assets/screenshots/05-mission-mode.png" alt="Mission Mode milestone progress" /></td>
44
+ <td><img src="docs/assets/screenshots/06-diagram-mermaid.png" alt="Workflow Suite Mermaid diagram output" /></td>
45
+ </tr>
46
+ </table>
36
47
 
37
48
  ## Contents
38
49
 
@@ -1171,15 +1182,15 @@ See `docs/TROUBLESHOOTING.md` for detailed diagnostics.
1171
1182
 
1172
1183
  ## Versioning
1173
1184
 
1174
- The current public preview version is `v0.0.5`. Version information is intentionally aligned across:
1185
+ The current public preview version is `v0.0.7`. Version information is intentionally aligned across:
1175
1186
 
1176
- - `VERSION` (`v0.0.5`),
1177
- - `package.json` (`0.0.5`),
1187
+ - `VERSION` (`v0.0.7`),
1188
+ - `package.json` (`0.0.7`),
1178
1189
  - `package-lock.json`,
1179
1190
  - this README,
1180
1191
  - Workflow Suite settings/about output.
1181
1192
 
1182
- The suite remains in early public preview versioning. Use `1.0.0` only when the install path, mode behavior, commands, settings, scripts, and packaging are ready to be treated as a public contract.
1193
+ Published package versions should stay aligned across repository metadata, package metadata, documentation, and Workflow Suite settings/about output. Use `1.0.0` only when the install path, mode behavior, commands, settings, scripts, and packaging are ready to be treated as a public contract.
1183
1194
 
1184
1195
  ## License, Trademarks, Security, Support, And Contributions
1185
1196
 
@@ -1206,18 +1217,20 @@ The intended package and repository identities are:
1206
1217
  https://github.com/MediaDataFusion/pi-workflow-suite
1207
1218
  ```
1208
1219
 
1209
- The current release candidate is prepared as `@mediadatafusion/pi-workflow-suite@0.0.5`.
1220
+ The current release candidate is prepared as `@mediadatafusion/pi-workflow-suite@0.0.7`.
1221
+
1222
+ Private DEV, private main, and the clean public release repository should carry the same approved package version before publication.
1210
1223
 
1211
1224
  After npm publication, install with:
1212
1225
 
1213
1226
  ```bash
1214
- pi install npm:@mediadatafusion/pi-workflow-suite@0.0.5
1227
+ pi install npm:@mediadatafusion/pi-workflow-suite@0.0.7
1215
1228
  ```
1216
1229
 
1217
1230
  After npm publication, temporary evaluation in a current Pi run can use:
1218
1231
 
1219
1232
  ```bash
1220
- pi -e npm:@mediadatafusion/pi-workflow-suite@0.0.5
1233
+ pi -e npm:@mediadatafusion/pi-workflow-suite@0.0.7
1221
1234
  ```
1222
1235
 
1223
1236
  ## Planned Enhancements
package/VERSION CHANGED
@@ -1 +1 @@
1
- v0.0.6
1
+ v0.0.7
package/package.json CHANGED
@@ -1 +1,109 @@
1
- {"name":"@mediadatafusion/pi-workflow-suite","version":"0.0.6","description":"Structured workflow orchestration suite for Pi with Standard, Plan, Mission, compaction, diagrams, web access, repo lock, and safety gates.","license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/MediaDataFusion/pi-workflow-suite.git"},"homepage":"https://github.com/MediaDataFusion/pi-workflow-suite#readme","bugs":{"url":"https://github.com/MediaDataFusion/pi-workflow-suite/issues"},"keywords":["pi-package","pi-extension","pi-skill","pi-theme","pi-prompt","pi","pi-coding-agent","workflow","workflows","workflow-suite","workflow-orchestration","agent-workflow","plan-mode","mission-mode","standard-mode","subagents","skills","prompts","extensions","themes"],"type":"module","files":["extensions/","skills/","agents/","config/","docs/assets/","themes/","scripts/install-to-live.sh","scripts/verify-live.sh","scripts/audit-live.sh","scripts/quarantine-live-junk.sh","scripts/backup-live.sh","scripts/audit-settings.sh","scripts/bootstrap-project.sh","scripts/check-clean-release-tree.sh","scripts/build-package-export.mjs","README.md","LICENSE.md","NOTICE","TRADEMARKS.md","CHANGELOG.md","SECURITY.md","SUPPORT.md","CONTRIBUTING.md","VERSION","package-lock.json"],"pi":{"extensions":["./extensions/workflow-modes.ts","./extensions/subagent/index.ts"],"skills":["./skills"],"prompts":["./config/prompts"],"themes":["./themes"],"image":"https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/pi-workflow-suite-header.png","video":"https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/pi-workflow-suite-demo.mp4"},"peerDependencies":{"@earendil-works/pi-agent-core":"*","@earendil-works/pi-ai":"*","@earendil-works/pi-coding-agent":"*","@earendil-works/pi-tui":"*","typebox":"*"},"dependencies":{"@mermaid-js/mermaid-cli":"^11.14.0","beautiful-mermaid":"^1.1.3","sharp":"^0.34.5"},"private":false,"devDependencies":{"@earendil-works/pi-agent-core":"^0.74.0","@earendil-works/pi-ai":"^0.74.0","@earendil-works/pi-coding-agent":"^0.74.0","@earendil-works/pi-tui":"^0.74.0","@types/node":"^25.6.2","typebox":"^1.1.38","typescript":"^6.0.3"},"scripts":{"check:ts":"tsc --noEmit --noCheck","typecheck":"tsc --noEmit","validate":"npm run check:ts && ./scripts/check-clean-release-tree.sh && git diff --check"}}
1
+ {
2
+ "name": "@mediadatafusion/pi-workflow-suite",
3
+ "version": "0.0.7",
4
+ "description": "Structured workflow orchestration suite for Pi with Standard, Plan, Mission, compaction, diagrams, web access, repo lock, and safety gates.",
5
+ "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/MediaDataFusion/pi-workflow-suite.git"
9
+ },
10
+ "homepage": "https://github.com/MediaDataFusion/pi-workflow-suite#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/MediaDataFusion/pi-workflow-suite/issues"
13
+ },
14
+ "keywords": [
15
+ "pi-package",
16
+ "pi-extension",
17
+ "pi-skill",
18
+ "pi-theme",
19
+ "pi-prompt",
20
+ "pi",
21
+ "pi-coding-agent",
22
+ "workflow",
23
+ "workflows",
24
+ "workflow-suite",
25
+ "workflow-orchestration",
26
+ "agent-workflow",
27
+ "plan-mode",
28
+ "mission-mode",
29
+ "standard-mode",
30
+ "subagents",
31
+ "skills",
32
+ "prompts",
33
+ "extensions",
34
+ "themes"
35
+ ],
36
+ "type": "module",
37
+ "files": [
38
+ "extensions/",
39
+ "skills/",
40
+ "agents/",
41
+ "config/",
42
+ "themes/",
43
+ "scripts/install-to-live.sh",
44
+ "scripts/verify-live.sh",
45
+ "scripts/audit-live.sh",
46
+ "scripts/quarantine-live-junk.sh",
47
+ "scripts/backup-live.sh",
48
+ "scripts/audit-settings.sh",
49
+ "scripts/bootstrap-project.sh",
50
+ "scripts/check-clean-release-tree.sh",
51
+ "scripts/check-package-size.mjs",
52
+ "scripts/build-package-export.mjs",
53
+ "README.md",
54
+ "LICENSE.md",
55
+ "NOTICE",
56
+ "TRADEMARKS.md",
57
+ "CHANGELOG.md",
58
+ "SECURITY.md",
59
+ "SUPPORT.md",
60
+ "CONTRIBUTING.md",
61
+ "VERSION",
62
+ "package-lock.json"
63
+ ],
64
+ "pi": {
65
+ "extensions": [
66
+ "./extensions/workflow-modes.ts",
67
+ "./extensions/subagent/index.ts"
68
+ ],
69
+ "skills": [
70
+ "./skills"
71
+ ],
72
+ "prompts": [
73
+ "./config/prompts"
74
+ ],
75
+ "themes": [
76
+ "./themes"
77
+ ],
78
+ "image": "https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/pi-workflow-suite-header.png",
79
+ "video": "https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@0.0.6/docs/assets/pi-workflow-suite-demo.mp4"
80
+ },
81
+ "peerDependencies": {
82
+ "@earendil-works/pi-agent-core": "*",
83
+ "@earendil-works/pi-ai": "*",
84
+ "@earendil-works/pi-coding-agent": "*",
85
+ "@earendil-works/pi-tui": "*",
86
+ "typebox": "*"
87
+ },
88
+ "dependencies": {
89
+ "@mermaid-js/mermaid-cli": "^11.14.0",
90
+ "beautiful-mermaid": "^1.1.3",
91
+ "sharp": "^0.34.5"
92
+ },
93
+ "private": false,
94
+ "devDependencies": {
95
+ "@earendil-works/pi-agent-core": "^0.74.0",
96
+ "@earendil-works/pi-ai": "^0.74.0",
97
+ "@earendil-works/pi-coding-agent": "^0.74.0",
98
+ "@earendil-works/pi-tui": "^0.74.0",
99
+ "@types/node": "^25.6.2",
100
+ "typebox": "^1.1.38",
101
+ "typescript": "^6.0.3"
102
+ },
103
+ "scripts": {
104
+ "check:ts": "tsc --noEmit --noCheck",
105
+ "typecheck": "tsc --noEmit",
106
+ "validate": "npm run check:ts && ./scripts/check-clean-release-tree.sh && npm run check:package-size && git diff --check",
107
+ "check:package-size": "node scripts/check-package-size.mjs"
108
+ }
109
+ }
@@ -39,18 +39,20 @@ function parseArgs(argv) {
39
39
  return args;
40
40
  }
41
41
 
42
- function cdn(version, assetPath) {
43
- return `https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@${version}/${assetPath}`;
42
+ const mediaVersion = '0.0.6';
43
+
44
+ function mediaCdn(assetPath) {
45
+ return `https://cdn.jsdelivr.net/npm/@mediadatafusion/pi-workflow-suite@${mediaVersion}/${assetPath}`;
44
46
  }
45
47
 
46
48
  function buildPackageReadme(sourceReadme, version) {
47
49
  const headerBlock = `# Pi Workflow Suite\n\n${
48
- `![Pi Workflow Suite — structured workflow orchestration for Pi](${cdn(version, 'docs/assets/pi-workflow-suite-header.png')})`
50
+ `![Pi Workflow Suite — structured workflow orchestration for Pi](${mediaCdn('docs/assets/pi-workflow-suite-header.png')})`
49
51
  }\n\n${[
50
- `[![Install](${cdn(version, 'docs/assets/readme-link-install.svg')})](#installation)`,
51
- `[![Quick Start](${cdn(version, 'docs/assets/readme-link-quick-start.svg')})](#quick-start)`,
52
- `[![Commands](${cdn(version, 'docs/assets/readme-link-commands.svg')})](#core-commands)`,
53
- `[![Settings](${cdn(version, 'docs/assets/readme-link-settings.svg')})](#settings-reference)`,
52
+ `[![Install](${mediaCdn('docs/assets/readme-link-install.svg')})](#installation)`,
53
+ `[![Quick Start](${mediaCdn('docs/assets/readme-link-quick-start.svg')})](#quick-start)`,
54
+ `[![Commands](${mediaCdn('docs/assets/readme-link-commands.svg')})](#core-commands)`,
55
+ `[![Settings](${mediaCdn('docs/assets/readme-link-settings.svg')})](#settings-reference)`,
54
56
  ].join(' ')}\n\n**Workflow Suite Version:** `;
55
57
 
56
58
  let readme = sourceReadme.replace(
@@ -58,7 +60,7 @@ function buildPackageReadme(sourceReadme, version) {
58
60
  headerBlock,
59
61
  );
60
62
 
61
- const packageMediaBlock = `## Quick Demo\n\nSee Pi Workflow Suite in action: structured workflow modes, settings, runtime status, and guided execution inside Pi.\n\n[![Watch the Pi Workflow Suite quick demo](${cdn(version, 'docs/assets/pi-workflow-suite-demo.gif')})](${cdn(version, 'docs/assets/pi-workflow-suite-demo.mp4')})\n\n## Screenshots\n\n${[
63
+ const packageMediaBlock = `## Quick Demo\n\nSee Pi Workflow Suite in action: structured workflow modes, settings, runtime status, and guided execution inside Pi.\n\n[![Watch the Pi Workflow Suite quick demo](${mediaCdn('docs/assets/pi-workflow-suite-demo.gif')})](${mediaCdn('docs/assets/pi-workflow-suite-demo.mp4')})\n\n## Screenshots\n\n${[
62
64
  ['Pi Workflow Suite Mission Home with workflow graphs', 'docs/assets/screenshots/00-mission-home.png'],
63
65
  ['Pi Workflow Suite startup logo', 'docs/assets/screenshots/01-startup-Logo.png'],
64
66
  ['Workflow Suite theme settings', 'docs/assets/screenshots/02-theme-settings.png'],
@@ -66,7 +68,7 @@ function buildPackageReadme(sourceReadme, version) {
66
68
  ['Workflow Suite shared sub-agent settings', 'docs/assets/screenshots/04-SharedSubAgentsSettings.png'],
67
69
  ['Mission Mode milestone progress', 'docs/assets/screenshots/05-mission-mode.png'],
68
70
  ['Workflow Suite Mermaid diagram output', 'docs/assets/screenshots/06-diagram-mermaid.png'],
69
- ].map(([alt, path]) => `![${alt}](${cdn(version, path)})`).join('\n\n')}\n\n`;
71
+ ].map(([alt, path]) => `![${alt}](${mediaCdn(path)})`).join('\n\n')}\n\n`;
70
72
 
71
73
  readme = readme.replace(/## Quick Demo[\s\S]*?## Contents\n/, `${packageMediaBlock}## Contents\n`);
72
74
  return readme;
@@ -18,7 +18,7 @@ if [[ -e .cursor && -n "$(git ls-files .cursor)" ]]; then report '.cursor/ must
18
18
 
19
19
  while IFS= read -r path; do
20
20
  case "$path" in
21
- agents/*|config/*|extensions/*|skills/*|docs/assets/*|themes/*|scripts/install-to-live.sh|scripts/verify-live.sh|scripts/audit-live.sh|scripts/quarantine-live-junk.sh|scripts/backup-live.sh|scripts/audit-settings.sh|scripts/bootstrap-project.sh|scripts/check-clean-release-tree.sh|scripts/build-package-export.mjs|README.md|CHANGELOG.md|CONTRIBUTING.md|LICENSE.md|NOTICE|SECURITY.md|SUPPORT.md|TRADEMARKS.md|VERSION|package.json|package-lock.json|tsconfig.json|.gitignore)
21
+ agents/*|config/*|extensions/*|skills/*|docs/assets/*|themes/*|scripts/install-to-live.sh|scripts/verify-live.sh|scripts/audit-live.sh|scripts/quarantine-live-junk.sh|scripts/backup-live.sh|scripts/audit-settings.sh|scripts/bootstrap-project.sh|scripts/check-clean-release-tree.sh|scripts/check-package-size.mjs|scripts/build-package-export.mjs|README.md|CHANGELOG.md|CONTRIBUTING.md|LICENSE.md|NOTICE|SECURITY.md|SUPPORT.md|TRADEMARKS.md|VERSION|package.json|package-lock.json|tsconfig.json|.gitignore)
22
22
  ;;
23
23
  docs/*)
24
24
  report "non-asset docs file is not allowed: $path"
@@ -0,0 +1,30 @@
1
+ #!/usr/bin/env node
2
+ import { spawnSync } from 'node:child_process';
3
+
4
+ const maxTarballBytes = 1_000_000;
5
+ const forbiddenPrefix = 'docs/assets/';
6
+
7
+ const result = spawnSync('npm', ['pack', '--dry-run', '--json'], {
8
+ encoding: 'utf8',
9
+ stdio: ['ignore', 'pipe', 'inherit'],
10
+ });
11
+
12
+ if (result.status !== 0) {
13
+ process.exit(result.status ?? 1);
14
+ }
15
+
16
+ const [pack] = JSON.parse(result.stdout);
17
+ const forbidden = pack.files.filter((file) => file.path.startsWith(forbiddenPrefix));
18
+
19
+ if (forbidden.length > 0) {
20
+ console.error(`ERROR: package includes promotional assets under ${forbiddenPrefix}`);
21
+ for (const file of forbidden) console.error(`- ${file.path}`);
22
+ process.exit(1);
23
+ }
24
+
25
+ if (pack.size > maxTarballBytes) {
26
+ console.error(`ERROR: package tarball is ${pack.size} bytes, above ${maxTarballBytes} bytes`);
27
+ process.exit(1);
28
+ }
29
+
30
+ console.log(`OK: package tarball ${pack.size} bytes, ${pack.files.length} files, no ${forbiddenPrefix} entries`);
@@ -1,10 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="144" height="42" viewBox="0 0 144 42" role="img" aria-label="Commands">
2
- <defs>
3
- <linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
4
- <stop offset="0" stop-color="#781d6b"/>
5
- <stop offset="1" stop-color="#217598"/>
6
- </linearGradient>
7
- </defs>
8
- <rect x="1" y="1" width="142" height="40" rx="20" fill="url(#g)" stroke="#1a3c57" stroke-width="2"/>
9
- <text x="72.0" y="27" text-anchor="middle" font-family="Arial, Helvetica, sans-serif" font-size="16" font-weight="700" fill="#ffffff">Commands</text>
10
- </svg>
@@ -1,10 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="112" height="42" viewBox="0 0 112 42" role="img" aria-label="Install">
2
- <defs>
3
- <linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
4
- <stop offset="0" stop-color="#781d6b"/>
5
- <stop offset="1" stop-color="#217598"/>
6
- </linearGradient>
7
- </defs>
8
- <rect x="1" y="1" width="110" height="40" rx="20" fill="url(#g)" stroke="#1a3c57" stroke-width="2"/>
9
- <text x="56.0" y="27" text-anchor="middle" font-family="Arial, Helvetica, sans-serif" font-size="16" font-weight="700" fill="#ffffff">Install</text>
10
- </svg>
@@ -1,10 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="156" height="42" viewBox="0 0 156 42" role="img" aria-label="Quick Start">
2
- <defs>
3
- <linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
4
- <stop offset="0" stop-color="#781d6b"/>
5
- <stop offset="1" stop-color="#217598"/>
6
- </linearGradient>
7
- </defs>
8
- <rect x="1" y="1" width="154" height="40" rx="20" fill="url(#g)" stroke="#1a3c57" stroke-width="2"/>
9
- <text x="78.0" y="27" text-anchor="middle" font-family="Arial, Helvetica, sans-serif" font-size="16" font-weight="700" fill="#ffffff">Quick Start</text>
10
- </svg>
@@ -1,10 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="126" height="42" viewBox="0 0 126 42" role="img" aria-label="Settings">
2
- <defs>
3
- <linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
4
- <stop offset="0" stop-color="#781d6b"/>
5
- <stop offset="1" stop-color="#217598"/>
6
- </linearGradient>
7
- </defs>
8
- <rect x="1" y="1" width="124" height="40" rx="20" fill="url(#g)" stroke="#1a3c57" stroke-width="2"/>
9
- <text x="63.0" y="27" text-anchor="middle" font-family="Arial, Helvetica, sans-serif" font-size="16" font-weight="700" fill="#ffffff">Settings</text>
10
- </svg>
@@ -1 +0,0 @@
1
-