neilbb
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Claude Code ships with Bash, Read, Write, Edit, Glob, Grep, WebFetch, Task, Plan. For a single agent on a single task, they're fine. Once you're running a multi-agent system, the defaults break fast. The problems we…
-
Most agent frameworks use structured tool calling — JSON schemas, tool_call_id tracking, provider-specific APIs. But for bash-heavy agents, the LLM can just write `$ ls -la` as plain text. You scan for the prefix,…
-
I built TTal because I got tired of babysitting Claude Code sessions. Every PR meant switching between windows, copy-pasting review feedback, telling the coder what to fix, and repeating until it merged. I wanted to…
-
Site: https://ttal.guion.io 706 commits, 38 PRs merged, 5 repos, 5 days. One person with max 5 Claude Code sessions. The stack: Taskwarrior as the task queue, Zellij as the session manager, Claude Code as the worker.…