@openrig/cli 0.4.3 → 0.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/daemon/assets/guidance/openrig-start.md +6 -0
- package/daemon/assets/plugins/openrig-core/skills/mission-slice-sop/SKILL.md +47 -21
- package/daemon/assets/plugins/openrig-core/skills/openrig-cmux/SKILL.md +86 -0
- package/daemon/assets/plugins/openrig-core/skills/openrig-herdr/SKILL.md +158 -0
- package/daemon/assets/plugins/openrig-core/skills/openrig-user/SKILL.md +742 -94
- package/daemon/dist/adapters/codex-runtime-adapter.d.ts.map +1 -1
- package/daemon/dist/adapters/codex-runtime-adapter.js +12 -8
- package/daemon/dist/adapters/codex-runtime-adapter.js.map +1 -1
- package/daemon/dist/adapters/pi-resume.d.ts +32 -0
- package/daemon/dist/adapters/pi-resume.d.ts.map +1 -0
- package/daemon/dist/adapters/pi-resume.js +125 -0
- package/daemon/dist/adapters/pi-resume.js.map +1 -0
- package/daemon/dist/adapters/pi-runner-protocol.d.ts +88 -0
- package/daemon/dist/adapters/pi-runner-protocol.d.ts.map +1 -0
- package/daemon/dist/adapters/pi-runner-protocol.js +153 -0
- package/daemon/dist/adapters/pi-runner-protocol.js.map +1 -0
- package/daemon/dist/adapters/pi-runner.d.ts +99 -0
- package/daemon/dist/adapters/pi-runner.d.ts.map +1 -0
- package/daemon/dist/adapters/pi-runner.js +519 -0
- package/daemon/dist/adapters/pi-runner.js.map +1 -0
- package/daemon/dist/adapters/pi-runtime-adapter.d.ts +61 -0
- package/daemon/dist/adapters/pi-runtime-adapter.d.ts.map +1 -0
- package/daemon/dist/adapters/pi-runtime-adapter.js +356 -0
- package/daemon/dist/adapters/pi-runtime-adapter.js.map +1 -0
- package/daemon/dist/adapters/tmux.d.ts +22 -1
- package/daemon/dist/adapters/tmux.d.ts.map +1 -1
- package/daemon/dist/adapters/tmux.js +40 -1
- package/daemon/dist/adapters/tmux.js.map +1 -1
- package/daemon/dist/build-info.d.ts +12 -0
- package/daemon/dist/build-info.d.ts.map +1 -0
- package/daemon/dist/build-info.js +11 -0
- package/daemon/dist/build-info.js.map +1 -0
- package/daemon/dist/builtins/workflow-specs/branched-remediation.yaml +31 -0
- package/daemon/dist/builtins/workflow-specs/factory-rsi.yaml +152 -0
- package/daemon/dist/builtins/workflow-specs/gated-release.yaml +26 -0
- package/daemon/dist/builtins/workflow-specs/linear-build.yaml +21 -0
- package/daemon/dist/db/migrations/048_queue_item_evidence_ref.d.ts +18 -0
- package/daemon/dist/db/migrations/048_queue_item_evidence_ref.d.ts.map +1 -0
- package/daemon/dist/db/migrations/048_queue_item_evidence_ref.js +22 -0
- package/daemon/dist/db/migrations/048_queue_item_evidence_ref.js.map +1 -0
- package/daemon/dist/db/migrations/049_workflow_instance_version.d.ts +20 -0
- package/daemon/dist/db/migrations/049_workflow_instance_version.d.ts.map +1 -0
- package/daemon/dist/db/migrations/049_workflow_instance_version.js +24 -0
- package/daemon/dist/db/migrations/049_workflow_instance_version.js.map +1 -0
- package/daemon/dist/db/migrations/050_workflow_spec_json.d.ts +22 -0
- package/daemon/dist/db/migrations/050_workflow_spec_json.d.ts.map +1 -0
- package/daemon/dist/db/migrations/050_workflow_spec_json.js +26 -0
- package/daemon/dist/db/migrations/050_workflow_spec_json.js.map +1 -0
- package/daemon/dist/db/migrations/051_workflow_resume.d.ts +22 -0
- package/daemon/dist/db/migrations/051_workflow_resume.d.ts.map +1 -0
- package/daemon/dist/db/migrations/051_workflow_resume.js +27 -0
- package/daemon/dist/db/migrations/051_workflow_resume.js.map +1 -0
- package/daemon/dist/db/migrations/052_workflow_instance_bound_rig.d.ts +26 -0
- package/daemon/dist/db/migrations/052_workflow_instance_bound_rig.d.ts.map +1 -0
- package/daemon/dist/db/migrations/052_workflow_instance_bound_rig.js +30 -0
- package/daemon/dist/db/migrations/052_workflow_instance_bound_rig.js.map +1 -0
- package/daemon/dist/db/migrations/053_sessions_node_id_index.d.ts +48 -0
- package/daemon/dist/db/migrations/053_sessions_node_id_index.d.ts.map +1 -0
- package/daemon/dist/db/migrations/053_sessions_node_id_index.js +53 -0
- package/daemon/dist/db/migrations/053_sessions_node_id_index.js.map +1 -0
- package/daemon/dist/db/migrations/054_queue_transitions_archive.d.ts +34 -0
- package/daemon/dist/db/migrations/054_queue_transitions_archive.d.ts.map +1 -0
- package/daemon/dist/db/migrations/054_queue_transitions_archive.js +49 -0
- package/daemon/dist/db/migrations/054_queue_transitions_archive.js.map +1 -0
- package/daemon/dist/domain/claim-service.d.ts +11 -0
- package/daemon/dist/domain/claim-service.d.ts.map +1 -1
- package/daemon/dist/domain/claim-service.js +3 -1
- package/daemon/dist/domain/claim-service.js.map +1 -1
- package/daemon/dist/domain/discovery-types.d.ts +1 -1
- package/daemon/dist/domain/discovery-types.d.ts.map +1 -1
- package/daemon/dist/domain/feed/attention-aggregator.d.ts +31 -0
- package/daemon/dist/domain/feed/attention-aggregator.d.ts.map +1 -0
- package/daemon/dist/domain/feed/attention-aggregator.js +119 -0
- package/daemon/dist/domain/feed/attention-aggregator.js.map +1 -0
- package/daemon/dist/domain/files/file-write-service.d.ts +11 -2
- package/daemon/dist/domain/files/file-write-service.d.ts.map +1 -1
- package/daemon/dist/domain/files/file-write-service.js +77 -0
- package/daemon/dist/domain/files/file-write-service.js.map +1 -1
- package/daemon/dist/domain/hosts/fanout-contract.d.ts +33 -0
- package/daemon/dist/domain/hosts/fanout-contract.d.ts.map +1 -0
- package/daemon/dist/domain/hosts/fanout-contract.js +23 -0
- package/daemon/dist/domain/hosts/fanout-contract.js.map +1 -0
- package/daemon/dist/domain/hosts/hosts-registry-reader.d.ts +50 -0
- package/daemon/dist/domain/hosts/hosts-registry-reader.d.ts.map +1 -0
- package/daemon/dist/domain/hosts/hosts-registry-reader.js +184 -0
- package/daemon/dist/domain/hosts/hosts-registry-reader.js.map +1 -0
- package/daemon/dist/domain/hosts/hosts-registry-writer.d.ts +11 -0
- package/daemon/dist/domain/hosts/hosts-registry-writer.d.ts.map +1 -0
- package/daemon/dist/domain/hosts/hosts-registry-writer.js +54 -0
- package/daemon/dist/domain/hosts/hosts-registry-writer.js.map +1 -0
- package/daemon/dist/domain/hosts/read-through.d.ts +28 -0
- package/daemon/dist/domain/hosts/read-through.d.ts.map +1 -0
- package/daemon/dist/domain/hosts/read-through.js +139 -0
- package/daemon/dist/domain/hosts/read-through.js.map +1 -0
- package/daemon/dist/domain/hosts/remote-daemon-http.d.ts +56 -0
- package/daemon/dist/domain/hosts/remote-daemon-http.d.ts.map +1 -0
- package/daemon/dist/domain/hosts/remote-daemon-http.js +154 -0
- package/daemon/dist/domain/hosts/remote-daemon-http.js.map +1 -0
- package/daemon/dist/domain/human-route-enforcer.d.ts +71 -0
- package/daemon/dist/domain/human-route-enforcer.d.ts.map +1 -0
- package/daemon/dist/domain/human-route-enforcer.js +80 -0
- package/daemon/dist/domain/human-route-enforcer.js.map +1 -0
- package/daemon/dist/domain/mission-control/audit-browse.d.ts +8 -0
- package/daemon/dist/domain/mission-control/audit-browse.d.ts.map +1 -1
- package/daemon/dist/domain/mission-control/audit-browse.js +19 -0
- package/daemon/dist/domain/mission-control/audit-browse.js.map +1 -1
- package/daemon/dist/domain/mission-control/mission-control-action-log.d.ts +1 -1
- package/daemon/dist/domain/mission-control/mission-control-action-log.d.ts.map +1 -1
- package/daemon/dist/domain/mission-control/mission-control-action-log.js +4 -0
- package/daemon/dist/domain/mission-control/mission-control-action-log.js.map +1 -1
- package/daemon/dist/domain/mission-control/mission-control-fleet-cli-capability.js +1 -1
- package/daemon/dist/domain/mission-control/mission-control-fleet-cli-capability.js.map +1 -1
- package/daemon/dist/domain/mission-control/mission-control-read-layer.js +1 -1
- package/daemon/dist/domain/mission-control/mission-control-read-layer.js.map +1 -1
- package/daemon/dist/domain/mission-control/mission-control-write-contract.d.ts +28 -0
- package/daemon/dist/domain/mission-control/mission-control-write-contract.d.ts.map +1 -1
- package/daemon/dist/domain/mission-control/mission-control-write-contract.js +125 -0
- package/daemon/dist/domain/mission-control/mission-control-write-contract.js.map +1 -1
- package/daemon/dist/domain/node-inventory.d.ts +18 -0
- package/daemon/dist/domain/node-inventory.d.ts.map +1 -1
- package/daemon/dist/domain/node-inventory.js +206 -95
- package/daemon/dist/domain/node-inventory.js.map +1 -1
- package/daemon/dist/domain/node-launcher.d.ts +11 -0
- package/daemon/dist/domain/node-launcher.d.ts.map +1 -1
- package/daemon/dist/domain/node-launcher.js +10 -0
- package/daemon/dist/domain/node-launcher.js.map +1 -1
- package/daemon/dist/domain/policies/workflow-keepalive.d.ts +7 -0
- package/daemon/dist/domain/policies/workflow-keepalive.d.ts.map +1 -1
- package/daemon/dist/domain/policies/workflow-keepalive.js +93 -13
- package/daemon/dist/domain/policies/workflow-keepalive.js.map +1 -1
- package/daemon/dist/domain/ps-projection.d.ts +28 -1
- package/daemon/dist/domain/ps-projection.d.ts.map +1 -1
- package/daemon/dist/domain/ps-projection.js +76 -26
- package/daemon/dist/domain/ps-projection.js.map +1 -1
- package/daemon/dist/domain/queue-repository.d.ts +130 -1
- package/daemon/dist/domain/queue-repository.d.ts.map +1 -1
- package/daemon/dist/domain/queue-repository.js +304 -11
- package/daemon/dist/domain/queue-repository.js.map +1 -1
- package/daemon/dist/domain/queue-retention.d.ts +130 -0
- package/daemon/dist/domain/queue-retention.d.ts.map +1 -0
- package/daemon/dist/domain/queue-retention.js +224 -0
- package/daemon/dist/domain/queue-retention.js.map +1 -0
- package/daemon/dist/domain/restore-orchestrator.d.ts +5 -0
- package/daemon/dist/domain/restore-orchestrator.d.ts.map +1 -1
- package/daemon/dist/domain/restore-orchestrator.js +29 -2
- package/daemon/dist/domain/restore-orchestrator.js.map +1 -1
- package/daemon/dist/domain/resume-token-capture.d.ts +13 -0
- package/daemon/dist/domain/resume-token-capture.d.ts.map +1 -1
- package/daemon/dist/domain/resume-token-capture.js +14 -1
- package/daemon/dist/domain/resume-token-capture.js.map +1 -1
- package/daemon/dist/domain/resume-token-validation.d.ts +1 -1
- package/daemon/dist/domain/resume-token-validation.d.ts.map +1 -1
- package/daemon/dist/domain/resume-token-validation.js +58 -10
- package/daemon/dist/domain/resume-token-validation.js.map +1 -1
- package/daemon/dist/domain/review/brief-spine.d.ts +19 -0
- package/daemon/dist/domain/review/brief-spine.d.ts.map +1 -0
- package/daemon/dist/domain/review/brief-spine.js +86 -0
- package/daemon/dist/domain/review/brief-spine.js.map +1 -0
- package/daemon/dist/domain/review/compose.d.ts +277 -0
- package/daemon/dist/domain/review/compose.d.ts.map +1 -0
- package/daemon/dist/domain/review/compose.js +862 -0
- package/daemon/dist/domain/review/compose.js.map +1 -0
- package/daemon/dist/domain/review/fleet-compose.d.ts +52 -0
- package/daemon/dist/domain/review/fleet-compose.d.ts.map +1 -0
- package/daemon/dist/domain/review/fleet-compose.js +294 -0
- package/daemon/dist/domain/review/fleet-compose.js.map +1 -0
- package/daemon/dist/domain/review/freeze.d.ts +31 -0
- package/daemon/dist/domain/review/freeze.d.ts.map +1 -0
- package/daemon/dist/domain/review/freeze.js +257 -0
- package/daemon/dist/domain/review/freeze.js.map +1 -0
- package/daemon/dist/domain/review/gather.d.ts +115 -0
- package/daemon/dist/domain/review/gather.d.ts.map +1 -0
- package/daemon/dist/domain/review/gather.js +812 -0
- package/daemon/dist/domain/review/gather.js.map +1 -0
- package/daemon/dist/domain/review/types.d.ts +361 -0
- package/daemon/dist/domain/review/types.d.ts.map +1 -0
- package/daemon/dist/domain/review/types.js +35 -0
- package/daemon/dist/domain/review/types.js.map +1 -0
- package/daemon/dist/domain/rig-expansion-service.d.ts.map +1 -1
- package/daemon/dist/domain/rig-expansion-service.js +3 -0
- package/daemon/dist/domain/rig-expansion-service.js.map +1 -1
- package/daemon/dist/domain/rig-repository.d.ts +7 -6
- package/daemon/dist/domain/rig-repository.d.ts.map +1 -1
- package/daemon/dist/domain/rig-repository.js +33 -11
- package/daemon/dist/domain/rig-repository.js.map +1 -1
- package/daemon/dist/domain/rigspec-codec.d.ts.map +1 -1
- package/daemon/dist/domain/rigspec-codec.js +3 -0
- package/daemon/dist/domain/rigspec-codec.js.map +1 -1
- package/daemon/dist/domain/rigspec-exporter.d.ts.map +1 -1
- package/daemon/dist/domain/rigspec-exporter.js +4 -0
- package/daemon/dist/domain/rigspec-exporter.js.map +1 -1
- package/daemon/dist/domain/rigspec-instantiator.d.ts.map +1 -1
- package/daemon/dist/domain/rigspec-instantiator.js +11 -0
- package/daemon/dist/domain/rigspec-instantiator.js.map +1 -1
- package/daemon/dist/domain/rigspec-preflight.d.ts +6 -0
- package/daemon/dist/domain/rigspec-preflight.d.ts.map +1 -1
- package/daemon/dist/domain/rigspec-preflight.js +26 -1
- package/daemon/dist/domain/rigspec-preflight.js.map +1 -1
- package/daemon/dist/domain/rigspec-schema.d.ts.map +1 -1
- package/daemon/dist/domain/rigspec-schema.js +20 -1
- package/daemon/dist/domain/rigspec-schema.js.map +1 -1
- package/daemon/dist/domain/runtime-verifier.d.ts +7 -1
- package/daemon/dist/domain/runtime-verifier.d.ts.map +1 -1
- package/daemon/dist/domain/runtime-verifier.js +39 -1
- package/daemon/dist/domain/runtime-verifier.js.map +1 -1
- package/daemon/dist/domain/scope/scope-approve.d.ts +64 -0
- package/daemon/dist/domain/scope/scope-approve.d.ts.map +1 -0
- package/daemon/dist/domain/scope/scope-approve.js +153 -0
- package/daemon/dist/domain/scope/scope-approve.js.map +1 -0
- package/daemon/dist/domain/scope/scope-audit.d.ts +9 -1
- package/daemon/dist/domain/scope/scope-audit.d.ts.map +1 -1
- package/daemon/dist/domain/scope/scope-audit.js +173 -1
- package/daemon/dist/domain/scope/scope-audit.js.map +1 -1
- package/daemon/dist/domain/seat-handover-service.d.ts +9 -0
- package/daemon/dist/domain/seat-handover-service.d.ts.map +1 -1
- package/daemon/dist/domain/seat-handover-service.js +2 -0
- package/daemon/dist/domain/seat-handover-service.js.map +1 -1
- package/daemon/dist/domain/seat-identity-store.d.ts +7 -0
- package/daemon/dist/domain/seat-identity-store.d.ts.map +1 -1
- package/daemon/dist/domain/seat-identity-store.js +27 -0
- package/daemon/dist/domain/seat-identity-store.js.map +1 -1
- package/daemon/dist/domain/seat-status-service.d.ts.map +1 -1
- package/daemon/dist/domain/seat-status-service.js +6 -4
- package/daemon/dist/domain/seat-status-service.js.map +1 -1
- package/daemon/dist/domain/session-name.d.ts +22 -0
- package/daemon/dist/domain/session-name.d.ts.map +1 -1
- package/daemon/dist/domain/session-name.js +29 -0
- package/daemon/dist/domain/session-name.js.map +1 -1
- package/daemon/dist/domain/slices/slice-detail-projector.d.ts.map +1 -1
- package/daemon/dist/domain/slices/slice-detail-projector.js +4 -5
- package/daemon/dist/domain/slices/slice-detail-projector.js.map +1 -1
- package/daemon/dist/domain/spec-library-workflow-scanner.d.ts +18 -2
- package/daemon/dist/domain/spec-library-workflow-scanner.d.ts.map +1 -1
- package/daemon/dist/domain/spec-library-workflow-scanner.js +23 -1
- package/daemon/dist/domain/spec-library-workflow-scanner.js.map +1 -1
- package/daemon/dist/domain/startup-proof.d.ts +10 -6
- package/daemon/dist/domain/startup-proof.d.ts.map +1 -1
- package/daemon/dist/domain/startup-proof.js +35 -7
- package/daemon/dist/domain/startup-proof.js.map +1 -1
- package/daemon/dist/domain/successor-session-launcher.d.ts +16 -0
- package/daemon/dist/domain/successor-session-launcher.d.ts.map +1 -1
- package/daemon/dist/domain/successor-session-launcher.js +13 -0
- package/daemon/dist/domain/successor-session-launcher.js.map +1 -1
- package/daemon/dist/domain/terminal/cmux-provider-adapter.d.ts +27 -0
- package/daemon/dist/domain/terminal/cmux-provider-adapter.d.ts.map +1 -0
- package/daemon/dist/domain/terminal/cmux-provider-adapter.js +67 -0
- package/daemon/dist/domain/terminal/cmux-provider-adapter.js.map +1 -0
- package/daemon/dist/domain/terminal/herdr-adapter.d.ts +77 -0
- package/daemon/dist/domain/terminal/herdr-adapter.d.ts.map +1 -0
- package/daemon/dist/domain/terminal/herdr-adapter.js +266 -0
- package/daemon/dist/domain/terminal/herdr-adapter.js.map +1 -0
- package/daemon/dist/domain/terminal/herdr-transport.d.ts +50 -0
- package/daemon/dist/domain/terminal/herdr-transport.d.ts.map +1 -0
- package/daemon/dist/domain/terminal/herdr-transport.js +145 -0
- package/daemon/dist/domain/terminal/herdr-transport.js.map +1 -0
- package/daemon/dist/domain/terminal/terminal-provider.d.ts +88 -0
- package/daemon/dist/domain/terminal/terminal-provider.d.ts.map +1 -0
- package/daemon/dist/domain/terminal/terminal-provider.js +17 -0
- package/daemon/dist/domain/terminal/terminal-provider.js.map +1 -0
- package/daemon/dist/domain/terminal/terminal-service.d.ts +60 -0
- package/daemon/dist/domain/terminal/terminal-service.d.ts.map +1 -0
- package/daemon/dist/domain/terminal/terminal-service.js +174 -0
- package/daemon/dist/domain/terminal/terminal-service.js.map +1 -0
- package/daemon/dist/domain/terminal/terminal-views-store.d.ts +77 -0
- package/daemon/dist/domain/terminal/terminal-views-store.d.ts.map +1 -0
- package/daemon/dist/domain/terminal/terminal-views-store.js +146 -0
- package/daemon/dist/domain/terminal/terminal-views-store.js.map +1 -0
- package/daemon/dist/domain/terminal/view-composer.d.ts +42 -0
- package/daemon/dist/domain/terminal/view-composer.d.ts.map +1 -0
- package/daemon/dist/domain/terminal/view-composer.js +137 -0
- package/daemon/dist/domain/terminal/view-composer.js.map +1 -0
- package/daemon/dist/domain/tmux-option-defaults.d.ts +89 -0
- package/daemon/dist/domain/tmux-option-defaults.d.ts.map +1 -0
- package/daemon/dist/domain/tmux-option-defaults.js +132 -0
- package/daemon/dist/domain/tmux-option-defaults.js.map +1 -0
- package/daemon/dist/domain/topology/multi-rig-launcher.d.ts +49 -0
- package/daemon/dist/domain/topology/multi-rig-launcher.d.ts.map +1 -0
- package/daemon/dist/domain/topology/multi-rig-launcher.js +132 -0
- package/daemon/dist/domain/topology/multi-rig-launcher.js.map +1 -0
- package/daemon/dist/domain/topology/remote-up-leaf.d.ts +29 -0
- package/daemon/dist/domain/topology/remote-up-leaf.d.ts.map +1 -0
- package/daemon/dist/domain/topology/remote-up-leaf.js +60 -0
- package/daemon/dist/domain/topology/remote-up-leaf.js.map +1 -0
- package/daemon/dist/domain/topology/topology-manifest.d.ts +34 -0
- package/daemon/dist/domain/topology/topology-manifest.d.ts.map +1 -0
- package/daemon/dist/domain/topology/topology-manifest.js +195 -0
- package/daemon/dist/domain/topology/topology-manifest.js.map +1 -0
- package/daemon/dist/domain/types.d.ts +39 -1
- package/daemon/dist/domain/types.d.ts.map +1 -1
- package/daemon/dist/domain/types.js.map +1 -1
- package/daemon/dist/domain/up-command-router.d.ts +1 -1
- package/daemon/dist/domain/up-command-router.d.ts.map +1 -1
- package/daemon/dist/domain/up-command-router.js +34 -2
- package/daemon/dist/domain/up-command-router.js.map +1 -1
- package/daemon/dist/domain/user-settings/settings-store.d.ts +18 -1
- package/daemon/dist/domain/user-settings/settings-store.d.ts.map +1 -1
- package/daemon/dist/domain/user-settings/settings-store.js +201 -0
- package/daemon/dist/domain/user-settings/settings-store.js.map +1 -1
- package/daemon/dist/domain/workflow/slice-workflow-projection.d.ts.map +1 -1
- package/daemon/dist/domain/workflow/slice-workflow-projection.js +6 -2
- package/daemon/dist/domain/workflow/slice-workflow-projection.js.map +1 -1
- package/daemon/dist/domain/workflow-boot-sweep.d.ts +28 -0
- package/daemon/dist/domain/workflow-boot-sweep.d.ts.map +1 -0
- package/daemon/dist/domain/workflow-boot-sweep.js +102 -0
- package/daemon/dist/domain/workflow-boot-sweep.js.map +1 -0
- package/daemon/dist/domain/workflow-deadline.d.ts +74 -0
- package/daemon/dist/domain/workflow-deadline.d.ts.map +1 -0
- package/daemon/dist/domain/workflow-deadline.js +165 -0
- package/daemon/dist/domain/workflow-deadline.js.map +1 -0
- package/daemon/dist/domain/workflow-exception-escalation.d.ts +33 -0
- package/daemon/dist/domain/workflow-exception-escalation.d.ts.map +1 -0
- package/daemon/dist/domain/workflow-exception-escalation.js +104 -0
- package/daemon/dist/domain/workflow-exception-escalation.js.map +1 -0
- package/daemon/dist/domain/workflow-exception-router.d.ts +33 -0
- package/daemon/dist/domain/workflow-exception-router.d.ts.map +1 -0
- package/daemon/dist/domain/workflow-exception-router.js +96 -0
- package/daemon/dist/domain/workflow-exception-router.js.map +1 -0
- package/daemon/dist/domain/workflow-exception.d.ts +90 -0
- package/daemon/dist/domain/workflow-exception.d.ts.map +1 -0
- package/daemon/dist/domain/workflow-exception.js +122 -0
- package/daemon/dist/domain/workflow-exception.js.map +1 -0
- package/daemon/dist/domain/workflow-frontier-guard.d.ts +24 -0
- package/daemon/dist/domain/workflow-frontier-guard.d.ts.map +1 -0
- package/daemon/dist/domain/workflow-frontier-guard.js +30 -0
- package/daemon/dist/domain/workflow-frontier-guard.js.map +1 -0
- package/daemon/dist/domain/workflow-instance-store.d.ts +28 -0
- package/daemon/dist/domain/workflow-instance-store.d.ts.map +1 -1
- package/daemon/dist/domain/workflow-instance-store.js +66 -10
- package/daemon/dist/domain/workflow-instance-store.js.map +1 -1
- package/daemon/dist/domain/workflow-keepalive-arming.d.ts +35 -0
- package/daemon/dist/domain/workflow-keepalive-arming.d.ts.map +1 -0
- package/daemon/dist/domain/workflow-keepalive-arming.js +87 -0
- package/daemon/dist/domain/workflow-keepalive-arming.js.map +1 -0
- package/daemon/dist/domain/workflow-projector.d.ts +117 -2
- package/daemon/dist/domain/workflow-projector.d.ts.map +1 -1
- package/daemon/dist/domain/workflow-projector.js +672 -41
- package/daemon/dist/domain/workflow-projector.js.map +1 -1
- package/daemon/dist/domain/workflow-role-context.d.ts +57 -0
- package/daemon/dist/domain/workflow-role-context.d.ts.map +1 -0
- package/daemon/dist/domain/workflow-role-context.js +120 -0
- package/daemon/dist/domain/workflow-role-context.js.map +1 -0
- package/daemon/dist/domain/workflow-role-resolver.d.ts +65 -0
- package/daemon/dist/domain/workflow-role-resolver.d.ts.map +1 -0
- package/daemon/dist/domain/workflow-role-resolver.js +108 -0
- package/daemon/dist/domain/workflow-role-resolver.js.map +1 -0
- package/daemon/dist/domain/workflow-runtime.d.ts +157 -1
- package/daemon/dist/domain/workflow-runtime.d.ts.map +1 -1
- package/daemon/dist/domain/workflow-runtime.js +718 -11
- package/daemon/dist/domain/workflow-runtime.js.map +1 -1
- package/daemon/dist/domain/workflow-spec-cache.d.ts +26 -1
- package/daemon/dist/domain/workflow-spec-cache.d.ts.map +1 -1
- package/daemon/dist/domain/workflow-spec-cache.js +327 -13
- package/daemon/dist/domain/workflow-spec-cache.js.map +1 -1
- package/daemon/dist/domain/workflow-types.d.ts +143 -8
- package/daemon/dist/domain/workflow-types.d.ts.map +1 -1
- package/daemon/dist/domain/workflow-types.js +14 -1
- package/daemon/dist/domain/workflow-types.js.map +1 -1
- package/daemon/dist/domain/workflow-validator.d.ts +11 -1
- package/daemon/dist/domain/workflow-validator.d.ts.map +1 -1
- package/daemon/dist/domain/workflow-validator.js +246 -1
- package/daemon/dist/domain/workflow-validator.js.map +1 -1
- package/daemon/dist/domain/workspace/default-workspace-scaffold.d.ts.map +1 -1
- package/daemon/dist/domain/workspace/default-workspace-scaffold.js +51 -6
- package/daemon/dist/domain/workspace/default-workspace-scaffold.js.map +1 -1
- package/daemon/dist/domain/workspace/workspace-doctor.d.ts +11 -0
- package/daemon/dist/domain/workspace/workspace-doctor.d.ts.map +1 -1
- package/daemon/dist/domain/workspace/workspace-doctor.js +82 -0
- package/daemon/dist/domain/workspace/workspace-doctor.js.map +1 -1
- package/daemon/dist/index.d.ts +17 -0
- package/daemon/dist/index.d.ts.map +1 -1
- package/daemon/dist/index.js +44 -0
- package/daemon/dist/index.js.map +1 -1
- package/daemon/dist/routes/activity.js +22 -0
- package/daemon/dist/routes/activity.js.map +1 -1
- package/daemon/dist/routes/config.d.ts.map +1 -1
- package/daemon/dist/routes/config.js +15 -6
- package/daemon/dist/routes/config.js.map +1 -1
- package/daemon/dist/routes/files.d.ts.map +1 -1
- package/daemon/dist/routes/files.js +45 -1
- package/daemon/dist/routes/files.js.map +1 -1
- package/daemon/dist/routes/hosts.d.ts +5 -0
- package/daemon/dist/routes/hosts.d.ts.map +1 -0
- package/daemon/dist/routes/hosts.js +346 -0
- package/daemon/dist/routes/hosts.js.map +1 -0
- package/daemon/dist/routes/mission-control.d.ts.map +1 -1
- package/daemon/dist/routes/mission-control.js +67 -2
- package/daemon/dist/routes/mission-control.js.map +1 -1
- package/daemon/dist/routes/queue.d.ts +10 -9
- package/daemon/dist/routes/queue.d.ts.map +1 -1
- package/daemon/dist/routes/queue.js +305 -10
- package/daemon/dist/routes/queue.js.map +1 -1
- package/daemon/dist/routes/review.d.ts +3 -0
- package/daemon/dist/routes/review.d.ts.map +1 -0
- package/daemon/dist/routes/review.js +195 -0
- package/daemon/dist/routes/review.js.map +1 -0
- package/daemon/dist/routes/scope-approve.d.ts +3 -0
- package/daemon/dist/routes/scope-approve.d.ts.map +1 -0
- package/daemon/dist/routes/scope-approve.js +55 -0
- package/daemon/dist/routes/scope-approve.js.map +1 -0
- package/daemon/dist/routes/scope-audit.d.ts.map +1 -1
- package/daemon/dist/routes/scope-audit.js +28 -1
- package/daemon/dist/routes/scope-audit.js.map +1 -1
- package/daemon/dist/routes/seat.js +13 -0
- package/daemon/dist/routes/seat.js.map +1 -1
- package/daemon/dist/routes/slices.d.ts.map +1 -1
- package/daemon/dist/routes/slices.js +49 -9
- package/daemon/dist/routes/slices.js.map +1 -1
- package/daemon/dist/routes/terminal-ws.d.ts.map +1 -1
- package/daemon/dist/routes/terminal-ws.js +58 -21
- package/daemon/dist/routes/terminal-ws.js.map +1 -1
- package/daemon/dist/routes/terminal.d.ts +11 -0
- package/daemon/dist/routes/terminal.d.ts.map +1 -0
- package/daemon/dist/routes/terminal.js +104 -0
- package/daemon/dist/routes/terminal.js.map +1 -0
- package/daemon/dist/routes/up.d.ts.map +1 -1
- package/daemon/dist/routes/up.js +84 -0
- package/daemon/dist/routes/up.js.map +1 -1
- package/daemon/dist/routes/workflow.d.ts.map +1 -1
- package/daemon/dist/routes/workflow.js +102 -10
- package/daemon/dist/routes/workflow.js.map +1 -1
- package/daemon/dist/routes/workspace.js +2 -2
- package/daemon/dist/server.d.ts +6 -0
- package/daemon/dist/server.d.ts.map +1 -1
- package/daemon/dist/server.js +36 -1
- package/daemon/dist/server.js.map +1 -1
- package/daemon/dist/startup.d.ts.map +1 -1
- package/daemon/dist/startup.js +238 -14
- package/daemon/dist/startup.js.map +1 -1
- package/daemon/docs/reference/agent-startup-guide.md +1 -1
- package/daemon/docs/reference/product-factory-vps-runbook.md +132 -0
- package/daemon/docs/reference/sdlc-conventions.md +187 -0
- package/daemon/specs/agents/conveyor/builder/agent.yaml +1 -1
- package/daemon/specs/agents/conveyor/builder/guidance/role.md +1 -0
- package/daemon/specs/agents/conveyor/lead/agent.yaml +1 -1
- package/daemon/specs/agents/conveyor/lead/guidance/role.md +1 -0
- package/daemon/specs/agents/conveyor/planner/agent.yaml +1 -1
- package/daemon/specs/agents/conveyor/planner/guidance/role.md +1 -0
- package/daemon/specs/agents/conveyor/reviewer/agent.yaml +1 -1
- package/daemon/specs/agents/conveyor/reviewer/guidance/role.md +1 -0
- package/daemon/specs/agents/design/product-designer/agent.yaml +1 -1
- package/daemon/specs/agents/design/product-designer/guidance/role.md +1 -0
- package/daemon/specs/agents/development/implementer/agent.yaml +1 -1
- package/daemon/specs/agents/development/implementer/guidance/role.md +1 -0
- package/daemon/specs/agents/development/qa/agent.yaml +1 -1
- package/daemon/specs/agents/development/qa/guidance/role.md +1 -0
- package/daemon/specs/agents/factory-rsi/dogfood/agent.yaml +29 -0
- package/daemon/specs/agents/factory-rsi/dogfood/guidance/role.md +37 -0
- package/daemon/specs/agents/factory-rsi/release-manager/agent.yaml +29 -0
- package/daemon/specs/agents/factory-rsi/release-manager/guidance/role.md +40 -0
- package/daemon/specs/agents/orchestration/orchestrator/agent.yaml +1 -1
- package/daemon/specs/agents/orchestration/orchestrator/guidance/role.md +1 -0
- package/daemon/specs/agents/product-management/pm/agent.yaml +1 -0
- package/daemon/specs/agents/product-management/pm/guidance/role.md +13 -0
- package/daemon/specs/agents/review/independent-reviewer/agent.yaml +1 -1
- package/daemon/specs/agents/review/independent-reviewer/guidance/role.md +1 -0
- package/daemon/specs/agents/shared/agent.yaml +2 -0
- package/daemon/specs/agents/shared/skills/core/mission-slice-sop/SKILL.md +113 -0
- package/daemon/specs/agents/shared/skills/core/openrig-cmux/SKILL.md +86 -0
- package/daemon/specs/agents/shared/skills/core/openrig-herdr/SKILL.md +158 -0
- package/daemon/specs/agents/shared/skills/core/openrig-operator/SKILL.md +4 -4
- package/daemon/specs/agents/shared/skills/core/openrig-user/SKILL.md +75 -29
- package/daemon/specs/agents/shared/skills/pods/orchestration-team/SKILL.md +2 -2
- package/daemon/specs/rigs/focused/pm-team/CULTURE.md +4 -0
- package/daemon/specs/rigs/launch/factory-rsi/CULTURE.md +47 -0
- package/daemon/specs/rigs/launch/factory-rsi/rig.yaml +115 -0
- package/daemon/specs/rigs/launch/kernel/agents/operator/agent/guidance/role.md +1 -1
- package/daemon/specs/rigs/launch/kernel/agents/operator/agent/startup/context.md +1 -1
- package/daemon/specs/rigs/preview/product-team/CULTURE.md +4 -0
- package/dist/build-info.d.ts +8 -0
- package/dist/build-info.d.ts.map +1 -0
- package/dist/build-info.js +11 -0
- package/dist/build-info.js.map +1 -0
- package/dist/commands/broadcast.d.ts +6 -1
- package/dist/commands/broadcast.d.ts.map +1 -1
- package/dist/commands/broadcast.js +101 -15
- package/dist/commands/broadcast.js.map +1 -1
- package/dist/commands/capture.d.ts.map +1 -1
- package/dist/commands/capture.js +99 -8
- package/dist/commands/capture.js.map +1 -1
- package/dist/commands/config-init-workspace.d.ts.map +1 -1
- package/dist/commands/config-init-workspace.js +20 -4
- package/dist/commands/config-init-workspace.js.map +1 -1
- package/dist/commands/config.d.ts.map +1 -1
- package/dist/commands/config.js +4 -0
- package/dist/commands/config.js.map +1 -1
- package/dist/commands/doctor.js +2 -2
- package/dist/commands/doctor.js.map +1 -1
- package/dist/commands/down.d.ts.map +1 -1
- package/dist/commands/down.js +5 -0
- package/dist/commands/down.js.map +1 -1
- package/dist/commands/expand.js +1 -1
- package/dist/commands/expand.js.map +1 -1
- package/dist/commands/file.d.ts +7 -0
- package/dist/commands/file.d.ts.map +1 -0
- package/dist/commands/file.js +77 -0
- package/dist/commands/file.js.map +1 -0
- package/dist/commands/host.d.ts +48 -0
- package/dist/commands/host.d.ts.map +1 -0
- package/dist/commands/host.js +772 -0
- package/dist/commands/host.js.map +1 -0
- package/dist/commands/launch.d.ts.map +1 -1
- package/dist/commands/launch.js +5 -0
- package/dist/commands/launch.js.map +1 -1
- package/dist/commands/proof.d.ts +54 -0
- package/dist/commands/proof.d.ts.map +1 -0
- package/dist/commands/proof.js +311 -0
- package/dist/commands/proof.js.map +1 -0
- package/dist/commands/ps.d.ts +41 -7
- package/dist/commands/ps.d.ts.map +1 -1
- package/dist/commands/ps.js +353 -135
- package/dist/commands/ps.js.map +1 -1
- package/dist/commands/queue.d.ts +36 -0
- package/dist/commands/queue.d.ts.map +1 -1
- package/dist/commands/queue.js +149 -7
- package/dist/commands/queue.js.map +1 -1
- package/dist/commands/restore-packet.d.ts.map +1 -1
- package/dist/commands/restore-packet.js +13 -2
- package/dist/commands/restore-packet.js.map +1 -1
- package/dist/commands/scope.d.ts.map +1 -1
- package/dist/commands/scope.js +140 -3
- package/dist/commands/scope.js.map +1 -1
- package/dist/commands/send.d.ts.map +1 -1
- package/dist/commands/send.js +127 -13
- package/dist/commands/send.js.map +1 -1
- package/dist/commands/terminal.d.ts +6 -0
- package/dist/commands/terminal.d.ts.map +1 -0
- package/dist/commands/terminal.js +116 -0
- package/dist/commands/terminal.js.map +1 -0
- package/dist/commands/transcript.d.ts +6 -1
- package/dist/commands/transcript.d.ts.map +1 -1
- package/dist/commands/transcript.js +113 -30
- package/dist/commands/transcript.js.map +1 -1
- package/dist/commands/up.d.ts +2 -0
- package/dist/commands/up.d.ts.map +1 -1
- package/dist/commands/up.js +78 -2
- package/dist/commands/up.js.map +1 -1
- package/dist/commands/whoami.d.ts.map +1 -1
- package/dist/commands/whoami.js +11 -0
- package/dist/commands/whoami.js.map +1 -1
- package/dist/commands/workflow-errors.d.ts +23 -0
- package/dist/commands/workflow-errors.d.ts.map +1 -0
- package/dist/commands/workflow-errors.js +100 -0
- package/dist/commands/workflow-errors.js.map +1 -0
- package/dist/commands/workflow-follow.d.ts +71 -0
- package/dist/commands/workflow-follow.d.ts.map +1 -0
- package/dist/commands/workflow-follow.js +259 -0
- package/dist/commands/workflow-follow.js.map +1 -0
- package/dist/commands/workflow-render.d.ts +114 -0
- package/dist/commands/workflow-render.d.ts.map +1 -0
- package/dist/commands/workflow-render.js +223 -0
- package/dist/commands/workflow-render.js.map +1 -0
- package/dist/commands/workflow.d.ts +1 -0
- package/dist/commands/workflow.d.ts.map +1 -1
- package/dist/commands/workflow.js +278 -14
- package/dist/commands/workflow.js.map +1 -1
- package/dist/commands/workspace.js +6 -6
- package/dist/commands/workspace.js.map +1 -1
- package/dist/config-store.d.ts +19 -1
- package/dist/config-store.d.ts.map +1 -1
- package/dist/config-store.js +171 -0
- package/dist/config-store.js.map +1 -1
- package/dist/cross-host-cli-helpers.d.ts +13 -0
- package/dist/cross-host-cli-helpers.d.ts.map +1 -1
- package/dist/cross-host-cli-helpers.js +27 -0
- package/dist/cross-host-cli-helpers.js.map +1 -1
- package/dist/cross-host-executor.d.ts +1 -0
- package/dist/cross-host-executor.d.ts.map +1 -1
- package/dist/cross-host-executor.js +4 -1
- package/dist/cross-host-executor.js.map +1 -1
- package/dist/cross-host-target.d.ts +49 -0
- package/dist/cross-host-target.d.ts.map +1 -0
- package/dist/cross-host-target.js +35 -0
- package/dist/cross-host-target.js.map +1 -0
- package/dist/daemon-lifecycle.d.ts.map +1 -1
- package/dist/daemon-lifecycle.js +4 -1
- package/dist/daemon-lifecycle.js.map +1 -1
- package/dist/host-registry.d.ts +17 -0
- package/dist/host-registry.d.ts.map +1 -1
- package/dist/host-registry.js +64 -2
- package/dist/host-registry.js.map +1 -1
- package/dist/host-selection.d.ts +13 -0
- package/dist/host-selection.d.ts.map +1 -0
- package/dist/host-selection.js +54 -0
- package/dist/host-selection.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/dist/lib/file-transfer.d.ts +89 -0
- package/dist/lib/file-transfer.d.ts.map +1 -0
- package/dist/lib/file-transfer.js +300 -0
- package/dist/lib/file-transfer.js.map +1 -0
- package/dist/lib/hosts/fanout-contract.d.ts +33 -0
- package/dist/lib/hosts/fanout-contract.d.ts.map +1 -0
- package/dist/lib/hosts/fanout-contract.js +23 -0
- package/dist/lib/hosts/fanout-contract.js.map +1 -0
- package/dist/lib/scope/scope-audit.d.ts +9 -1
- package/dist/lib/scope/scope-audit.d.ts.map +1 -1
- package/dist/lib/scope/scope-audit.js +173 -1
- package/dist/lib/scope/scope-audit.js.map +1 -1
- package/dist/lib/scope/templates.d.ts +1 -0
- package/dist/lib/scope/templates.d.ts.map +1 -1
- package/dist/lib/scope/templates.js +9 -0
- package/dist/lib/scope/templates.js.map +1 -1
- package/dist/lib/scope-templates/backlog-deprecation.md +16 -0
- package/dist/lib/scope-templates/backlog-tech-debt.md +16 -0
- package/dist/lib/scope-templates/bug-fix.md +16 -0
- package/dist/lib/scope-templates/implementation-prd.md +33 -0
- package/dist/lib/scope-templates/mission-placeholder.md +1 -1
- package/dist/lib/scope-templates/mission-progress.md +1 -1
- package/dist/lib/scope-templates/mission-release.md +1 -1
- package/dist/lib/scope-templates/placeholder.md +11 -7
- package/dist/lib/scope-templates/proof.md +5 -1
- package/dist/lib/scope-templates/release-feature.md +14 -6
- package/dist/lib/scope-templates/research.md +16 -0
- package/dist/lib/scope-templates/slice-progress.md +1 -1
- package/dist/remote-host-ops.d.ts +1 -0
- package/dist/remote-host-ops.d.ts.map +1 -1
- package/dist/remote-host-ops.js +11 -4
- package/dist/remote-host-ops.js.map +1 -1
- package/dist/session-name.d.ts +23 -0
- package/dist/session-name.d.ts.map +1 -0
- package/dist/session-name.js +61 -0
- package/dist/session-name.js.map +1 -0
- package/dist/version.d.ts +5 -0
- package/dist/version.d.ts.map +1 -1
- package/dist/version.js +11 -1
- package/dist/version.js.map +1 -1
- package/package.json +1 -1
- package/ui/dist/assets/index-CFqxa0zW.css +32 -0
- package/ui/dist/assets/index-zrFqS7gL.js +623 -0
- package/ui/dist/index.html +2 -2
- package/ui/dist/assets/index-DYZniQcc.js +0 -597
- package/ui/dist/assets/index-trcb4Yf_.css +0 -32
|
@@ -14,7 +14,7 @@ Use it when the problem may be the daemon, the shell/runtime surface, or stale h
|
|
|
14
14
|
|
|
15
15
|
Use this skill when you see:
|
|
16
16
|
- `rig whoami --json` returning partial identity
|
|
17
|
-
- `rig ps --nodes --json` failing while some other `rig` commands still work
|
|
17
|
+
- `rig ps --nodes -A --json` failing while some other `rig` commands still work
|
|
18
18
|
- `Sent to ...` plus `Verified: no`
|
|
19
19
|
- repeated unified-exec-process warnings
|
|
20
20
|
- suspicion that stale helper processes are accumulating
|
|
@@ -28,13 +28,13 @@ Start with the minimum truthful operator read:
|
|
|
28
28
|
```bash
|
|
29
29
|
rig whoami --json
|
|
30
30
|
rig daemon status
|
|
31
|
-
rig ps --nodes --json
|
|
31
|
+
rig ps --nodes -A --json
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
Interpret them together, not in isolation:
|
|
35
35
|
- partial `whoami` can mean identity is inferable while daemon-backed surfaces are degraded
|
|
36
36
|
- `daemon status` tells you whether the host daemon is up, not whether every seat can reach it cleanly
|
|
37
|
-
- `ps --nodes --json` is the best machine-readable topology check when it works
|
|
37
|
+
- `ps --nodes -A --json` is the best machine-readable fleet topology check when it works (v0.4.4: `--nodes` needs an explicit scope outside a managed session — `-A` for fleet, `--rig <name>` for one rig; the bare `rig ps` map is the cheap first glance)
|
|
38
38
|
|
|
39
39
|
## Verification Drift Vs Send Failure
|
|
40
40
|
|
|
@@ -104,7 +104,7 @@ If the warning or failure remains after stale-wrapper cleanup, re-check:
|
|
|
104
104
|
|
|
105
105
|
```bash
|
|
106
106
|
rig daemon status
|
|
107
|
-
rig ps --nodes --json
|
|
107
|
+
rig ps --nodes -A --json
|
|
108
108
|
```
|
|
109
109
|
|
|
110
110
|
If those remain healthy, the residual issue may still be in the host/tool/session layer rather than in OpenRig topology state.
|
|
@@ -28,7 +28,7 @@ the receipt and move on.
|
|
|
28
28
|
Example:
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
rig send
|
|
31
|
+
rig send reviewer@acme-web "Heads up — filing the per-commit handoff on the search-filters slice at the current tip." --verify
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
### `rig queue create --source <X> --destination <Y> --tags <...> --body "<...>"` — durable work item
|
|
@@ -47,9 +47,9 @@ Example:
|
|
|
47
47
|
|
|
48
48
|
```bash
|
|
49
49
|
rig queue create \
|
|
50
|
-
--source
|
|
51
|
-
--destination
|
|
52
|
-
--tags "mission:
|
|
50
|
+
--source builder@acme-web \
|
|
51
|
+
--destination reviewer@acme-web \
|
|
52
|
+
--tags "mission:site-relaunch,slice:02-search-filters,gate:guard,handoff:per-commit,checkpoint:bug-1" \
|
|
53
53
|
--body "$(cat /tmp/per-commit-body.txt)"
|
|
54
54
|
```
|
|
55
55
|
|
|
@@ -64,8 +64,8 @@ Example:
|
|
|
64
64
|
|
|
65
65
|
```bash
|
|
66
66
|
rig queue handoff qitem-20260601012431-d78aa805 \
|
|
67
|
-
--to
|
|
68
|
-
--tags "mission:
|
|
67
|
+
--to qa@acme-web \
|
|
68
|
+
--tags "mission:site-relaunch,slice:02-search-filters,gate:qa,handoff:adversarial-dogfood"
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
### §1b doctrine — turn ends by passing the ball
|
|
@@ -435,27 +435,47 @@ honestly and the UI exposes a one-click open-missing affordance.
|
|
|
435
435
|
|
|
436
436
|
v0.4.0 flips the five most frequently invoked read-commands from firehose-by-default to compact-by-default, and `rig queue list` adopts the docker / kubectl read-command grammar. **All defaults preserve breadth and capability — the firehose is one explicit flag away.**
|
|
437
437
|
|
|
438
|
-
### `rig ps` —
|
|
438
|
+
### `rig ps` — consolidated all-rigs default + the disclosure ladder (v0.4.4)
|
|
439
439
|
|
|
440
440
|
```bash
|
|
441
|
-
rig ps #
|
|
442
|
-
rig ps --json #
|
|
443
|
-
rig ps
|
|
444
|
-
rig ps --
|
|
445
|
-
rig ps --nodes
|
|
446
|
-
rig ps --nodes -A #
|
|
447
|
-
rig ps --nodes --full
|
|
441
|
+
rig ps # ALL ACTIVE RIGS, one compact row each + rollup line + count line + ladder footer (default)
|
|
442
|
+
rig ps --json # bare array of ALL non-archived rigs (incl. stopped; existing keys + additive attentionCount)
|
|
443
|
+
rig ps --rig <name> # one rig's detail
|
|
444
|
+
rig ps --nodes # compact node inventory (current rig — session default, LOCAL only)
|
|
445
|
+
rig ps --nodes --rig <name> # compact node inventory, named rig
|
|
446
|
+
rig ps --nodes -A # fleet node inventory, projected rows
|
|
447
|
+
rig ps --nodes -A --full # complete per-node records (the ONLY full fan-out; resumeToken VALUE retained here for downstream consumers)
|
|
448
448
|
rig ps --nodes --session <sess> # narrow to one canonical session
|
|
449
|
+
rig ps --include-archived # archived history as rows (otherwise ONE count line)
|
|
449
450
|
rig ps --active # opt-in active-state filter (does NOT change the all-states default — ps surfaces topology/readiness, where stopped/recoverable/attention IS the actionable signal)
|
|
450
451
|
```
|
|
451
452
|
|
|
452
|
-
**v0.4.
|
|
453
|
-
- **
|
|
454
|
-
-
|
|
455
|
-
- **
|
|
456
|
-
- **
|
|
453
|
+
**v0.4.4 consolidated default + disclosure ladder (OPR.0.4.4.21)**:
|
|
454
|
+
- **The default is the fleet MAP**: every active rig as one O(rigs) compact row, with the host rollup ("N rigs · M seats · K need attention"), the archived/stopped count line, and the drill-ladder footer. The v0.4.0 current-rig default is RETIRED — it hid running rigs from the operator's field of view.
|
|
455
|
+
- **`-A` has exactly ONE meaning**: the `--nodes` fleet widener. Bare `rig ps -A` errors (all-rigs IS the default; archived history stays behind `--include-archived`).
|
|
456
|
+
- **The session-rig default applies ONLY to `--nodes`, and only locally.** Implicit scope defaults don't cross host boundaries: `rig ps --host <id> --nodes` requires an explicit `--rig` or `-A`; multi-host fan-out is rollup-only by default; the full explicit ladder (`--all-hosts --nodes -A`, `--full` for complete records) fans out per-node with hostId-stamped projected rows.
|
|
457
|
+
- **STATED JSON contract**: default `--json` = bare array of ALL non-archived rigs INCLUDING stopped ones (scope-not-shape: existing keys preserved, additive `attentionCount`); only the human table folds stopped rigs into the count line.
|
|
458
|
+
- **Resume-token security unchanged**: compact output never carries token material; `--full` retains it for consumers that legitimately need it.
|
|
457
459
|
|
|
458
|
-
**
|
|
460
|
+
**The casual status glance is just `rig ps`.** The old fleet firehose is the explicit last rung: `rig ps --nodes -A --full`. The ~77,000-token incident class stays closed (compact + O(rigs) default + explicit ladder).
|
|
461
|
+
|
|
462
|
+
### `rig host` — the multi-host registry verbs (v0.4.4)
|
|
463
|
+
|
|
464
|
+
```bash
|
|
465
|
+
rig host add --id <id> --transport ssh --target <tailnet-alias> --user openrig
|
|
466
|
+
rig host add --id <id> --transport http --url http://100.x.y.z:7433 --bearer-env MY_TOKEN
|
|
467
|
+
rig host list # pointers only — never secret values
|
|
468
|
+
rig host doctor <id> # stepwise: transport -> rig binary -> daemon -> identity
|
|
469
|
+
rig host doctor <id> --posture product-factory-vps [--public-addr <ip>]
|
|
470
|
+
```
|
|
471
|
+
|
|
472
|
+
Exactly three verbs (capped); the VPS factory bootstrap is script + runbook
|
|
473
|
+
(`docs/reference/product-factory-vps-runbook.md`). **Transport posture is
|
|
474
|
+
DECIDED and documented** (cli-reference §Cross-host execution): ssh = pane ops
|
|
475
|
+
(`send`/`capture`), http = daemon REST (`up`/`down`/`launch`), `ps`/`whoami`
|
|
476
|
+
follow the DECLARED transport; fan-out is http-only; no cross-transport
|
|
477
|
+
fallback; no http parity for send/capture in 0.4.4. Posture/doctor UNKNOWN is
|
|
478
|
+
never pass — each unknown carries the command that verifies it.
|
|
459
479
|
|
|
460
480
|
### `rig whoami` — compact-by-default + `--full` (`--verbose` alias)
|
|
461
481
|
|
|
@@ -543,6 +563,30 @@ rig scope slice show <slice> # derives read-time effect
|
|
|
543
563
|
|
|
544
564
|
Composes with slice 33's `progress` + scaffolding to make `rig scope` the **deterministic enforcer** of `conventions/scope-and-versioning` §1 (dot-IDs) + §2 (maturity vocabulary). Agents update `stage` / `verified` / `id` through commands rather than hand-editing markdown and drifting. The `--against` MANDATORY rule on `verified` is the anti-stale keystone: bare timestamps are rejected because a bare timestamp is exactly what lets stale trackers lie while looking fresh. **STOP hand-editing the `stage` / `verified` / `id` fields in scope frontmatter; use the new verbs.** Existing missions / slices with `id:null` ghosts or missing `PROGRESS.md` are repaired idempotently via `reconcile`.
|
|
545
565
|
|
|
566
|
+
### The SDLC control plane — convention sections, the two locks, `rig proof` (v0.4.4)
|
|
567
|
+
|
|
568
|
+
The Living Notes UI is a plain projection of well-formed on-disk markdown. The conventions live in ONE shipped document — **`docs/reference/sdlc-conventions.md`** (in the CLI package) — and the operating procedure is the **`mission-slice-sop`** skill. The command surface:
|
|
569
|
+
|
|
570
|
+
```bash
|
|
571
|
+
rig scope slice create <mission> <slug> [--template <kind>] # scaffolds ## Intent / ## Mini-requirements / ## Proof contract
|
|
572
|
+
# + proof/ + PROOF.md + IMPLEMENTATION-PRD.md — EVERY template kind
|
|
573
|
+
|
|
574
|
+
rig scope slice approve <slice> --scope spec # PLAN-LOCK: "the PRD matches my intent; this set gets built"
|
|
575
|
+
rig scope slice approve <slice> --scope delivery # PROOF-LOCK: the terminal sign-off (default scope; fires the freeze)
|
|
576
|
+
|
|
577
|
+
rig proof add <slice> --artifact-type qa --verdict PASS \
|
|
578
|
+
--candidate-sha <tip> --money-evidence "<one line>" \
|
|
579
|
+
--evidences "1,3" --media "walk.webm" \
|
|
580
|
+
--self-check "<looked at it>" # C1 proof drop into proof/; --evidences joins the drop to its
|
|
581
|
+
# proof-contract items and --media names the curated proof/-relative
|
|
582
|
+
# media it stands behind (what the DELIVERED section pairs + renders)
|
|
583
|
+
|
|
584
|
+
rig scope audit <mission> # deterministic backstop — flags missing sections / malformed
|
|
585
|
+
# proof contract / invalid C1 headers; ADVISORY, never blocks
|
|
586
|
+
```
|
|
587
|
+
|
|
588
|
+
The flow: intent → mini-requirements + proof contract (→ mockups for UI slices) → plan-lock → build the locked set → QA visual compare → `rig proof` drops → proof-lock. Approval is freeze/sign-off, **never** proven-green — proven-green requires recorded C1 verdicts.
|
|
589
|
+
|
|
546
590
|
### `rig skill audit` — skill cascade provenance (slice 10)
|
|
547
591
|
|
|
548
592
|
```bash
|
|
@@ -584,7 +628,7 @@ Typical operator loop:
|
|
|
584
628
|
|
|
585
629
|
```bash
|
|
586
630
|
rig up secrets-manager --cwd /path/to/project
|
|
587
|
-
rig ps --nodes --json
|
|
631
|
+
rig ps --nodes --rig secrets-manager --json
|
|
588
632
|
rig send vault-specialist@secrets-manager "Check Vault health and report back." --verify
|
|
589
633
|
rig env status secrets-manager
|
|
590
634
|
rig env logs secrets-manager
|
|
@@ -634,10 +678,12 @@ JSON form exposes `peersNote` directly for programmatic consumers.
|
|
|
634
678
|
rig ps
|
|
635
679
|
rig ps --json
|
|
636
680
|
rig ps --nodes
|
|
637
|
-
rig ps --nodes --json
|
|
681
|
+
rig ps --nodes --rig <name> --json
|
|
682
|
+
rig ps --nodes -A --json
|
|
683
|
+
rig ps --nodes -A --full --json
|
|
638
684
|
```
|
|
639
685
|
|
|
640
|
-
Use `rig ps --nodes --json` for
|
|
686
|
+
Use `rig ps --nodes --rig <name> --json` for one rig's node inventory, or `rig ps --nodes -A --json` for fleet-wide projected node inventory. Use `--full` only when a downstream consumer truly needs complete per-node records. The node inventory surface carries:
|
|
641
687
|
- session name
|
|
642
688
|
- runtime
|
|
643
689
|
- session/startup status
|
|
@@ -964,7 +1010,7 @@ rig whoami --json
|
|
|
964
1010
|
|
|
965
1011
|
Notes:
|
|
966
1012
|
- for tmux-backed self-attach, `rig whoami --json` is the right verification
|
|
967
|
-
- for raw/external self-attach, `rig ps --nodes --json` is currently the more reliable verification surface
|
|
1013
|
+
- for raw/external self-attach, `rig ps --nodes --rig <rigId-or-name> --json` is currently the more reliable verification surface
|
|
968
1014
|
- if the current shell is outside tmux, pass `--display-name <name>` when you want a stable human session label recorded
|
|
969
1015
|
|
|
970
1016
|
### Adopt a topology and bind live sessions
|
|
@@ -1031,13 +1077,13 @@ Verification loop:
|
|
|
1031
1077
|
```bash
|
|
1032
1078
|
rig discover --json
|
|
1033
1079
|
rig adopt <fragment.yaml> --bindings-file <bindings.yaml> --target-rig <rigId>
|
|
1034
|
-
rig ps --nodes --json
|
|
1080
|
+
rig ps --nodes --rig <target-rig-name> --json
|
|
1035
1081
|
rig export <rigId> -o rig.yaml
|
|
1036
1082
|
```
|
|
1037
1083
|
|
|
1038
1084
|
Success looks like:
|
|
1039
1085
|
- the new sessions stop appearing in `rig discover`
|
|
1040
|
-
- the new logical IDs appear in `rig ps --nodes --json`
|
|
1086
|
+
- the new logical IDs appear in `rig ps --nodes --rig <target-rig-name> --json`
|
|
1041
1087
|
- `rig export` includes the new pod
|
|
1042
1088
|
|
|
1043
1089
|
### Mixed-origin rigs are allowed
|
|
@@ -1055,7 +1101,7 @@ Current safety rule:
|
|
|
1055
1101
|
The proven operator pattern is:
|
|
1056
1102
|
- keep one OpenRig manager session outside the rig it manages
|
|
1057
1103
|
- address the target by rig name, not cached rig ID
|
|
1058
|
-
- resolve the current owner from fresh `rig ps --nodes --json`
|
|
1104
|
+
- resolve the current owner from fresh `rig ps --nodes -A --json`
|
|
1059
1105
|
- send the manager the spec path, bindings path, and verification steps with `rig send`
|
|
1060
1106
|
|
|
1061
1107
|
This lets ordinary agents ask the manager for OpenRig help instead of every agent needing to be an OpenRig expert.
|
|
@@ -1152,7 +1198,7 @@ When the CLI behaves strangely, use the smallest truthful check first:
|
|
|
1152
1198
|
```bash
|
|
1153
1199
|
rig whoami --json
|
|
1154
1200
|
rig daemon status
|
|
1155
|
-
rig ps --nodes
|
|
1201
|
+
rig ps --nodes
|
|
1156
1202
|
```
|
|
1157
1203
|
|
|
1158
1204
|
Specific operator rules:
|
|
@@ -1188,7 +1234,7 @@ Design assumptions that hold in the shipped CLI:
|
|
|
1188
1234
|
|
|
1189
1235
|
1. `rig whoami --json`
|
|
1190
1236
|
2. `rig transcript <your-session> --tail 100`
|
|
1191
|
-
3. `rig ps --nodes
|
|
1237
|
+
3. `rig ps --nodes`
|
|
1192
1238
|
4. `rig chatroom history <rig> --limit 50`
|
|
1193
1239
|
|
|
1194
1240
|
## Commands That Do Not Exist
|
|
@@ -12,7 +12,7 @@ You are part of the orchestration pod. Your job is to keep the team productive,
|
|
|
12
12
|
Before you summarize the rig or assign real work:
|
|
13
13
|
1. Load `using-superpowers`, `openrig-user`, `orchestration-team`, `systematic-debugging`, and `verification-before-completion`. Also load `mission-slice-sop` — the operating procedure for the canonical mission/slice files (you own PROGRESS.md `§1`; run `rig scope audit` at slice-close/mission-wrap).
|
|
14
14
|
2. Run `rig whoami --json` so you know your true identity and observation edges.
|
|
15
|
-
3. Run `rig ps --nodes --json` and wait for the expected starter topology to settle.
|
|
15
|
+
3. Run `rig ps --nodes -A --json` (v0.4.4: `--nodes` scopes to the current rig by default; `-A` for the fleet) and wait for the expected starter topology to settle.
|
|
16
16
|
4. Check recent chatroom history or direct startup messages so you know who is actually online and what they already reported.
|
|
17
17
|
5. Only then announce readiness or assign work.
|
|
18
18
|
|
|
@@ -34,7 +34,7 @@ The orchestration pod is responsible for:
|
|
|
34
34
|
**Principle:** monitoring intensity tracks **stakes × how likely you are to need to intervene, bounded to the window where that's true.** Spend tight attention only where it changes what you do, only as long as the risk lasts, then return to default. (Same evidence-not-cadence rule the `watchdog` skill applies to intervention *level*, applied to *intensity*.) **Self-test: "Can I name the stakes AND the condition that ends this close-watch?"** If not, you're hyper-monitoring.
|
|
35
35
|
|
|
36
36
|
**Default (almost always) — token-efficient.** Steady-state your job is the **idle-without-handoff exception**: the queue handles normal handoff; you catch the agent who finished + went idle without closing/handing off.
|
|
37
|
-
- **Status lives in the queue, not panes** (`status-not-chat-orchestrator`): `rig ps --nodes --json` + `rig queue` are your status source; do NOT reconstruct fleet-state by capturing panes (pane `rig capture` is high-bandwidth *within your own pod* — that's fine; it is not how you track cross-pod/fleet state).
|
|
37
|
+
- **Status lives in the queue, not panes** (`status-not-chat-orchestrator`): `rig ps` (the consolidated map) / `rig ps --nodes -A --json` + `rig queue` are your status source; do NOT reconstruct fleet-state by capturing panes (pane `rig capture` is high-bandwidth *within your own pod* — that's fine; it is not how you track cross-pod/fleet state).
|
|
38
38
|
- **The watchdog is your clock** (`watchdog`): configure `rig watchdog` to wake you (~3 min); between wakes, idle (zero tokens) — no self-run sleep-loop re-reading panes at steady-state. Prefer one workflow-watchdog + targeted exception handling over many per-seat nag loops.
|
|
39
39
|
- **On each wake — cheap sweep:** `rig queue` + a *filtered* `rig ps` (see "Read cheap" below) first; ONLY for a seat that looks idle/suspicious, `rig capture <session>` last few lines (never a full pane, never huge chunks); **active owner → no-op.**
|
|
40
40
|
- **Read cheap — every status command has a token cost; project to the question.** The queue-first rule is about *where* status lives; this is about *how much you pay to read it*. The token bomb is the broad unfiltered dump, not the pane capture: an unfiltered fleet-wide `rig ps --nodes --json` emits ~77k tokens — for a one-rig or one-qitem question that is almost all waste, and at watchdog cadence it burns the shared account fast.
|
|
@@ -15,3 +15,7 @@ Ship features that solve real customer problems with evidence-backed requirement
|
|
|
15
15
|
- PM agent is the hub. Research and code agents report to PM.
|
|
16
16
|
- Coder can observe researcher output for domain context.
|
|
17
17
|
- When blocked, escalate to PM rather than guessing.
|
|
18
|
+
|
|
19
|
+
## Mission/slice tracking (the SDLC)
|
|
20
|
+
|
|
21
|
+
Requirements and delivery are tracked as missions and slices — on-disk markdown the Living Notes UI projects. Load the packaged `mission-slice-sop` skill; the conventions live in `docs/reference/sdlc-conventions.md` (shipped with the CLI package). PM's leg of the flow: record intent verbatim, author the mini-requirements (the one-glance tier where approval starts) + the proof contract (promised deliverables as observable outcomes; UI deliverables name their planned mockup), then plan-lock with `rig scope slice approve --scope spec`. Proof-lock (`--scope delivery`) is the terminal sign-off after QA's visual compare and `rig proof add … --media` drops (the C1 drop verb).
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# factory-rsi — the single-rig RSI factory MVP
|
|
2
|
+
|
|
3
|
+
This rig IS a recursive-self-improvement loop. One workflow (`factory-rsi`)
|
|
4
|
+
moves one slice through the inner loop **plan → implement → check → review →
|
|
5
|
+
release**. Dogfood is decoupled from that gated loop: it continuously uses the
|
|
6
|
+
**shipped** product out-of-band and feeds its findings into the **next** plan
|
|
7
|
+
cycle. That feedback edge is the whole point — and it needs no human in the loop.
|
|
8
|
+
|
|
9
|
+
## How the loop runs
|
|
10
|
+
|
|
11
|
+
- The **engine routes the inner loop**, not the orchestrator. A failing check or
|
|
12
|
+
review routes back to build for bounded remediation; a clean review proceeds
|
|
13
|
+
to release prep. Nobody hand-relays a packet around the loop.
|
|
14
|
+
- **Dogfood is out-of-band.** It runs continuously against the SHIPPED product —
|
|
15
|
+
not a second QA on the pre-release build artifact — and records findings that
|
|
16
|
+
become the next plan's input. The RSI recursion stays ungated: dogfood findings
|
|
17
|
+
feed the next plan with no human gate (a human MAY steer via the roadmap but is
|
|
18
|
+
never required; there is no loop-stop in the MVP).
|
|
19
|
+
- **Findings are recorded state, not memory.** The next plan builds from the
|
|
20
|
+
recorded dogfood findings — never a seat's chat history.
|
|
21
|
+
- **Exceptions go orchestrator-first** (the WF-5 dial); the human knows at
|
|
22
|
+
altitude. A `max_hops` trip is an exception, and a resume grants exactly one
|
|
23
|
+
more bounded window — the loop never runs away.
|
|
24
|
+
- **Publishing is a human act.** The release seat PREPARES notes/docs/PR and
|
|
25
|
+
holds the ship decision at a human gate. No seat pushes, tags, or publishes.
|
|
26
|
+
|
|
27
|
+
## The seats
|
|
28
|
+
|
|
29
|
+
| Seat | Runtime | Does |
|
|
30
|
+
|---|---|---|
|
|
31
|
+
| `plan-planner` | claude-code | turns the corpus / previous findings into ONE buildable slice spec |
|
|
32
|
+
| `build-implementer` | claude-code | builds the slice, produces proof |
|
|
33
|
+
| `check-qa` | codex | checks the artifact; a failing check loops back to build |
|
|
34
|
+
| `review-reviewer` | codex | reviews (cross-runtime vs the builder) |
|
|
35
|
+
| `dogfood-tester` | codex | continuously USES the shipped product out-of-band; records findings that feed the next plan |
|
|
36
|
+
| `release-manager` | claude-code | prepares the release, holds the human gate |
|
|
37
|
+
| `orch-lead` | claude-code | the exception dial target — exceptions only |
|
|
38
|
+
|
|
39
|
+
Seats inherit their runtime's default model (no per-seat model pin): plan,
|
|
40
|
+
build, release, and orchestration run on claude-code; check, review, and dogfood
|
|
41
|
+
run on codex for cross-runtime diversity against the builder.
|
|
42
|
+
|
|
43
|
+
## Deployment
|
|
44
|
+
|
|
45
|
+
As a shipped starter this rig is workspace-agnostic — point
|
|
46
|
+
`rig up factory-rsi --cwd <repo>` at whatever real repository the loop should
|
|
47
|
+
improve, and the planner's product-intent corpus is that repo's real specs.
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
version: "0.2"
|
|
2
|
+
name: factory-rsi
|
|
3
|
+
culture_file: CULTURE.md
|
|
4
|
+
summary: >
|
|
5
|
+
The single-rig RSI factory MVP (OPR.0.4.6.FAC2): ONE rig whose seats map 1:1
|
|
6
|
+
to the `factory-rsi` workflow — the inner loop plans, builds, checks, and
|
|
7
|
+
reviews one slice, then prepares its release. Dogfood is decoupled: it
|
|
8
|
+
continuously uses the SHIPPED product out-of-band and feeds findings back into
|
|
9
|
+
the next plan — the recursive-self-improvement edge, with no human required in
|
|
10
|
+
the loop. Run it with `rig up factory-rsi`, then instantiate the `factory-rsi`
|
|
11
|
+
workflow and watch the loop close. Seats inherit their runtime's default
|
|
12
|
+
model; qa, review, and dogfood run on the alternate runtime for cross-runtime
|
|
13
|
+
diversity against the builder.
|
|
14
|
+
|
|
15
|
+
# Seven pods, one member each, so every canonical session name is
|
|
16
|
+
# `<pod>-<member>@factory-rsi` and matches the workflow's preferred_targets 1:1.
|
|
17
|
+
pods:
|
|
18
|
+
- id: plan
|
|
19
|
+
label: Planning
|
|
20
|
+
members:
|
|
21
|
+
- id: planner
|
|
22
|
+
agent_ref: "local:../../../agents/conveyor/planner"
|
|
23
|
+
runtime: claude-code
|
|
24
|
+
profile: default
|
|
25
|
+
cwd: "."
|
|
26
|
+
edges: []
|
|
27
|
+
|
|
28
|
+
- id: build
|
|
29
|
+
label: Build
|
|
30
|
+
members:
|
|
31
|
+
- id: implementer
|
|
32
|
+
agent_ref: "local:../../../agents/development/implementer"
|
|
33
|
+
runtime: claude-code
|
|
34
|
+
profile: default
|
|
35
|
+
cwd: "."
|
|
36
|
+
edges: []
|
|
37
|
+
|
|
38
|
+
- id: check
|
|
39
|
+
label: Check
|
|
40
|
+
members:
|
|
41
|
+
- id: qa
|
|
42
|
+
agent_ref: "local:../../../agents/development/qa"
|
|
43
|
+
runtime: codex
|
|
44
|
+
profile: default
|
|
45
|
+
cwd: "."
|
|
46
|
+
edges: []
|
|
47
|
+
|
|
48
|
+
- id: review
|
|
49
|
+
label: Review
|
|
50
|
+
members:
|
|
51
|
+
- id: reviewer
|
|
52
|
+
agent_ref: "local:../../../agents/review/independent-reviewer"
|
|
53
|
+
runtime: codex
|
|
54
|
+
profile: default
|
|
55
|
+
cwd: "."
|
|
56
|
+
edges: []
|
|
57
|
+
|
|
58
|
+
- id: dogfood
|
|
59
|
+
label: Dogfood
|
|
60
|
+
members:
|
|
61
|
+
- id: tester
|
|
62
|
+
agent_ref: "local:../../../agents/factory-rsi/dogfood"
|
|
63
|
+
runtime: codex
|
|
64
|
+
profile: default
|
|
65
|
+
cwd: "."
|
|
66
|
+
edges: []
|
|
67
|
+
|
|
68
|
+
- id: release
|
|
69
|
+
label: Release
|
|
70
|
+
members:
|
|
71
|
+
- id: manager
|
|
72
|
+
agent_ref: "local:../../../agents/factory-rsi/release-manager"
|
|
73
|
+
runtime: claude-code
|
|
74
|
+
profile: default
|
|
75
|
+
cwd: "."
|
|
76
|
+
edges: []
|
|
77
|
+
|
|
78
|
+
- id: orch
|
|
79
|
+
label: Orchestration
|
|
80
|
+
members:
|
|
81
|
+
- id: lead
|
|
82
|
+
agent_ref: "local:../../../agents/orchestration/orchestrator"
|
|
83
|
+
runtime: claude-code
|
|
84
|
+
profile: default
|
|
85
|
+
cwd: "."
|
|
86
|
+
edges: []
|
|
87
|
+
|
|
88
|
+
# The orchestrator delegates across the pipeline; review and check can observe
|
|
89
|
+
# the build. Workflow ROUTING is the `factory-rsi` spec's job (the engine
|
|
90
|
+
# routes the loop-close); these edges are topology hints, not the routing.
|
|
91
|
+
edges:
|
|
92
|
+
- kind: delegates_to
|
|
93
|
+
from: orch.lead
|
|
94
|
+
to: plan.planner
|
|
95
|
+
- kind: delegates_to
|
|
96
|
+
from: orch.lead
|
|
97
|
+
to: build.implementer
|
|
98
|
+
- kind: delegates_to
|
|
99
|
+
from: orch.lead
|
|
100
|
+
to: check.qa
|
|
101
|
+
- kind: delegates_to
|
|
102
|
+
from: orch.lead
|
|
103
|
+
to: review.reviewer
|
|
104
|
+
- kind: delegates_to
|
|
105
|
+
from: orch.lead
|
|
106
|
+
to: dogfood.tester
|
|
107
|
+
- kind: delegates_to
|
|
108
|
+
from: orch.lead
|
|
109
|
+
to: release.manager
|
|
110
|
+
- kind: can_observe
|
|
111
|
+
from: check.qa
|
|
112
|
+
to: build.implementer
|
|
113
|
+
- kind: can_observe
|
|
114
|
+
from: review.reviewer
|
|
115
|
+
to: build.implementer
|
|
@@ -11,7 +11,7 @@ with them and escalate to them when ops decisions need human approval.
|
|
|
11
11
|
rig**; other rigs require explicit operator-initiated restart.
|
|
12
12
|
When the user says "bring my rigs back online":
|
|
13
13
|
1. List rigs that were running pre-reboot using daemon persisted
|
|
14
|
-
state (`rig ps --json
|
|
14
|
+
state (`rig ps --json`) and any operator-saved roster.
|
|
15
15
|
2. Confirm with the user which subset to restart.
|
|
16
16
|
3. Restart each via `rig up <spec>` (or `rig restore <snapshot>`
|
|
17
17
|
if a snapshot exists).
|
|
@@ -34,7 +34,7 @@ tmux sessions are gone. You own the agent-restart workflow:
|
|
|
34
34
|
Other rigs (project rigs the user spun up) are NEVER auto-instantiated
|
|
35
35
|
by the daemon. If the user asks you to bring those back:
|
|
36
36
|
|
|
37
|
-
1. `rig ps --json
|
|
37
|
+
1. `rig ps --json` shows which rigs are persisted but with
|
|
38
38
|
detached sessions.
|
|
39
39
|
2. Confirm with the user which subset to restart.
|
|
40
40
|
3. `rig up <spec>` for cold-start; `rig restore <snapshot> --rig
|
|
@@ -135,3 +135,7 @@ Follow patterns agents already know: docker, git, kubectl, npm.
|
|
|
135
135
|
## What this rig is for
|
|
136
136
|
|
|
137
137
|
This is the advanced product-team lane. Use it when the work needs richer coordination than the conveyor starter. The human sets direction; the team plans, implements, reviews, and surfaces gaps honestly.
|
|
138
|
+
|
|
139
|
+
## Mission/slice tracking (the SDLC)
|
|
140
|
+
|
|
141
|
+
Work is tracked as missions and slices — on-disk markdown the Living Notes UI projects. Load the packaged `mission-slice-sop` skill before authoring or building a slice; the conventions (section names, proof contract, the two locks, C1 proof headers) live in `docs/reference/sdlc-conventions.md` (shipped with the CLI package). The short form: record intent → author mini-requirements + a proof contract (→ mockups for UI slices) → plan-lock (`rig scope slice approve --scope spec`) → build the locked set → QA visually compares planned vs delivered → `rig proof add … --evidences --media` drops (the C1 drop verb — never hand-place evidence) → proof-lock (`--scope delivery`). `rig scope audit` is the advisory backstop — fix the flag, don't suppress it.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-info.d.ts","sourceRoot":"","sources":["../src/build-info.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IACtB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED,eAAO,MAAM,UAAU,EAAE,SAKxB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// GENERATED by scripts/build-package.sh — the packaged build-identity stamp.
|
|
2
|
+
export const BUILD_INFO = {
|
|
3
|
+
semver: "0.4.6",
|
|
4
|
+
commit: "8250d702a27aa24bb9acf0b4bef12f58fd83df12",
|
|
5
|
+
dirty: false,
|
|
6
|
+
builtAt: "2026-07-09T22:59:04Z",
|
|
7
|
+
};
|
|
8
|
+
export function stampFields(info = BUILD_INFO) {
|
|
9
|
+
if (!info.commit) return {};
|
|
10
|
+
return { semver: info.semver, commit: info.commit, dirty: info.dirty, builtAt: info.builtAt };
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-info.js","sourceRoot":"","sources":["../src/build-info.ts"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,EAAE;AACF,uEAAuE;AACvE,qEAAqE;AACrE,4EAA4E;AAC5E,6EAA6E;AAC7E,yDAAyD;AASzD,MAAM,CAAC,MAAM,UAAU,GAAc;IACnC,MAAM,EAAE,IAAI;IACZ,MAAM,EAAE,IAAI;IACZ,KAAK,EAAE,IAAI;IACX,OAAO,EAAE,IAAI;CACd,CAAC"}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { Command } from "commander";
|
|
2
2
|
import type { StatusDeps } from "./status.js";
|
|
3
|
-
|
|
3
|
+
import { loadHostRegistry } from "../host-registry.js";
|
|
4
|
+
export interface BroadcastDeps extends StatusDeps {
|
|
5
|
+
/** Test seam: inject a registry loader so no real ~/.openrig is touched. */
|
|
6
|
+
hostRegistryLoader?: () => ReturnType<typeof loadHostRegistry>;
|
|
7
|
+
}
|
|
8
|
+
export declare function broadcastCommand(depsOverride?: BroadcastDeps): Command;
|
|
4
9
|
//# sourceMappingURL=broadcast.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"broadcast.d.ts","sourceRoot":"","sources":["../../src/commands/broadcast.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"broadcast.d.ts","sourceRoot":"","sources":["../../src/commands/broadcast.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAKpC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAkC,MAAM,qBAAqB,CAAC;AAYvF,MAAM,WAAW,aAAc,SAAQ,UAAU;IAC/C,4EAA4E;IAC5E,kBAAkB,CAAC,EAAE,MAAM,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;CAChE;AAED,wBAAgB,gBAAgB,CAAC,YAAY,CAAC,EAAE,aAAa,GAAG,OAAO,CAiFtE"}
|