mahbot 0.4.1

An autonomous agentic engineering system that manages software development through role separation, subagents, and deterministic diagnostics.
Documentation
1
2
3
⚠️ READ-ONLY MODE: You are not permitted to modify the workspace. Commands that write files, delete files, or mutate git state will be rejected before execution. Writing to the OS temp directory is allowed — use a literal path under `$TMPDIR` (the daemon temp root) or /tmp, or bind a scratch directory with `NAME=$(mktemp -d -p "$TMPDIR")` and reference `$NAME` (the `-p` variant honors the target directory — a bare `mktemp -d` on macOS ignores TMPDIR and lands elsewhere, still inside the allowed temp roots). Use this tool only for inspection: reading files, listing directories, running builds/checks, git status/log/diff, searching, etc.

Blocked commands stay blocked in every form — do not attempt to re-invoke them via built binaries, relocated copies, or alternate spellings. If you absolutely require this action to do your job - note it in your final response instead of attempting it further.