{"actions":{"bootstrapAndRun":{"effect":"installs rote if missing, inspects, prepares, and asks before running","href":"https://play.modiqo.ai/install?play=chaitanyagidwani/repo-onboarding-brief@0.2.0","method":"GET","rel":"https://rote.dev/rels/bootstrap-and-run","requiresConsent":true,"responseMediaType":"text/x-shellscript"},"inspect":{"command":"rote play inspect https://play.modiqo.ai/chaitanyagidwani/repo-onboarding-brief@0.2.0","effect":"read-only"},"installCliOnly":{"effect":"installs the rote CLI, nothing else","href":"https://play.modiqo.ai/install","method":"GET","rel":"https://rote.dev/rels/install-cli","requiresConsent":true,"responseMediaType":"text/x-shellscript"},"run":{"command":"rote play run https://play.modiqo.ai/chaitanyagidwani/repo-onboarding-brief@0.2.0","effect":"executes the play locally after consent","headless":{"approvalAssertion":"--yes","approvalRequiredBeforeInvocation":true,"commandTemplate":"rote play run https://play.modiqo.ai/chaitanyagidwani/repo-onboarding-brief@0.2.0 <name=value...> --yes","stdinPolicy":"never pipe input to automate the interactive Ready selector"},"requiresConsent":true}},"description":"Read a repository and emit a six-section onboarding brief (WHAT THIS IS, SETUP, VERIFY, THE REAL COMMANDS, ENTRY POINTS, TRAPS) with file:line evidence. Read-only: never runs the target repo's own toolchain.","distribution":{"digest":"sha256:bd082ca43396ac3c589b72398af3d10060c44d1668c0a1207c9fe9442ac69263","mediaType":"application/vnd.modiqo.rote-flow","size":6520,"verifiedBy":"rote verifies the downloaded archive against this digest before it runs"},"effects":{"credentialsProvidedBy":"runner","credentialsRemainLocal":true,"declaredWrites":[],"publisherReceivesCredentials":false},"id":"https://play.modiqo.ai/chaitanyagidwani/repo-onboarding-brief@0.2.0","inputPolicy":{"optionalWithDefault":"show_default_and_accept_override","optionalWithoutDefault":"omit_unless_supplied","required":"ask","secrets":"collect_locally_outside_conversation"},"links":{"docs":"https://rote.dev","page":"https://play.modiqo.ai/chaitanyagidwani/repo-onboarding-brief@0.2.0","protocol":"https://play.modiqo.ai/.well-known/rote","self":"https://play.modiqo.ai/chaitanyagidwani/repo-onboarding-brief@0.2.0.json"},"name":"repo-onboarding-brief","owner":{"kind":"user","slug":"chaitanyagidwani"},"parameters":[{"description":"Absolute path to the repository checkout to read.","input":{"allowCustom":true,"choices":[],"label":"Repo path"},"name":"repo_path","required":true,"type":"string"},{"default":".github/workflows/test.yml","description":"Repo-relative CI file that SETUP and the VERIFY wiring check are sourced from (priority-1 rung of the SETUP ladder).","input":{"allowCustom":true,"choices":[],"label":"Primary ci workflow"},"name":"primary_ci_workflow","required":false,"type":"string"},{"default":".github/workflows","description":"Repo-relative directory holding the remaining CI configs, read for lint and docs install lines.","input":{"allowCustom":true,"choices":[],"label":"Secondary ci workflows"},"name":"secondary_ci_workflows","required":false,"type":"string"},{"default":"pyproject.toml","description":"Repo-relative manifest. The manifest names the ecosystem; detect_ecosystem reports what is actually present so a caller can correct this.","input":{"allowCustom":true,"choices":[],"label":"Manifest file"},"name":"manifest_file","required":false,"type":"string"},{"default":"uv.lock","description":"Repo-relative lockfile. The lockfile names the tool.","input":{"allowCustom":true,"choices":[],"label":"Lockfile"},"name":"lockfile","required":false,"type":"string"},{"description":"Repo-relative test file for the VERIFY step-2 wiring check. Empty means the wiring check renders as not determinable.","input":{"allowCustom":true,"choices":[],"label":"Verify target"},"name":"verify_target","required":false,"type":"string"},{"default":"^name = |^build-backend|^requires-python|^\\[project\\.scripts\\]|^\\[tool\\.pytest\\]|^minversion|^filterwarnings|^timeout = |error-on-warning|^version = \\{ source|^\\[dependency-groups\\]","description":"ERE matching the manifest lines the brief cites. Defaults target pyproject/uv; override per ecosystem.","input":{"allowCustom":true,"choices":[],"label":"Manifest anchors"},"name":"manifest_anchors","required":false,"type":"string"},{"default":"run: |install|sync|test|coverage|fail-under|python-version","description":"ERE matching the CI lines that carry install commands, run commands and gates.","input":{"allowCustom":true,"choices":[],"label":"Ci anchors"},"name":"ci_anchors","required":false,"type":"string"},{"description":"Space-separated repo-relative files searched for entry-point definitions. Empty means the stage renders as not determinable.","input":{"allowCustom":true,"choices":[],"label":"Entry point files"},"name":"entry_point_files","required":false,"type":"string"},{"default":"^__version__|^__all__|^class |^def main|^app = |^func main|^module\\.exports|^export default","description":"ERE matching entry-point definitions across common languages.","input":{"allowCustom":true,"choices":[],"label":"Entry point anchors"},"name":"entry_point_anchors","required":false,"type":"string"},{"default":"scripts","description":"Repo-relative directory of runner scripts read verbatim with line numbers.","input":{"allowCustom":true,"choices":[],"label":"Runner scripts dir"},"name":"runner_scripts_dir","required":false,"type":"string"},{"default":"uv python3 node cargo go","description":"Space-separated executables probed for --version. Absent tools degrade to available:false, never a failure.","input":{"allowCustom":true,"choices":[],"label":"Toolchain probe"},"name":"toolchain_probe","required":false,"type":"string"}],"preparation":[{"action":{"command":"rote play inspect https://play.modiqo.ai/chaitanyagidwani/repo-onboarding-brief@0.2.0 --json","effect":"read-only"},"step":1,"type":"inspect_local_readiness"},{"references":["/parameters"],"step":2,"type":"collect_parameters"},{"references":["/parameters","/requirements","/effects"],"step":3,"type":"review"},{"consentBoundary":"the user approves the exact play and parameter values","references":["/parameters","/requirements","/effects"],"step":4,"type":"obtain_run_consent"},{"action":{"command":"rote play run https://play.modiqo.ai/chaitanyagidwani/repo-onboarding-brief@0.2.0","headlessCommandTemplate":"rote play run https://play.modiqo.ai/chaitanyagidwani/repo-onboarding-brief@0.2.0 <name=value...> --yes"},"preservesAcquisitionBoundaries":["adapter_selection","oauth_dcr","google_discovery","static_token_setup","runtime_security_checks"],"requiresConsent":true,"step":5,"type":"run"}],"producedBy":{"roteVersion":"0.78.0"},"publishedAt":"2026-09-03T07:18:03.0411+00:00","reference":"chaitanyagidwani/repo-onboarding-brief@0.2.0","requirements":{"adapters":[],"browser":{"dependencies":[],"runtime":false,"signIn":false},"localTools":["sh","grep","find","wc"],"roteCli":{"minimumVersion":"0.62.0"},"sessions":false},"resolution":"pinned","schema":"rote.play.v1","stats":{"downloads":9,"installs":0},"steps":{"count":11,"names":["detect_ecosystem","inventory_ci","locate_entry_points","probe_setup_ladder","probe_toolchain","read_ci_setup_and_gates","read_lockfile_presence","read_manifest_anchors","read_runner_scripts","read_secondary_ci","read_verify_target"]},"title":"repo-onboarding-brief","type":"play","version":"0.2.0","visibility":"public"}