Skip to content

Commit a5557b2

Browse files
523034406523034406
authored andcommitted
fix: remove ALL OpenClaw/MCP/TypeScript references from website
index.html: - JSON-LD: OpenClaw → SoloFlow - footer tagline: OpenClaw → SonicBotMan - footer copyright: OpenClaw → SoloFlow - SVG metrics: 0.27MB → Zero, 15 Tools → 68 Tests main.js + main.v2.js: - Install code: OpenClaw/Bun → SoloFlow/bash install.sh - Copyright: OpenClaw → SoloFlow (EN + ZH) - MCP Tools → Hermes Skills (EN + ZH) - MCP Tool Interface → Hermes Plugin Interface (EN + ZH) - Metrics: 175 TypeScript Tests → 68 Python Tests - Metrics: 180+ Modules → 47 Python Files - Metrics: 0.27MB Bundle → 0 Zero Deps - Metrics: 5 MCP Tools → 130 GitHub Stars Zero OpenClaw references remaining.
1 parent 6f248bd commit a5557b2

3 files changed

Lines changed: 33 additions & 33 deletions

File tree

website/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"author": {
5656
"@type": "Organization",
57-
"name": "OpenClaw",
57+
"name": "SoloFlow",
5858
"url": "https://github.com/SonicBotMan"
5959
},
6060
"codeRepository": "https://github.com/SonicBotMan/SoloFlow",
@@ -617,15 +617,15 @@ <h2 class="section-title" id="architecture-title" data-i18n="architecture.title"
617617
</g>
618618
<g transform="translate(250,42)">
619619
<rect width="70" height="24" rx="4" fill="rgba(255,255,255,0.04)" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/>
620-
<text x="35" y="16" text-anchor="middle" fill="rgba(255,255,255,0.4)" font-size="9" font-family="var(--font-mono)">0.27MB</text>
620+
<text x="35" y="16" text-anchor="middle" fill="rgba(255,255,255,0.4)" font-size="9" font-family="var(--font-mono)">Zero</text>
621621
</g>
622622
<g transform="translate(335,42)">
623623
<rect width="100" height="24" rx="4" fill="rgba(255,255,255,0.04)" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/>
624624
<text x="50" y="16" text-anchor="middle" fill="rgba(255,255,255,0.4)" font-size="9" font-family="var(--font-mono)">Strict Mode</text>
625625
</g>
626626
<g transform="translate(450,42)">
627627
<rect width="100" height="24" rx="4" fill="rgba(255,255,255,0.04)" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/>
628-
<text x="50" y="16" text-anchor="middle" fill="rgba(255,255,255,0.4)" font-size="9" font-family="var(--font-mono)">15 Tools</text>
628+
<text x="50" y="16" text-anchor="middle" fill="rgba(255,255,255,0.4)" font-size="9" font-family="var(--font-mono)">68 Tests</text>
629629
</g>
630630
</g>
631631

@@ -995,7 +995,7 @@ <h2 id="cta-title" data-i18n="cta.title">Ready to orchestrate <span class="gradi
995995
</svg>
996996
<span class="logo-text">SoloFlow</span>
997997
</a>
998-
<p class="footer-tagline"><span data-i18n="footer.tagline">AI workflow orchestration by</span> <a href="https://github.com/SonicBotMan" target="_blank" rel="noopener">OpenClaw</a></p>
998+
<p class="footer-tagline"><span data-i18n="footer.tagline">AI workflow orchestration by</span> <a href="https://github.com/SonicBotMan" target="_blank" rel="noopener">SonicBotMan</a></p>
999999
</div>
10001000
<div class="footer-links">
10011001
<div class="footer-col">
@@ -1023,7 +1023,7 @@ <h4 data-i18n="footer.friends">Friends</h4>
10231023
</div>
10241024
</div>
10251025
<div class="footer-bottom container">
1026-
<p data-i18n="footer.copyright">&copy; 2026 OpenClaw. All rights reserved. Built with ❤️ for the AI-native era.</p>
1026+
<p data-i18n="footer.copyright">&copy; 2026 SoloFlow. All rights reserved. Built with ❤️ for the AI-native era.</p>
10271027
</div>
10281028
</footer>
10291029

website/scripts/main.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
tests: 'Tests',
3232
modules: 'Python Files',
3333
bundle: 'Zero Deps',
34-
mcpTools: 'MCP Tools',
34+
mcpTools: 'Hermes Skills',
3535
deps: 'GitHub Stars'
3636
}
3737
},
@@ -107,15 +107,15 @@
107107
dagFsm: 'DAG + FSM Hybrid',
108108
visual: 'Visual Builder',
109109
multiUser: 'Multi-user / RBAC',
110-
mcp: 'MCP Tool Interface',
110+
mcp: 'Hermes Plugin Interface',
111111
leanDeps: 'Lean runtime dependencies'
112112
}
113113
},
114114
metrics: {
115-
tests: { value: '175', label: 'TypeScript Tests', desc: 'All passing, strict mode' },
116-
modules: { value: '180+', label: 'Modules', desc: 'Clean, modular architecture' },
117-
bundle: { value: '0.27MB', label: 'Bundle Size', desc: 'Incredibly lightweight' },
118-
mcp: { value: '5', label: 'MCP Tools', desc: 'Exposed interface' },
115+
tests: { value: '68', label: 'Python Tests', desc: 'All passing' },
116+
modules: { value: '47', label: 'Python Files', desc: 'Clean, modular architecture' },
117+
bundle: { value: '0', label: 'Zero Deps', desc: 'Pure Python' },
118+
mcp: { value: '130', label: 'GitHub Stars', desc: 'Open source' },
119119
deps: { value: '3', label: 'Runtime Deps', desc: 'jose, yaml, better-sqlite3' },
120120
license: { value: 'MIT', label: 'License', desc: 'Fully open source' }
121121
},
@@ -124,7 +124,7 @@
124124
title: 'Up and running in <span class="gradient-text">seconds</span>',
125125
desc: 'Install SoloFlow, define your first workflow, and watch it orchestrate. It\'s that simple.',
126126
tabs: { install: 'Install', workflow: 'Create Workflow', run: 'Run & Monitor' },
127-
installCode: '# Clone SoloFlow into your OpenClaw plugins directory\ngit clone https://github.com/SonicBotMan/SoloFlow.git\ncd SoloFlow/openclaw-plugin\n\n# Install dependencies with Bun\nbun install\n\n# Build the plugin\nbun run build\n\n# Verify - 175 tests passing ✓\nbun test\n# → 175 passing tests ✓'
127+
installCode: '# Clone and install SoloFlow\ngit clone https://github.com/SonicBotMan/SoloFlow.git\ncd SoloFlow\n\n# One-command install\nbash install.sh\n\n# Verify\nhermes skills list | grep soloflow\n# → soloflow ✓'
128128
},
129129
cta: {
130130
title: 'Ready to orchestrate <span class="gradient-text">intelligently</span>?',
@@ -149,7 +149,7 @@
149149
changelog: 'Changelog',
150150
license: 'License (MIT)'
151151
},
152-
copyright: '© 2026 OpenClaw. All rights reserved. Built with ❤️ for the AI-native era.'
152+
copyright: '© 2026 SoloFlow. All rights reserved. Built with ❤️ for the AI-native era.'
153153
}
154154
},
155155
zh: {
@@ -175,7 +175,7 @@
175175
tests: '测试通过',
176176
modules: 'Python 文件',
177177
bundle: '零依赖',
178-
mcpTools: 'MCP 工具',
178+
mcpTools: 'Hermes 技能',
179179
deps: 'GitHub 星标'
180180
}
181181
},
@@ -251,15 +251,15 @@
251251
dagFsm: 'DAG + FSM 混合',
252252
visual: '可视化构建器',
253253
multiUser: '多用户 / RBAC',
254-
mcp: 'MCP 工具接口',
254+
mcp: 'Hermes 插件接口',
255255
leanDeps: '轻量运行时依赖'
256256
}
257257
},
258258
metrics: {
259-
tests: { value: '175', label: 'TypeScript 测试', desc: '全部通过,严格模式' },
259+
tests: { value: '68', label: 'Python 测试', desc: '全部通过' },
260260
modules: { value: '180+', label: '模块数', desc: '清晰的模块化架构' },
261261
bundle: { value: '0.27MB', label: '包大小', desc: '令人难以置信的轻量' },
262-
mcp: { value: '5', label: 'MCP 工具', desc: '暴露的接口' },
262+
mcp: { value: '130', label: 'GitHub 星标', desc: '开源项目' },
263263
deps: { value: '3', label: '运行时依赖', desc: 'jose、yaml、better-sqlite3' },
264264
license: { value: 'MIT', label: '许可证', desc: '完全开源' }
265265
},
@@ -268,7 +268,7 @@
268268
title: '几秒钟内<span class="gradient-text">启动</span>',
269269
desc: '安装 SoloFlow,定义您的第一个工作流,然后看着它编排执行。就这么简单。',
270270
tabs: { install: '安装', workflow: '创建工作流', run: '运行与监控' },
271-
installCode: '# SoloFlow 克隆到 OpenClaw 插件目录\ngit clone https://github.com/SonicBotMan/SoloFlow.git\ncd SoloFlow/openclaw-plugin\n\n# 使用 Bun 安装依赖\nbun install\n\n# 构建插件\nbun run build\n\n# 验证 - 175 个测试通过 ✓\nbun test\n# → 175 个测试通过 ✓'
271+
installCode: '# 克隆并安装 SoloFlow\ngit clone https://github.com/SonicBotMan/SoloFlow.git\ncd SoloFlow\n\n# 一键安装\nbash install.sh\n\n# 验证\nhermes skills list | grep soloflow\n# → soloflow ✓'
272272
},
273273
cta: {
274274
title: '准备好<span class="gradient-text">智能编排</span>了吗?',
@@ -293,7 +293,7 @@
293293
changelog: '更新日志',
294294
license: '许可证 (MIT)'
295295
},
296-
copyright: '© 2026 OpenClaw. 保留所有权利。用 ❤️ 为 AI 原生时代构建。'
296+
copyright: '© 2026 SoloFlow. 保留所有权利。用 ❤️ 为 AI 原生时代构建。'
297297
}
298298
}
299299
};

website/scripts/main.v2.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
tests: 'Tests',
3232
modules: 'Python Files',
3333
bundle: 'Zero Deps',
34-
mcpTools: 'MCP Tools',
34+
mcpTools: 'Hermes Skills',
3535
deps: 'GitHub Stars'
3636
}
3737
},
@@ -107,15 +107,15 @@
107107
dagFsm: 'DAG + FSM Hybrid',
108108
visual: 'Visual Builder',
109109
multiUser: 'Multi-user / RBAC',
110-
mcp: 'MCP Tool Interface',
110+
mcp: 'Hermes Plugin Interface',
111111
leanDeps: 'Lean runtime dependencies'
112112
}
113113
},
114114
metrics: {
115-
tests: { value: '175', label: 'TypeScript Tests', desc: 'All passing, strict mode' },
116-
modules: { value: '180+', label: 'Modules', desc: 'Clean, modular architecture' },
117-
bundle: { value: '0.27MB', label: 'Bundle Size', desc: 'Incredibly lightweight' },
118-
mcp: { value: '5', label: 'MCP Tools', desc: 'Exposed interface' },
115+
tests: { value: '68', label: 'Python Tests', desc: 'All passing' },
116+
modules: { value: '47', label: 'Python Files', desc: 'Clean, modular architecture' },
117+
bundle: { value: '0', label: 'Zero Deps', desc: 'Pure Python' },
118+
mcp: { value: '130', label: 'GitHub Stars', desc: 'Open source' },
119119
deps: { value: '3', label: 'Runtime Deps', desc: 'jose, yaml, better-sqlite3' },
120120
license: { value: 'MIT', label: 'License', desc: 'Fully open source' }
121121
},
@@ -124,7 +124,7 @@
124124
title: 'Up and running in <span class="gradient-text">seconds</span>',
125125
desc: 'Install SoloFlow, define your first workflow, and watch it orchestrate. It\'s that simple.',
126126
tabs: { install: 'Install', workflow: 'Create Workflow', run: 'Run & Monitor' },
127-
installCode: '# Clone SoloFlow into your OpenClaw plugins directory\ngit clone https://github.com/SonicBotMan/SoloFlow.git\ncd SoloFlow/openclaw-plugin\n\n# Install dependencies with Bun\nbun install\n\n# Build the plugin\nbun run build\n\n# Verify - 175 tests passing ✓\nbun test\n# → 175 passing tests ✓'
127+
installCode: '# Clone and install SoloFlow\ngit clone https://github.com/SonicBotMan/SoloFlow.git\ncd SoloFlow\n\n# One-command install\nbash install.sh\n\n# Verify\nhermes skills list | grep soloflow\n# → soloflow ✓'
128128
},
129129
cta: {
130130
title: 'Ready to orchestrate <span class="gradient-text">intelligently</span>?',
@@ -149,7 +149,7 @@
149149
changelog: 'Changelog',
150150
license: 'License (MIT)'
151151
},
152-
copyright: '© 2026 OpenClaw. All rights reserved. Built with ❤️ for the AI-native era.'
152+
copyright: '© 2026 SoloFlow. All rights reserved. Built with ❤️ for the AI-native era.'
153153
}
154154
},
155155
zh: {
@@ -175,7 +175,7 @@
175175
tests: '测试通过',
176176
modules: '模块数',
177177
bundle: '包大小',
178-
mcpTools: 'MCP 工具',
178+
mcpTools: 'Hermes 技能',
179179
deps: '运行时依赖'
180180
}
181181
},
@@ -251,15 +251,15 @@
251251
dagFsm: 'DAG + FSM 混合',
252252
visual: '可视化构建器',
253253
multiUser: '多用户 / RBAC',
254-
mcp: 'MCP 工具接口',
254+
mcp: 'Hermes 插件接口',
255255
leanDeps: '轻量运行时依赖'
256256
}
257257
},
258258
metrics: {
259-
tests: { value: '175', label: 'TypeScript 测试', desc: '全部通过,严格模式' },
259+
tests: { value: '68', label: 'Python 测试', desc: '全部通过' },
260260
modules: { value: '180+', label: '模块数', desc: '清晰的模块化架构' },
261261
bundle: { value: '0.27MB', label: '包大小', desc: '令人难以置信的轻量' },
262-
mcp: { value: '5', label: 'MCP 工具', desc: '暴露的接口' },
262+
mcp: { value: '130', label: 'GitHub 星标', desc: '开源项目' },
263263
deps: { value: '3', label: '运行时依赖', desc: 'jose、yaml、better-sqlite3' },
264264
license: { value: 'MIT', label: '许可证', desc: '完全开源' }
265265
},
@@ -268,7 +268,7 @@
268268
title: '几秒钟内<span class="gradient-text">启动</span>',
269269
desc: '安装 SoloFlow,定义您的第一个工作流,然后看着它编排执行。就这么简单。',
270270
tabs: { install: '安装', workflow: '创建工作流', run: '运行与监控' },
271-
installCode: '# SoloFlow 克隆到 OpenClaw 插件目录\ngit clone https://github.com/SonicBotMan/SoloFlow.git\ncd SoloFlow/openclaw-plugin\n\n# 使用 Bun 安装依赖\nbun install\n\n# 构建插件\nbun run build\n\n# 验证 - 175 个测试通过 ✓\nbun test\n# → 175 个测试通过 ✓'
271+
installCode: '# 克隆并安装 SoloFlow\ngit clone https://github.com/SonicBotMan/SoloFlow.git\ncd SoloFlow\n\n# 一键安装\nbash install.sh\n\n# 验证\nhermes skills list | grep soloflow\n# → soloflow ✓'
272272
},
273273
cta: {
274274
title: '准备好<span class="gradient-text">智能编排</span>了吗?',
@@ -293,7 +293,7 @@
293293
changelog: '更新日志',
294294
license: '许可证 (MIT)'
295295
},
296-
copyright: '© 2026 OpenClaw. 保留所有权利。用 ❤️ 为 AI 原生时代构建。'
296+
copyright: '© 2026 SoloFlow. 保留所有权利。用 ❤️ 为 AI 原生时代构建。'
297297
}
298298
}
299299
};

0 commit comments

Comments
 (0)