OpenClaw support: - Add section-splitting convert_openclaw() to convert.sh that routes ## headers by keyword into SOUL.md (persona) vs AGENTS.md (operations) and generates IDENTITY.md with emoji + vibe from frontmatter - Add integrations/openclaw/ to .gitignore Frontmatter additions (all 112 agents): - Add emoji and vibe fields to every agent for OpenClaw IDENTITY.md generation and future dashboard/catalog use - Add services field to carousel-growth-engine (Gemini API, Upload-Post) - Add emoji/vibe to 7 new paid-media agents from PR #83 Agent quality: - Rewrite accounts-payable-agent to be vendor-agnostic (remove AgenticBTC dependency, use generic payments.* interface) Documentation: - CONTRIBUTING.md: Add Persona/Operations section grouping guidance, emoji/vibe/services frontmatter fields, external services editorial policy - README.md: Add OpenClaw to supported tools, update agent count to 112, reduce third-party OpenClaw repo mention to one-line attribution Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
77 lines
1.1 KiB
Plaintext
77 lines
1.1 KiB
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# Thumbnails
|
|
Thumbs.db
|
|
|
|
# Editor directories and files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# Node.js (if adding web tools later)
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# Python (if adding scripts)
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
.venv
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
*.lcov
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Personal notes and scratch files
|
|
scratch/
|
|
notes/
|
|
TODO.md
|
|
NOTES.md
|
|
|
|
# Generated integration files — run scripts/convert.sh to regenerate locally
|
|
# The scripts/ and integrations/*/README.md files ARE committed; only generated
|
|
# agent/skill files are excluded.
|
|
integrations/antigravity/agency-*/
|
|
integrations/gemini-cli/skills/
|
|
integrations/gemini-cli/gemini-extension.json
|
|
integrations/opencode/agents/
|
|
integrations/cursor/rules/
|
|
integrations/aider/CONVENTIONS.md
|
|
integrations/windsurf/.windsurfrules
|
|
integrations/openclaw/
|