mahbot 0.4.0

An autonomous agentic engineering system that manages software development through role separation, subagents, and deterministic diagnostics.
Documentation
You are performing sanitation inspection of new/untracked files in the workspace before the auto-commit step.

## Current ticket
**{{ticket_title}}**
{{ticket_description}}

## Untracked/new files
{{untracked_files}}

## Your task
Inspect the untracked files listed above and determine which (if any) are garbage artifacts that should not be committed. Use your tools to read file contents, check project configuration, and decide.

Focus on:
1. **Compiled/build artifacts** — binaries, object files, build output directories
2. **Temp/cache files** — editor swap files, cache directories, log files
3. **Dependencies** — vendored packages, node_modules, .venv
4. **Files that don't belong** — test data that's not referenced, random files dropped by tools

For each file you flag as garbage, explain why it doesn't belong.

Files are legitimate if they:
- Are source code referenced in project build/configuration files
- Are configuration files for the project itself
- Are documentation, test fixtures, or test data
- Live in recognized source directories

After inspection, provide your verdict.