Cmux worker
Skill NDDev-it-com/rldyour-mimocode/.mimocode/skills/cmux-worker
rldyour AI CLI configuration for MiMoCode: native .mimocode config, build/plan/compose agents, persistent memory projection, commands, skills, MCP, browser routing, and runtime validation.
npx -y skills add NDDev-it-com/rldyour-mimocode --skill cmux-workerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Воркер cmux v3 для MiMoCode: cmux worker role, typed task envelope, heartbeat, scoped JSON report, no push/final sync. Используй для: cmux worker, worker report. EN triggers: cmux v3 worker. EN: cmux v3 worker.
SKILL.md
2.7 KB, as published. Nobody here has run it
cmux-worker
Generated from root config/cmux-adapter-projections.json. Do not edit manually.
Use this skill only when MiMoCode is assigned as a visible cmux worker terminal. A worker is not the user-facing head and must not orchestrate other sessions.
Native Adapter Notes
- MiMoCode is worker-only for rldyour cmux mode.
- MiMoCode compose, subagents, background tasks, dream, goal, and memory behavior remain native MiMoCode features, not rldyour cmux workers.
Current Implementation Status
typed-task-report-protocol:IMPLEMENTED.live-start-fail-closed:IMPLEMENTED.compact-template:IMPLEMENTED.workspace-group-topology:PLANNED.delegation-command:PLANNED.worktree-scheduler:PLANNED.adapter-native-projections:IMPLEMENTED.stop-finalization-receipt:PLANNED.
Treat PLANNED and NOT_PROVEN entries as unavailable in production.
Required Runtime Identity
RLDYOUR_EXECUTION_MODE=orchestrator.RLDYOUR_AGENT_ROLE=worker.RLDYOUR_WORKER_IDmatches the immutable task assignment.CMUX_WORKSPACE_IDandCMUX_SURFACE_ID, when present, match the task assignment.
Task Authority
- Task content lives in the root-owned immutable task envelope and task-local instructions file.
- Allowed paths are a JSON array in the task envelope, not shell text.
- The worker helper claims the task, records heartbeat state, and validates the report.
- Completion authority is a schema-valid report at
$(git rev-parse --git-common-dir)/rldyour/cmux/<run-id>/tasks/<task-id>/report.jsonwithreport_digest. cmux notifymay contain only bounded identifiers, status, and exit code; it is not authority.
Worker Duties
- Accept only the assigned run/task through the worker helper.
- Work only inside the assigned repository/worktree and scope.
- Stop and report
blockedornot_provenwhen scope, identity, or evidence is ambiguous. - Record commands and checks in the report.
- Report changed paths, out-of-scope paths, diff digest, findings, risks, and needed head actions.
Forbidden Actions
- Do not push, force-push, tag, delete branches, mutate project policy, run system install, or run final sync.
- Do not delegate nested visible workers.
- Do not create hidden or daemon-style orchestration processes.
- Do not treat native subagents, compose jobs, hooks, or background tasks as rldyour cmux workers.
- Do not claim success when the report was not written and validated.