feat: update .gitignore to include flows directory and adjust clawteam templates exclusion; enhance LEARNINGS.md and RULES.md with critical spawn method guidelines; revise TOOLS.md to emphasize tmux usage; modify SKILL.md files to prohibit subprocess backend; increase memory limit in docker-compose.yml

This commit is contained in:
2026-04-07 09:59:41 +07:00
parent c4c881bba2
commit 9ec15cb4ea
7 changed files with 80 additions and 11 deletions
@@ -122,7 +122,7 @@ clawteam board live my-team --interval 3
| Setting | Default | Override |
|---------|---------|----------|
| Backend | `tmux` | `clawteam spawn subprocess ...` |
| Backend | `tmux` only | Use `clawteam spawn tmux openclaw` — subprocess NOT allowed |
| Command | `claude` (default) / `openclaw` (ours) | `clawteam spawn tmux openclaw` for our setup |
| Workspace | `auto` (git worktree) | `--no-workspace` or config `workspace=never` |
| Permissions | skip | `--no-skip-permissions` or config `skip_permissions=false` |