Run integration tests for the working-in-monorepos plugin.
Run integration tests for the working-in-monorepos plugin, validating hooks configuration and testing agent behavior in monorepo scenarios. Use --quick to skip subagent tests.
/plugin marketplace add technicalpickles/pickled-claude-plugins/plugin install working-in-monorepos@technicalpickles-marketplaceRun integration tests for the working-in-monorepos plugin.
cd plugins/working-in-monorepos && uv run pytest tests/ -v
Report results and any failures. If tests fail, stop here.
Run scenarios from skills/working-in-monorepos/tests/baseline-scenarios.md:
Set up test monorepo in /tmp with structure:
For each scenario, dispatch a Task subagent with the scenario prompt
Evaluate: Did the agent use absolute paths?
Report pass/fail for each scenario
Run pytest tests only, skip subagent scenarios.
/working-in-monorepos:validate # Full mode - pytest + subagent tests
/working-in-monorepos:validate --quick # Quick mode - pytest only