Debugging complex monorepos often involves littering the codebase with console logs that risk leaking into production. Developers can now use the Agentcrumbs package to trace local execution dynamically. By dropping temporary markers like // @crumbs directly into the code, developers can stream live execution data to a local collector.
1agentcrumbs tail # view live traces2agentcrumbs strip # remove all markers before merge
The system automatically strips these markers out via a CLI command before code is merged, keeping the repository clean. Configured across the entire workspace, the tool is heavily documented in so AI coding assistants know exactly how to instrument the monorepo's various namespaces without human intervention.