Files
nanoclaw/.gitignore
gavrielc 75c2fde2b5 feat(v2): builder-agent self-modification WIP + container-config as per-group file
Checkpoints the builder-agent dev-agent/worktree/swap flow (create_dev_agent,
request_swap, classifier, deadman, promote) before pivoting to a unified
draft-activate approach with OS-level RO enforcement. Lifts container_config
out of the agent_groups row into groups/<folder>/container.json so install_packages,
add_mcp_server, and rebuild flows can eventually route through the same draft
path as source edits.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 21:15:13 +03:00

42 lines
514 B
Plaintext

# Dependencies
node_modules/
.npm-cache/
# Build output
dist/
# Local data & auth
store/
data/
logs/
# Groups - only track base structure and specific CLAUDE.md files
groups/*
!groups/main/
!groups/global/
groups/main/*
groups/global/*
!groups/main/CLAUDE.md
!groups/global/CLAUDE.md
# Secrets
*.keys.json
.env
# Temp files
.tmp-*
# OS
.DS_Store
# IDE
.idea/
.vscode/
# Skills system (local per-installation state)
.nanoclaw/
# Builder-agent worktrees (ephemeral, per-request)
.worktrees/
agents-sdk-docs