Files
Regolith/.gitignore
Janni Turunen 1b960c563f Add /add-parallel skill for Parallel AI integration (#28)
Adds a skill to integrate Parallel AI MCP servers for advanced web research.

What it adds:
- Quick Search MCP for fast web lookups (free to use)
- Task MCP for deep research with scheduler-based polling
- Non-blocking design using NanoClaw's scheduler

Usage: Run /add-parallel to add this integration to your fork

Follows NanoClaw philosophy:
- Skills over features - integration is optional via skill
- Keeps base codebase lean
- Users run /add-parallel on their fork for clean code

Co-authored-by: Janni Turunen <janni@Jannis-MacBook-Air.local>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-02 13:16:41 +02:00

25 lines
185 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# Local data & auth
store/
data/
logs/
# Secrets
*.keys.json
.env
# OS
.DS_Store
# IDE
.idea/
.vscode/
agents-sdk-docs
.backups/