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.
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>
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>
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.
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.