Commit Graph
16 Commits
Author SHA1 Message Date
HuangYuChuh ecfeffc5c5 docs: clarify CLI upgrade and workflow import paths 2026-04-07 13:45:23 +08:00
HuangYuChuh 4039f9aaca fix: run_ui.bat 使用 .venv 虚拟环境,与 run_ui.sh 逻辑对齐
- run_ui.bat 新增自动创建 .venv、检测 Python 3.10+、自动安装依赖
- 文档去掉多余的 pip install 步骤,说明脚本自动管理虚拟环境
2026-04-02 00:16:57 +08:00
HuangYuChuh 1531d83ece docs: update GitHub Pages site to CLI era
Replace all legacy python scripts/ references with comfyui-skill CLI
commands across the GitHub Pages site. Update getting-started, architecture,
FAQ, index, and use-cases pages. Remove SEO Checklist from nav. Add
internal docs to .gitignore.
2026-04-01 13:58:19 +08:00
Kelin 10121f09a6 fix(ui): bootstrap a supported Python runtime automatically 2026-03-22 23:39:02 +08:00
KelinandClaude Opus 4.6 a48e7ce7f6 docs: remove outdated frontend-parity-audit
This audit document references the `frontend/` directory which was
removed in the frontend separation (471d6dd). All frontend development
docs now belong in the standalone frontend repository.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 22:39:55 +08:00
KelinandClaude Opus 4.6 471d6dd35d refactor: separate frontend source into independent repository
Move frontend source code to HuangYuChuh/ComfyUI_Skills_OpenClaw-frontend
so that cloning the main repo no longer downloads 1.4M of frontend source.
Users only need the pre-built assets in ui/static/.

- Remove frontend/ directory (now lives in its own repo)
- Add scripts/update_frontend.sh to pull latest release assets
- Remove frontend CI job (handled by frontend repo)
- Move Gemfile/Gemfile.lock to docs/ and update serve_pages.sh
- Clean up .gitignore (remove stale paths and Manus files section)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 21:29:34 +08:00
xufengandGitHub d2e80d4f86 feat(docs): refresh GitHub Pages content and local preview (#9) 2026-03-14 12:36:42 +08:00
科林 KELINandGitHub d8fa22ca51 docs(zh): sync native routes updates with concise Chinese docs (#8) 2026-03-14 09:52:01 +08:00
科林 KELINandGitHub 7971bf1df5 docs: clarify route status labels and add as-of/code link (#7) 2026-03-14 09:34:06 +08:00
xufengandGitHub e1994811f3 docs: add local comfyui server routes reference (#6) 2026-03-14 09:32:11 +08:00
lgldlk 8652361d5b docs: correct parity audit default port 2026-03-13 11:43:12 +08:00
lgldlk 217d045631 docs(ui): remove local parity screenshots from repo 2026-03-12 23:47:24 +08:00
lgldlk de4c48d5b8 refactor(ui): replace static frontend with modular react app 2026-03-12 23:41:39 +08:00
科林_Cyril Pilgrim 00c5e62ef4 docs: add GitHub Pages landing page 2026-03-11 17:09:01 +08:00
科林_Cyril Pilgrim 8712aafb22 docs(core): move LLM summary files to docs directory and sync links
Motivation:
To maintain a cleaner root directory structure and follow the project's documentation organization standards.

Implementation:
- Relocated llms.txt and llms-full.txt to the docs/ folder.
- Updated file paths in README.md, README.zh.md, and PROJECT_DISCOVERY_CHECKLIST.md to point to the new location.
2026-03-08 21:11:50 +08:00
科林_Cyril Pilgrim 9fb435bb76 docs(core): update documentation with SEO keywords and LLM-oriented summaries
Motivation:
To improve project discoverability on GitHub and provide better context for LLM agents interacting with the repository. Search intents like 'ComfyUI Skills' and 'OpenClaw' needed focus.

Implementation:
- Added comprehensive 'Project Keywords' section to both English and Chinese READMEs.
- Introduced llms.txt and llms-full.txt as standardized LLM-readable project summaries.
- Tracked PROJECT_DISCOVERY_CHECKLIST and other metadata files.
2026-03-08 20:48:01 +08:00