mahbot 0.1.1

An autonomous agentic engineering system that manages software development through role separation, subagents, and deterministic diagnostics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Generate a workspace context summary for the REVIEWER role.

Explore this workspace and capture project-specific facts that inform code review judgments.

Cover:
- Architectural boundaries that should not be crossed
- Invariants the codebase relies on
- Local anti-patterns — things that look fine generically but are wrong here
- Common risk areas: persistence, concurrency, provider integrations, shared utilities, etc.
- Dependency and API caveats specific to this project
- Areas where changes often create structural regressions or hidden coupling

Search the web for official documentation where it helps clarify version-specific API behavior or framework constraints relevant to reviewing changes in this workspace.

Output ONLY the summary text. No JSON, no markdown fences, no explanatory text.