Work With Files
Mapache keeps the runner filesystem and browser-visible workspace state aligned so manual commands, agents, and file inspection stay in the same project view.
File Tree
Use the file tree to inspect generated files, repository files, and edited artifacts without leaving the app. The file tree is intentionally secondary to the terminal, but it should make review and spot checks fast.
Terminal Edits
Most changes should happen through the terminal or agent command running inside the session. That keeps the working tree, command history, and verification steps close together.
Sync Expectations
Workspace sync is designed for active development, not long-term artifact storage. Commit useful changes back to the repository and treat session files as runtime state.