Run a repeatable module-level acceptance flow for a target repository and generate evidence artifacts that can be audited.
Run a repeatable module-level acceptance flow for a target repository and generate evidence artifacts that can be audited.
targetRepo (required): absolute path to the repository root.moduleName (required): module identifier under test.entryUrl (optional): module page URL used by UI acceptance checks.strict (optional, default true): if true, any failed check returns non-zero status.targetRepo exists and is readable.mcps/ and callable from the active Roo MCP configuration.mcps/_artifacts/acceptance/.targetRepo, moduleName).repo-inspector.experience-manager.playwright-browser when entryUrl is provided.set ROO_TARGET_REPO=<ABS_REPO_PATH>
call mcps\repo-inspector\start.cmd
call mcps\experience-manager\start.cmd
call mcps\playwright-browser\start.cmd
mcps/_artifacts/acceptance/module-acceptance-summary-*.mdmcps/_artifacts/acceptance/module-acceptance-status-*.jsonmcps/_artifacts/acceptance/0: all required checks passed.1: one or more checks failed.2: input/precondition validation failed.INPUT_INVALID: missing/invalid targetRepo or moduleName.PRECONDITION_FAILED: repository or toolchain not available.CHECK_FAILED: one or more acceptance checks failed.EVIDENCE_WRITE_FAILED: artifact cannot be written to target directory.