- scripts/build_openclaw.py:SKILL.md 转换({skill_dir}→{baseDir}、WebSearch→web_search、移除 allowed-tools)
- .github/workflows/build-openclaw.yml:push to main 时自动构建 dist/openclaw/
- dist/openclaw/:首次构建产物入库,OpenClaw 用户可直接使用
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
36 lines
446 B
Text
36 lines
446 B
Text
# Credentials
|
|
config.yaml
|
|
|
|
# User data (generated at runtime, not tracked)
|
|
style.yaml
|
|
history.yaml
|
|
playbook.md
|
|
corpus/
|
|
lessons/
|
|
|
|
# Optimized writing parameters (user runs loop to generate their own)
|
|
writing-config.yaml
|
|
optimization-results.tsv
|
|
|
|
# Generated output
|
|
output/
|
|
!output/.gitkeep
|
|
|
|
# Legacy client directories
|
|
clients/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/*
|
|
!dist/openclaw/
|
|
build/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|