@openrig/cli 0.5.5 → 0.5.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/continuity/apprentice-cutover.md +19 -0
- package/daemon/assets/continuity/apprentice-prepare.md +17 -0
- package/daemon/assets/plugins/openrig-core/hooks/scripts/refocus.cjs +81 -4
- package/daemon/assets/plugins/openrig-core/skills/applying-a-permission-policy/SKILL.md +3 -3
- package/daemon/assets/plugins/openrig-core/skills/claude-compaction-restore/scripts/precompact-hook.mjs +0 -0
- package/daemon/assets/plugins/openrig-core/skills/claude-compaction-restore/scripts/restore-from-jsonl.mjs +0 -0
- package/daemon/assets/plugins/openrig-core/skills/forming-an-openrig-mental-model/SKILL.md +4 -9
- package/daemon/assets/plugins/openrig-core/skills/messaging-the-human/SKILL.md +82 -118
- package/daemon/assets/plugins/openrig-core/skills/mission-slice-sop/SKILL.md +24 -25
- package/daemon/assets/plugins/openrig-core/skills/openrig-operating-model/SKILL.md +5 -12
- package/daemon/assets/plugins/openrig-core/skills/openrig-operating-model/scripts/compose.py +36 -117
- package/daemon/assets/plugins/openrig-core/skills/openrig-skills/SKILL.md +9 -6
- package/daemon/assets/plugins/openrig-core/skills/openrig-user/SKILL.md +1 -12
- package/daemon/assets/plugins/openrig-core/skills/orienting-to-an-inherited-seat/CHANGELOG.md +1 -1
- package/daemon/assets/plugins/openrig-core/skills/orienting-to-an-inherited-seat/SKILL.md +15 -0
- package/daemon/assets/plugins/openrig-core/skills/queue-handoff/SKILL.md +4 -16
- package/daemon/assets/plugins/openrig-core/skills/refocusing/scripts/trace-to-root.py +50 -7
- package/daemon/assets/plugins/openrig-core/skills/retiring-and-inheriting-a-seat/SKILL.md +29 -9
- package/daemon/assets/plugins/openrig-core/skills/seat-continuity-and-handover/SKILL.md +3 -0
- package/daemon/assets/plugins/openrig-core/skills/seat-continuity-and-handover/references/apprentice-evidence-toolkit.md +32 -0
- package/daemon/assets/plugins/openrig-core/skills/seat-continuity-and-handover/references/apprentice-successor-seat-cutover.md +256 -0
- package/daemon/assets/plugins/openrig-core/skills/seat-continuity-and-handover/references/orchestrator-role.md +40 -0
- package/daemon/assets/plugins/openrig-core/skills/software-for-agents/SKILL.md +9 -4
- package/daemon/assets/vm-preview-fixtures/README.md +16 -38
- package/daemon/assets/vm-preview-fixtures/workflows/sample-basic-loop.yaml +4 -5
- package/daemon/context-packs/onboarding-width/manifest.yaml +4 -1
- package/daemon/context-packs/onboarding-width/public-reference-material.md +1 -1
- package/daemon/context-packs/skills/core/agent-starters/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/agent-startup-and-context-ingestion/SKILL.md +1 -1
- package/daemon/context-packs/skills/core/agent-startup-and-context-ingestion/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/cross-host-rig-commands/SKILL.md +6 -13
- package/daemon/context-packs/skills/core/cross-host-rig-commands/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/human-in-the-loop/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/messaging-the-human/SKILL.md +98 -0
- package/daemon/context-packs/skills/core/messaging-the-human/manifest.yaml +10 -0
- package/daemon/context-packs/skills/core/openrig-architect/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/openrig-cmux/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/openrig-herdr/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/openrig-skills/SKILL.md +118 -0
- package/daemon/context-packs/skills/core/openrig-skills/manifest.yaml +10 -0
- package/daemon/context-packs/skills/core/openrig-upgrade/SKILL.md +19 -75
- package/daemon/context-packs/skills/core/openrig-upgrade/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/rig-bundles-and-shareable-artifacts/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/rig-lifecycle/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/session-source-fork/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/specification-system/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/topology-mutation-and-seat-management/manifest.yaml +2 -1
- package/daemon/context-packs/skills/core/watchdog/SKILL.md +4 -10
- package/daemon/context-packs/skills/core/watchdog/manifest.yaml +2 -1
- package/daemon/context-packs/skills/pm/backlog-capture/manifest.yaml +2 -1
- package/daemon/context-packs/skills/pm/context-builder/manifest.yaml +2 -1
- package/daemon/context-packs/skills/pm/exec-summary/manifest.yaml +2 -1
- package/daemon/context-packs/skills/pm/office-hours/manifest.yaml +2 -1
- package/daemon/context-packs/skills/pm/plan-review/manifest.yaml +2 -1
- package/daemon/context-packs/skills/pm/requirements-writer/SKILL.md +15 -21
- package/daemon/context-packs/skills/pm/requirements-writer/manifest.yaml +4 -3
- package/daemon/context-packs/skills/pm/ui-mockup/manifest.yaml +2 -1
- package/daemon/context-packs/skills/pods/development-team/manifest.yaml +2 -1
- package/daemon/context-packs/skills/pods/orchestration-team/manifest.yaml +2 -1
- package/daemon/context-packs/skills/pods/oversight-team/manifest.yaml +2 -1
- package/daemon/context-packs/skills/pods/review-team/manifest.yaml +2 -1
- package/daemon/context-packs/skills/process/agent-browser/manifest.yaml +2 -1
- package/daemon/context-packs/skills/process/brainstorming/manifest.yaml +2 -1
- package/daemon/context-packs/skills/process/context-engineering/manifest.yaml +2 -1
- package/daemon/context-packs/skills/process/dogfood/manifest.yaml +2 -1
- package/daemon/context-packs/skills/process/executing-plans/manifest.yaml +2 -1
- package/daemon/context-packs/skills/process/frontend-design/manifest.yaml +2 -1
- package/daemon/context-packs/skills/process/systematic-debugging/find-polluter.sh +0 -0
- package/daemon/context-packs/skills/process/systematic-debugging/manifest.yaml +2 -1
- package/daemon/context-packs/skills/process/test-driven-development/manifest.yaml +2 -1
- package/daemon/context-packs/skills/process/using-superpowers/manifest.yaml +2 -1
- package/daemon/context-packs/skills/process/verification-before-completion/manifest.yaml +2 -1
- package/daemon/context-packs/skills/process/writing-plans/manifest.yaml +2 -1
- package/daemon/context-packs/world-example/manifest.yaml +15 -2
- package/daemon/context-packs/world-example/your-world.md +19 -2
- package/daemon/context-packs/world-public/boundaries.md +33 -0
- package/daemon/context-packs/world-public/build-your-world.md +84 -0
- package/daemon/context-packs/world-public/claims.yaml +205 -0
- package/daemon/context-packs/world-public/manifest.yaml +59 -0
- package/daemon/context-packs/world-public/start-here.md +51 -0
- package/daemon/context-packs/world-public/verify-world.sh +522 -0
- package/daemon/dist/build-info.js +3 -3
- package/daemon/dist/context-pack-taxonomy-surface.d.ts +2 -0
- package/daemon/dist/context-pack-taxonomy-surface.d.ts.map +1 -0
- package/daemon/dist/context-pack-taxonomy-surface.js +6 -0
- package/daemon/dist/context-pack-taxonomy-surface.js.map +1 -0
- package/daemon/dist/db/all-migrations.d.ts +1 -1
- package/daemon/dist/db/all-migrations.d.ts.map +1 -1
- package/daemon/dist/db/all-migrations.js +8 -2
- package/daemon/dist/db/all-migrations.js.map +1 -1
- package/daemon/dist/db/migrations/074_context_usage_watchdog.d.ts +4 -0
- package/daemon/dist/db/migrations/074_context_usage_watchdog.d.ts.map +1 -0
- package/daemon/dist/db/migrations/074_context_usage_watchdog.js +11 -0
- package/daemon/dist/db/migrations/074_context_usage_watchdog.js.map +1 -0
- package/daemon/dist/db/migrations/075_context_usage_watchdog_generation.d.ts +4 -0
- package/daemon/dist/db/migrations/075_context_usage_watchdog_generation.d.ts.map +1 -0
- package/daemon/dist/db/migrations/075_context_usage_watchdog_generation.js +8 -0
- package/daemon/dist/db/migrations/075_context_usage_watchdog_generation.js.map +1 -0
- package/daemon/dist/db/migrations/076_owner_notification_levels.d.ts +8 -0
- package/daemon/dist/db/migrations/076_owner_notification_levels.d.ts.map +1 -0
- package/daemon/dist/db/migrations/076_owner_notification_levels.js +15 -0
- package/daemon/dist/db/migrations/076_owner_notification_levels.js.map +1 -0
- package/daemon/dist/domain/active-occupant.d.ts +44 -0
- package/daemon/dist/domain/active-occupant.d.ts.map +1 -0
- package/daemon/dist/domain/active-occupant.js +72 -0
- package/daemon/dist/domain/active-occupant.js.map +1 -0
- package/daemon/dist/domain/agent-manifest.d.ts +6 -0
- package/daemon/dist/domain/agent-manifest.d.ts.map +1 -1
- package/daemon/dist/domain/agent-manifest.js +77 -15
- package/daemon/dist/domain/agent-manifest.js.map +1 -1
- package/daemon/dist/domain/agent-resolver.d.ts +11 -0
- package/daemon/dist/domain/agent-resolver.d.ts.map +1 -1
- package/daemon/dist/domain/agent-resolver.js +55 -0
- package/daemon/dist/domain/agent-resolver.js.map +1 -1
- package/daemon/dist/domain/bundle-context-packs-router.d.ts +9 -2
- package/daemon/dist/domain/bundle-context-packs-router.d.ts.map +1 -1
- package/daemon/dist/domain/bundle-context-packs-router.js +18 -0
- package/daemon/dist/domain/bundle-context-packs-router.js.map +1 -1
- package/daemon/dist/domain/claude-compaction-enforcer.d.ts +7 -0
- package/daemon/dist/domain/claude-compaction-enforcer.d.ts.map +1 -1
- package/daemon/dist/domain/claude-compaction-enforcer.js +10 -0
- package/daemon/dist/domain/claude-compaction-enforcer.js.map +1 -1
- package/daemon/dist/domain/context-packs/context-pack-library-service.d.ts.map +1 -1
- package/daemon/dist/domain/context-packs/context-pack-library-service.js +7 -0
- package/daemon/dist/domain/context-packs/context-pack-library-service.js.map +1 -1
- package/daemon/dist/domain/context-packs/context-pack-types.d.ts +11 -0
- package/daemon/dist/domain/context-packs/context-pack-types.d.ts.map +1 -1
- package/daemon/dist/domain/context-packs/context-pack-types.js +11 -0
- package/daemon/dist/domain/context-packs/context-pack-types.js.map +1 -1
- package/daemon/dist/domain/context-packs/manifest-parser.d.ts.map +1 -1
- package/daemon/dist/domain/context-packs/manifest-parser.js +13 -1
- package/daemon/dist/domain/context-packs/manifest-parser.js.map +1 -1
- package/daemon/dist/domain/continuity-policy-materializer.d.ts +88 -0
- package/daemon/dist/domain/continuity-policy-materializer.d.ts.map +1 -0
- package/daemon/dist/domain/continuity-policy-materializer.js +290 -0
- package/daemon/dist/domain/continuity-policy-materializer.js.map +1 -0
- package/daemon/dist/domain/continuity-stack-packets.d.ts +65 -0
- package/daemon/dist/domain/continuity-stack-packets.d.ts.map +1 -0
- package/daemon/dist/domain/continuity-stack-packets.js +99 -0
- package/daemon/dist/domain/continuity-stack-packets.js.map +1 -0
- package/daemon/dist/domain/execution-view.d.ts +39 -0
- package/daemon/dist/domain/execution-view.d.ts.map +1 -0
- package/daemon/dist/domain/execution-view.js +707 -0
- package/daemon/dist/domain/execution-view.js.map +1 -0
- package/daemon/dist/domain/gateway/delivery-rules-engine.d.ts +60 -0
- package/daemon/dist/domain/gateway/delivery-rules-engine.d.ts.map +1 -0
- package/daemon/dist/domain/gateway/delivery-rules-engine.js +144 -0
- package/daemon/dist/domain/gateway/delivery-rules-engine.js.map +1 -0
- package/daemon/dist/domain/gateway/destination-resolver.d.ts +20 -0
- package/daemon/dist/domain/gateway/destination-resolver.d.ts.map +1 -0
- package/daemon/dist/domain/gateway/destination-resolver.js +52 -0
- package/daemon/dist/domain/gateway/destination-resolver.js.map +1 -0
- package/daemon/dist/domain/gateway/dispatcher.d.ts +3 -1
- package/daemon/dist/domain/gateway/dispatcher.d.ts.map +1 -1
- package/daemon/dist/domain/gateway/dispatcher.js +9 -2
- package/daemon/dist/domain/gateway/dispatcher.js.map +1 -1
- package/daemon/dist/domain/gateway/gateway-subsystem.d.ts +6 -2
- package/daemon/dist/domain/gateway/gateway-subsystem.d.ts.map +1 -1
- package/daemon/dist/domain/gateway/gateway-subsystem.js +5 -3
- package/daemon/dist/domain/gateway/gateway-subsystem.js.map +1 -1
- package/daemon/dist/domain/gateway/human-registry.d.ts +9 -1
- package/daemon/dist/domain/gateway/human-registry.d.ts.map +1 -1
- package/daemon/dist/domain/gateway/human-registry.js +32 -1
- package/daemon/dist/domain/gateway/human-registry.js.map +1 -1
- package/daemon/dist/domain/gateway/operator-delivery-engine.d.ts +32 -0
- package/daemon/dist/domain/gateway/operator-delivery-engine.d.ts.map +1 -0
- package/daemon/dist/domain/gateway/operator-delivery-engine.js +86 -0
- package/daemon/dist/domain/gateway/operator-delivery-engine.js.map +1 -0
- package/daemon/dist/domain/gateway/slack/config.d.ts +3 -2
- package/daemon/dist/domain/gateway/slack/config.d.ts.map +1 -1
- package/daemon/dist/domain/gateway/slack/config.js +20 -4
- package/daemon/dist/domain/gateway/slack/config.js.map +1 -1
- package/daemon/dist/domain/gateway/slack/inbound.d.ts +34 -6
- package/daemon/dist/domain/gateway/slack/inbound.d.ts.map +1 -1
- package/daemon/dist/domain/gateway/slack/inbound.js +60 -9
- package/daemon/dist/domain/gateway/slack/inbound.js.map +1 -1
- package/daemon/dist/domain/gateway/slack/outbound-driver.d.ts +3 -0
- package/daemon/dist/domain/gateway/slack/outbound-driver.d.ts.map +1 -1
- package/daemon/dist/domain/gateway/slack/outbound-driver.js +12 -5
- package/daemon/dist/domain/gateway/slack/outbound-driver.js.map +1 -1
- package/daemon/dist/domain/gateway/slack/queue-access.d.ts +10 -5
- package/daemon/dist/domain/gateway/slack/queue-access.d.ts.map +1 -1
- package/daemon/dist/domain/gateway/slack/queue-access.js +46 -19
- package/daemon/dist/domain/gateway/slack/queue-access.js.map +1 -1
- package/daemon/dist/domain/gateway/slack/slack-api.d.ts +29 -6
- package/daemon/dist/domain/gateway/slack/slack-api.d.ts.map +1 -1
- package/daemon/dist/domain/gateway/slack/slack-api.js +41 -3
- package/daemon/dist/domain/gateway/slack/slack-api.js.map +1 -1
- package/daemon/dist/domain/gateway/slack/slack-delivery.d.ts +9 -3
- package/daemon/dist/domain/gateway/slack/slack-delivery.d.ts.map +1 -1
- package/daemon/dist/domain/gateway/slack/slack-delivery.js +132 -12
- package/daemon/dist/domain/gateway/slack/slack-delivery.js.map +1 -1
- package/daemon/dist/domain/gateway/slack/slack-subsystem.d.ts +10 -0
- package/daemon/dist/domain/gateway/slack/slack-subsystem.d.ts.map +1 -1
- package/daemon/dist/domain/gateway/slack/slack-subsystem.js +286 -11
- package/daemon/dist/domain/gateway/slack/slack-subsystem.js.map +1 -1
- package/daemon/dist/domain/graph-projection.d.ts +6 -0
- package/daemon/dist/domain/graph-projection.d.ts.map +1 -1
- package/daemon/dist/domain/graph-projection.js +6 -0
- package/daemon/dist/domain/graph-projection.js.map +1 -1
- 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 +1 -0
- package/daemon/dist/domain/mission-control/mission-control-write-contract.js.map +1 -1
- package/daemon/dist/domain/node-inventory.d.ts +41 -3
- package/daemon/dist/domain/node-inventory.d.ts.map +1 -1
- package/daemon/dist/domain/node-inventory.js +45 -48
- package/daemon/dist/domain/node-inventory.js.map +1 -1
- package/daemon/dist/domain/parked-query.d.ts +1 -0
- package/daemon/dist/domain/parked-query.d.ts.map +1 -1
- package/daemon/dist/domain/parked-query.js +1 -0
- package/daemon/dist/domain/parked-query.js.map +1 -1
- package/daemon/dist/domain/pod-bundle-assembler.d.ts.map +1 -1
- package/daemon/dist/domain/pod-bundle-assembler.js +12 -5
- package/daemon/dist/domain/pod-bundle-assembler.js.map +1 -1
- package/daemon/dist/domain/policies/context-usage-threshold.d.ts +7 -0
- package/daemon/dist/domain/policies/context-usage-threshold.d.ts.map +1 -0
- package/daemon/dist/domain/policies/context-usage-threshold.js +99 -0
- package/daemon/dist/domain/policies/context-usage-threshold.js.map +1 -0
- package/daemon/dist/domain/policies/delivery-deferral.d.ts +54 -0
- package/daemon/dist/domain/policies/delivery-deferral.d.ts.map +1 -0
- package/daemon/dist/domain/policies/delivery-deferral.js +153 -0
- package/daemon/dist/domain/policies/delivery-deferral.js.map +1 -0
- package/daemon/dist/domain/policies/delivery-digest-flush.d.ts +45 -0
- package/daemon/dist/domain/policies/delivery-digest-flush.d.ts.map +1 -0
- package/daemon/dist/domain/policies/delivery-digest-flush.js +94 -0
- package/daemon/dist/domain/policies/delivery-digest-flush.js.map +1 -0
- package/daemon/dist/domain/policies/parked-owner-consumer.d.ts +65 -0
- package/daemon/dist/domain/policies/parked-owner-consumer.d.ts.map +1 -0
- package/daemon/dist/domain/policies/parked-owner-consumer.js +244 -0
- package/daemon/dist/domain/policies/parked-owner-consumer.js.map +1 -0
- package/daemon/dist/domain/policies/types.d.ts +8 -0
- package/daemon/dist/domain/policies/types.d.ts.map +1 -1
- package/daemon/dist/domain/profile-resolver.d.ts +4 -0
- package/daemon/dist/domain/profile-resolver.d.ts.map +1 -1
- package/daemon/dist/domain/profile-resolver.js +58 -0
- package/daemon/dist/domain/profile-resolver.js.map +1 -1
- package/daemon/dist/domain/provider/provider-signals.d.ts +20 -1
- package/daemon/dist/domain/provider/provider-signals.d.ts.map +1 -1
- package/daemon/dist/domain/provider/provider-signals.js +64 -0
- package/daemon/dist/domain/provider/provider-signals.js.map +1 -1
- package/daemon/dist/domain/ps-projection.d.ts +7 -5
- package/daemon/dist/domain/ps-projection.d.ts.map +1 -1
- package/daemon/dist/domain/ps-projection.js +19 -32
- package/daemon/dist/domain/ps-projection.js.map +1 -1
- package/daemon/dist/domain/queue-pickup.d.ts.map +1 -1
- package/daemon/dist/domain/queue-pickup.js +5 -0
- package/daemon/dist/domain/queue-pickup.js.map +1 -1
- package/daemon/dist/domain/queue-repository.d.ts +55 -18
- package/daemon/dist/domain/queue-repository.d.ts.map +1 -1
- package/daemon/dist/domain/queue-repository.js +387 -83
- package/daemon/dist/domain/queue-repository.js.map +1 -1
- package/daemon/dist/domain/queue-retention.d.ts.map +1 -1
- package/daemon/dist/domain/queue-retention.js +8 -2
- package/daemon/dist/domain/queue-retention.js.map +1 -1
- package/daemon/dist/domain/queue-stuck-sweep.d.ts +24 -1
- package/daemon/dist/domain/queue-stuck-sweep.d.ts.map +1 -1
- package/daemon/dist/domain/queue-stuck-sweep.js +161 -24
- package/daemon/dist/domain/queue-stuck-sweep.js.map +1 -1
- package/daemon/dist/domain/queue-transition-log.d.ts +10 -0
- package/daemon/dist/domain/queue-transition-log.d.ts.map +1 -1
- package/daemon/dist/domain/queue-transition-log.js +49 -11
- package/daemon/dist/domain/queue-transition-log.js.map +1 -1
- package/daemon/dist/domain/queue-wake-ladder.d.ts +20 -2
- package/daemon/dist/domain/queue-wake-ladder.d.ts.map +1 -1
- package/daemon/dist/domain/queue-wake-ladder.js +187 -15
- package/daemon/dist/domain/queue-wake-ladder.js.map +1 -1
- package/daemon/dist/domain/queue-wake-repository.d.ts +16 -0
- package/daemon/dist/domain/queue-wake-repository.d.ts.map +1 -1
- package/daemon/dist/domain/queue-wake-repository.js +52 -3
- package/daemon/dist/domain/queue-wake-repository.js.map +1 -1
- package/daemon/dist/domain/restore-check-service.js +1 -1
- package/daemon/dist/domain/restore-check-service.js.map +1 -1
- package/daemon/dist/domain/restore-orchestrator.d.ts +2 -1
- package/daemon/dist/domain/restore-orchestrator.d.ts.map +1 -1
- package/daemon/dist/domain/restore-orchestrator.js +88 -15
- package/daemon/dist/domain/restore-orchestrator.js.map +1 -1
- package/daemon/dist/domain/restore-plan-preview.d.ts +6 -2
- package/daemon/dist/domain/restore-plan-preview.d.ts.map +1 -1
- package/daemon/dist/domain/restore-plan-preview.js +37 -19
- package/daemon/dist/domain/restore-plan-preview.js.map +1 -1
- package/daemon/dist/domain/rig-expansion-service.d.ts.map +1 -1
- package/daemon/dist/domain/rig-expansion-service.js +10 -9
- package/daemon/dist/domain/rig-expansion-service.js.map +1 -1
- package/daemon/dist/domain/rig-repository.d.ts +4 -0
- package/daemon/dist/domain/rig-repository.d.ts.map +1 -1
- package/daemon/dist/domain/rig-repository.js +21 -3
- 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 +74 -4
- package/daemon/dist/domain/rigspec-codec.js.map +1 -1
- package/daemon/dist/domain/rigspec-instantiator.d.ts +4 -0
- package/daemon/dist/domain/rigspec-instantiator.d.ts.map +1 -1
- package/daemon/dist/domain/rigspec-instantiator.js +14 -0
- package/daemon/dist/domain/rigspec-instantiator.js.map +1 -1
- package/daemon/dist/domain/rigspec-schema.d.ts.map +1 -1
- package/daemon/dist/domain/rigspec-schema.js +32 -4
- package/daemon/dist/domain/rigspec-schema.js.map +1 -1
- package/daemon/dist/domain/scope/node-file.d.ts +8 -0
- package/daemon/dist/domain/scope/node-file.d.ts.map +1 -1
- package/daemon/dist/domain/scope/node-file.js +18 -0
- package/daemon/dist/domain/scope/node-file.js.map +1 -1
- package/daemon/dist/domain/scope/scope-audit.d.ts +5 -2
- package/daemon/dist/domain/scope/scope-audit.d.ts.map +1 -1
- package/daemon/dist/domain/scope/scope-audit.js +3 -3
- package/daemon/dist/domain/scope/scope-audit.js.map +1 -1
- package/daemon/dist/domain/snapshot-capture.d.ts.map +1 -1
- package/daemon/dist/domain/snapshot-capture.js +6 -0
- package/daemon/dist/domain/snapshot-capture.js.map +1 -1
- package/daemon/dist/domain/types.d.ts +26 -4
- package/daemon/dist/domain/types.d.ts.map +1 -1
- package/daemon/dist/domain/types.js.map +1 -1
- package/daemon/dist/domain/view-projector.d.ts +5 -1
- package/daemon/dist/domain/view-projector.d.ts.map +1 -1
- package/daemon/dist/domain/view-projector.js +24 -0
- package/daemon/dist/domain/view-projector.js.map +1 -1
- package/daemon/dist/domain/watchdog-jobs-repository.d.ts +25 -6
- package/daemon/dist/domain/watchdog-jobs-repository.d.ts.map +1 -1
- package/daemon/dist/domain/watchdog-jobs-repository.js +115 -32
- package/daemon/dist/domain/watchdog-jobs-repository.js.map +1 -1
- package/daemon/dist/domain/watchdog-policy-engine.d.ts +40 -1
- package/daemon/dist/domain/watchdog-policy-engine.d.ts.map +1 -1
- package/daemon/dist/domain/watchdog-policy-engine.js +112 -6
- package/daemon/dist/domain/watchdog-policy-engine.js.map +1 -1
- package/daemon/dist/domain/watchdog-scheduler.d.ts.map +1 -1
- package/daemon/dist/domain/watchdog-scheduler.js +3 -2
- package/daemon/dist/domain/watchdog-scheduler.js.map +1 -1
- package/daemon/dist/domain/workspace/workspace-doctor.d.ts.map +1 -1
- package/daemon/dist/domain/workspace/workspace-doctor.js +2 -4
- package/daemon/dist/domain/workspace/workspace-doctor.js.map +1 -1
- package/daemon/dist/index.d.ts +9 -0
- package/daemon/dist/index.d.ts.map +1 -1
- package/daemon/dist/index.js +24 -1
- package/daemon/dist/index.js.map +1 -1
- package/daemon/dist/routes/agent-images.d.ts.map +1 -1
- package/daemon/dist/routes/agent-images.js +9 -0
- package/daemon/dist/routes/agent-images.js.map +1 -1
- package/daemon/dist/routes/bundles.d.ts.map +1 -1
- package/daemon/dist/routes/bundles.js +61 -1
- package/daemon/dist/routes/bundles.js.map +1 -1
- package/daemon/dist/routes/gateway.js +1 -1
- package/daemon/dist/routes/gateway.js.map +1 -1
- package/daemon/dist/routes/queue.d.ts.map +1 -1
- package/daemon/dist/routes/queue.js +22 -11
- package/daemon/dist/routes/queue.js.map +1 -1
- package/daemon/dist/routes/rigs.js +38 -2
- package/daemon/dist/routes/rigs.js.map +1 -1
- package/daemon/dist/routes/scope-audit.js +6 -6
- package/daemon/dist/routes/scope-audit.js.map +1 -1
- package/daemon/dist/routes/views.d.ts.map +1 -1
- package/daemon/dist/routes/views.js +4 -1
- package/daemon/dist/routes/views.js.map +1 -1
- package/daemon/dist/routes/watchdog.d.ts.map +1 -1
- package/daemon/dist/routes/watchdog.js +40 -3
- package/daemon/dist/routes/watchdog.js.map +1 -1
- package/daemon/dist/server.d.ts.map +1 -1
- package/daemon/dist/server.js +5 -0
- package/daemon/dist/server.js.map +1 -1
- package/daemon/dist/startup.d.ts.map +1 -1
- package/daemon/dist/startup.js +194 -5
- package/daemon/dist/startup.js.map +1 -1
- package/daemon/docs/reference/agent-spec.md +4 -4
- package/daemon/docs/reference/agent-state-taxonomy.md +8 -13
- package/daemon/docs/reference/chain-file-convention.md +2 -2
- package/daemon/docs/reference/knowledge-maturity.md +123 -0
- package/daemon/docs/reference/lore-routing.md +173 -0
- package/daemon/docs/reference/mission-install.md +194 -0
- package/daemon/docs/reference/planning-dial.md +55 -0
- package/daemon/docs/reference/product-management-pass.md +139 -0
- package/daemon/docs/reference/release-boundary.md +88 -0
- package/daemon/docs/reference/sdlc-conventions.md +42 -69
- package/daemon/docs/reference/wave-sdlc.md +113 -0
- package/daemon/policies/builtin/standard.policy.md +3 -3
- package/daemon/policies/builtin/yolo.policy.md +7 -2
- package/daemon/specs/agents/shared/skills/core/agent-startup-and-context-ingestion/SKILL.md +1 -1
- package/daemon/specs/agents/shared/skills/core/cross-host-rig-commands/SKILL.md +6 -13
- package/daemon/specs/agents/shared/skills/core/messaging-the-human/SKILL.md +98 -0
- package/daemon/specs/agents/shared/skills/core/openrig-skills/SKILL.md +118 -0
- package/daemon/specs/agents/shared/skills/core/openrig-upgrade/SKILL.md +19 -75
- package/daemon/specs/agents/shared/skills/core/watchdog/SKILL.md +4 -10
- package/daemon/specs/agents/shared/skills/pm/requirements-writer/SKILL.md +15 -21
- package/daemon/specs/agents/shared/skills/process/systematic-debugging/find-polluter.sh +0 -0
- package/daemon/specs/rigs/launch/kernel/agents/advisor/lead/guidance/role.md +2 -2
- package/daemon/specs/rigs/launch/kernel/agents/advisor/lead/startup/context.md +3 -3
- package/daemon/specs/rigs/launch/kernel/agents/operator/agent/guidance/role.md +3 -3
- package/daemon/specs/rigs/launch/kernel/agents/queue/worker/guidance/role.md +1 -1
- package/daemon/specs/rigs/launch/kernel/agents/queue/worker/startup/context.md +1 -1
- package/daemon/substance-surfaces.json +8 -0
- package/dist/build-info.js +3 -3
- package/dist/commands/broadcast.d.ts.map +1 -1
- package/dist/commands/broadcast.js +6 -1
- package/dist/commands/broadcast.js.map +1 -1
- package/dist/commands/capture.js +1 -1
- package/dist/commands/context.d.ts.map +1 -1
- package/dist/commands/context.js +12 -1
- package/dist/commands/context.js.map +1 -1
- package/dist/commands/expand.d.ts.map +1 -1
- package/dist/commands/expand.js +9 -13
- package/dist/commands/expand.js.map +1 -1
- package/dist/commands/ps.d.ts +4 -0
- package/dist/commands/ps.d.ts.map +1 -1
- package/dist/commands/ps.js +15 -7
- package/dist/commands/ps.js.map +1 -1
- package/dist/commands/scope.d.ts.map +1 -1
- package/dist/commands/scope.js +40 -11
- package/dist/commands/scope.js.map +1 -1
- package/dist/commands/send.d.ts +2 -0
- package/dist/commands/send.d.ts.map +1 -1
- package/dist/commands/send.js +24 -2
- package/dist/commands/send.js.map +1 -1
- package/dist/commands/slack.d.ts.map +1 -1
- package/dist/commands/slack.js +4 -2
- package/dist/commands/slack.js.map +1 -1
- package/dist/commands/view.d.ts.map +1 -1
- package/dist/commands/view.js +3 -0
- package/dist/commands/view.js.map +1 -1
- package/dist/commands/watchdog.d.ts.map +1 -1
- package/dist/commands/watchdog.js +64 -9
- package/dist/commands/watchdog.js.map +1 -1
- package/dist/cross-host-target.js +1 -1
- package/dist/cross-host-target.js.map +1 -1
- package/dist/host-registry.d.ts +2 -2
- package/dist/host-registry.js +2 -2
- package/dist/lib/scope/scope-audit.d.ts +4 -1
- package/dist/lib/scope/scope-audit.d.ts.map +1 -1
- package/dist/lib/scope/scope-audit.js +3 -3
- package/dist/lib/scope/scope-audit.js.map +1 -1
- package/dist/lib/scope/scope-fs.d.ts +8 -0
- package/dist/lib/scope/scope-fs.d.ts.map +1 -1
- package/dist/lib/scope/scope-fs.js +18 -0
- package/dist/lib/scope/scope-fs.js.map +1 -1
- package/dist/lib/scope-templates/backlog-deprecation.md +1 -1
- package/dist/lib/scope-templates/backlog-tech-debt.md +1 -1
- package/dist/lib/scope-templates/bug-fix.md +1 -1
- package/dist/lib/scope-templates/capability-delta.md +1 -0
- package/dist/lib/scope-templates/placeholder.md +1 -1
- package/dist/lib/scope-templates/release-feature.md +1 -1
- package/dist/lib/scope-templates/research.md +1 -1
- package/node_modules/@openrig/daemon/dist/build-info.js +3 -3
- package/node_modules/@openrig/daemon/dist/context-pack-taxonomy-surface.d.ts +2 -0
- package/node_modules/@openrig/daemon/dist/context-pack-taxonomy-surface.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/context-pack-taxonomy-surface.js +6 -0
- package/node_modules/@openrig/daemon/dist/context-pack-taxonomy-surface.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/db/all-migrations.d.ts +1 -1
- package/node_modules/@openrig/daemon/dist/db/all-migrations.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/db/all-migrations.js +8 -2
- package/node_modules/@openrig/daemon/dist/db/all-migrations.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/db/migrations/074_context_usage_watchdog.d.ts +4 -0
- package/node_modules/@openrig/daemon/dist/db/migrations/074_context_usage_watchdog.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/db/migrations/074_context_usage_watchdog.js +11 -0
- package/node_modules/@openrig/daemon/dist/db/migrations/074_context_usage_watchdog.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/db/migrations/075_context_usage_watchdog_generation.d.ts +4 -0
- package/node_modules/@openrig/daemon/dist/db/migrations/075_context_usage_watchdog_generation.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/db/migrations/075_context_usage_watchdog_generation.js +8 -0
- package/node_modules/@openrig/daemon/dist/db/migrations/075_context_usage_watchdog_generation.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/db/migrations/076_owner_notification_levels.d.ts +8 -0
- package/node_modules/@openrig/daemon/dist/db/migrations/076_owner_notification_levels.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/db/migrations/076_owner_notification_levels.js +15 -0
- package/node_modules/@openrig/daemon/dist/db/migrations/076_owner_notification_levels.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/active-occupant.d.ts +44 -0
- package/node_modules/@openrig/daemon/dist/domain/active-occupant.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/active-occupant.js +72 -0
- package/node_modules/@openrig/daemon/dist/domain/active-occupant.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/agent-manifest.d.ts +6 -0
- package/node_modules/@openrig/daemon/dist/domain/agent-manifest.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/agent-manifest.js +77 -15
- package/node_modules/@openrig/daemon/dist/domain/agent-manifest.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/agent-resolver.d.ts +11 -0
- package/node_modules/@openrig/daemon/dist/domain/agent-resolver.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/agent-resolver.js +55 -0
- package/node_modules/@openrig/daemon/dist/domain/agent-resolver.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/bundle-context-packs-router.d.ts +9 -2
- package/node_modules/@openrig/daemon/dist/domain/bundle-context-packs-router.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/bundle-context-packs-router.js +18 -0
- package/node_modules/@openrig/daemon/dist/domain/bundle-context-packs-router.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/claude-compaction-enforcer.d.ts +7 -0
- package/node_modules/@openrig/daemon/dist/domain/claude-compaction-enforcer.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/claude-compaction-enforcer.js +10 -0
- package/node_modules/@openrig/daemon/dist/domain/claude-compaction-enforcer.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/context-packs/context-pack-library-service.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/context-packs/context-pack-library-service.js +7 -0
- package/node_modules/@openrig/daemon/dist/domain/context-packs/context-pack-library-service.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/context-packs/context-pack-types.d.ts +11 -0
- package/node_modules/@openrig/daemon/dist/domain/context-packs/context-pack-types.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/context-packs/context-pack-types.js +11 -0
- package/node_modules/@openrig/daemon/dist/domain/context-packs/context-pack-types.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/context-packs/manifest-parser.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/context-packs/manifest-parser.js +13 -1
- package/node_modules/@openrig/daemon/dist/domain/context-packs/manifest-parser.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/continuity-policy-materializer.d.ts +88 -0
- package/node_modules/@openrig/daemon/dist/domain/continuity-policy-materializer.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/continuity-policy-materializer.js +290 -0
- package/node_modules/@openrig/daemon/dist/domain/continuity-policy-materializer.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/continuity-stack-packets.d.ts +65 -0
- package/node_modules/@openrig/daemon/dist/domain/continuity-stack-packets.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/continuity-stack-packets.js +99 -0
- package/node_modules/@openrig/daemon/dist/domain/continuity-stack-packets.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/execution-view.d.ts +39 -0
- package/node_modules/@openrig/daemon/dist/domain/execution-view.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/execution-view.js +707 -0
- package/node_modules/@openrig/daemon/dist/domain/execution-view.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/delivery-rules-engine.d.ts +60 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/delivery-rules-engine.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/delivery-rules-engine.js +144 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/delivery-rules-engine.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/destination-resolver.d.ts +20 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/destination-resolver.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/destination-resolver.js +52 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/destination-resolver.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/dispatcher.d.ts +3 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/dispatcher.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/dispatcher.js +9 -2
- package/node_modules/@openrig/daemon/dist/domain/gateway/dispatcher.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/gateway-subsystem.d.ts +6 -2
- package/node_modules/@openrig/daemon/dist/domain/gateway/gateway-subsystem.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/gateway-subsystem.js +5 -3
- package/node_modules/@openrig/daemon/dist/domain/gateway/gateway-subsystem.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/human-registry.d.ts +9 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/human-registry.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/human-registry.js +32 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/human-registry.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/operator-delivery-engine.d.ts +32 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/operator-delivery-engine.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/operator-delivery-engine.js +86 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/operator-delivery-engine.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/config.d.ts +3 -2
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/config.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/config.js +20 -4
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/config.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/inbound.d.ts +34 -6
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/inbound.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/inbound.js +60 -9
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/inbound.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/outbound-driver.d.ts +3 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/outbound-driver.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/outbound-driver.js +12 -5
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/outbound-driver.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/queue-access.d.ts +10 -5
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/queue-access.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/queue-access.js +46 -19
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/queue-access.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/slack-api.d.ts +29 -6
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/slack-api.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/slack-api.js +41 -3
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/slack-api.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/slack-delivery.d.ts +9 -3
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/slack-delivery.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/slack-delivery.js +132 -12
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/slack-delivery.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/slack-subsystem.d.ts +10 -0
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/slack-subsystem.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/slack-subsystem.js +286 -11
- package/node_modules/@openrig/daemon/dist/domain/gateway/slack/slack-subsystem.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/graph-projection.d.ts +6 -0
- package/node_modules/@openrig/daemon/dist/domain/graph-projection.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/graph-projection.js +6 -0
- package/node_modules/@openrig/daemon/dist/domain/graph-projection.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/mission-control/mission-control-write-contract.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/mission-control/mission-control-write-contract.js +1 -0
- package/node_modules/@openrig/daemon/dist/domain/mission-control/mission-control-write-contract.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/node-inventory.d.ts +41 -3
- package/node_modules/@openrig/daemon/dist/domain/node-inventory.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/node-inventory.js +45 -48
- package/node_modules/@openrig/daemon/dist/domain/node-inventory.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/parked-query.d.ts +1 -0
- package/node_modules/@openrig/daemon/dist/domain/parked-query.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/parked-query.js +1 -0
- package/node_modules/@openrig/daemon/dist/domain/parked-query.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/pod-bundle-assembler.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/pod-bundle-assembler.js +12 -5
- package/node_modules/@openrig/daemon/dist/domain/pod-bundle-assembler.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/policies/context-usage-threshold.d.ts +7 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/context-usage-threshold.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/context-usage-threshold.js +99 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/context-usage-threshold.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/delivery-deferral.d.ts +54 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/delivery-deferral.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/delivery-deferral.js +153 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/delivery-deferral.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/delivery-digest-flush.d.ts +45 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/delivery-digest-flush.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/delivery-digest-flush.js +94 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/delivery-digest-flush.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/parked-owner-consumer.d.ts +65 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/parked-owner-consumer.d.ts.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/parked-owner-consumer.js +244 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/parked-owner-consumer.js.map +1 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/types.d.ts +8 -0
- package/node_modules/@openrig/daemon/dist/domain/policies/types.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/profile-resolver.d.ts +4 -0
- package/node_modules/@openrig/daemon/dist/domain/profile-resolver.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/profile-resolver.js +58 -0
- package/node_modules/@openrig/daemon/dist/domain/profile-resolver.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/provider/provider-signals.d.ts +20 -1
- package/node_modules/@openrig/daemon/dist/domain/provider/provider-signals.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/provider/provider-signals.js +64 -0
- package/node_modules/@openrig/daemon/dist/domain/provider/provider-signals.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/ps-projection.d.ts +7 -5
- package/node_modules/@openrig/daemon/dist/domain/ps-projection.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/ps-projection.js +19 -32
- package/node_modules/@openrig/daemon/dist/domain/ps-projection.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-pickup.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-pickup.js +5 -0
- package/node_modules/@openrig/daemon/dist/domain/queue-pickup.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-repository.d.ts +55 -18
- package/node_modules/@openrig/daemon/dist/domain/queue-repository.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-repository.js +387 -83
- package/node_modules/@openrig/daemon/dist/domain/queue-repository.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-retention.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-retention.js +8 -2
- package/node_modules/@openrig/daemon/dist/domain/queue-retention.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-stuck-sweep.d.ts +24 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-stuck-sweep.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-stuck-sweep.js +161 -24
- package/node_modules/@openrig/daemon/dist/domain/queue-stuck-sweep.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-transition-log.d.ts +10 -0
- package/node_modules/@openrig/daemon/dist/domain/queue-transition-log.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-transition-log.js +49 -11
- package/node_modules/@openrig/daemon/dist/domain/queue-transition-log.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-wake-ladder.d.ts +20 -2
- package/node_modules/@openrig/daemon/dist/domain/queue-wake-ladder.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-wake-ladder.js +187 -15
- package/node_modules/@openrig/daemon/dist/domain/queue-wake-ladder.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-wake-repository.d.ts +16 -0
- package/node_modules/@openrig/daemon/dist/domain/queue-wake-repository.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/queue-wake-repository.js +52 -3
- package/node_modules/@openrig/daemon/dist/domain/queue-wake-repository.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/restore-check-service.js +1 -1
- package/node_modules/@openrig/daemon/dist/domain/restore-check-service.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/restore-orchestrator.d.ts +2 -1
- package/node_modules/@openrig/daemon/dist/domain/restore-orchestrator.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/restore-orchestrator.js +88 -15
- package/node_modules/@openrig/daemon/dist/domain/restore-orchestrator.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/restore-plan-preview.d.ts +6 -2
- package/node_modules/@openrig/daemon/dist/domain/restore-plan-preview.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/restore-plan-preview.js +37 -19
- package/node_modules/@openrig/daemon/dist/domain/restore-plan-preview.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rig-expansion-service.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rig-expansion-service.js +10 -9
- package/node_modules/@openrig/daemon/dist/domain/rig-expansion-service.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rig-repository.d.ts +4 -0
- package/node_modules/@openrig/daemon/dist/domain/rig-repository.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rig-repository.js +21 -3
- package/node_modules/@openrig/daemon/dist/domain/rig-repository.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rigspec-codec.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rigspec-codec.js +74 -4
- package/node_modules/@openrig/daemon/dist/domain/rigspec-codec.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rigspec-instantiator.d.ts +4 -0
- package/node_modules/@openrig/daemon/dist/domain/rigspec-instantiator.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rigspec-instantiator.js +14 -0
- package/node_modules/@openrig/daemon/dist/domain/rigspec-instantiator.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rigspec-schema.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/rigspec-schema.js +32 -4
- package/node_modules/@openrig/daemon/dist/domain/rigspec-schema.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/scope/node-file.d.ts +8 -0
- package/node_modules/@openrig/daemon/dist/domain/scope/node-file.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/scope/node-file.js +18 -0
- package/node_modules/@openrig/daemon/dist/domain/scope/node-file.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/scope/scope-audit.d.ts +5 -2
- package/node_modules/@openrig/daemon/dist/domain/scope/scope-audit.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/scope/scope-audit.js +3 -3
- package/node_modules/@openrig/daemon/dist/domain/scope/scope-audit.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/snapshot-capture.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/snapshot-capture.js +6 -0
- package/node_modules/@openrig/daemon/dist/domain/snapshot-capture.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/types.d.ts +26 -4
- package/node_modules/@openrig/daemon/dist/domain/types.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/types.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/view-projector.d.ts +5 -1
- package/node_modules/@openrig/daemon/dist/domain/view-projector.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/view-projector.js +24 -0
- package/node_modules/@openrig/daemon/dist/domain/view-projector.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/watchdog-jobs-repository.d.ts +25 -6
- package/node_modules/@openrig/daemon/dist/domain/watchdog-jobs-repository.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/watchdog-jobs-repository.js +115 -32
- package/node_modules/@openrig/daemon/dist/domain/watchdog-jobs-repository.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/watchdog-policy-engine.d.ts +40 -1
- package/node_modules/@openrig/daemon/dist/domain/watchdog-policy-engine.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/watchdog-policy-engine.js +112 -6
- package/node_modules/@openrig/daemon/dist/domain/watchdog-policy-engine.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/watchdog-scheduler.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/watchdog-scheduler.js +3 -2
- package/node_modules/@openrig/daemon/dist/domain/watchdog-scheduler.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/workspace/workspace-doctor.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/domain/workspace/workspace-doctor.js +2 -4
- package/node_modules/@openrig/daemon/dist/domain/workspace/workspace-doctor.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/index.d.ts +9 -0
- package/node_modules/@openrig/daemon/dist/index.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/index.js +24 -1
- package/node_modules/@openrig/daemon/dist/index.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/agent-images.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/agent-images.js +9 -0
- package/node_modules/@openrig/daemon/dist/routes/agent-images.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/bundles.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/bundles.js +61 -1
- package/node_modules/@openrig/daemon/dist/routes/bundles.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/gateway.js +1 -1
- package/node_modules/@openrig/daemon/dist/routes/gateway.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/queue.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/queue.js +22 -11
- package/node_modules/@openrig/daemon/dist/routes/queue.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/rigs.js +38 -2
- package/node_modules/@openrig/daemon/dist/routes/rigs.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/scope-audit.js +6 -6
- package/node_modules/@openrig/daemon/dist/routes/scope-audit.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/views.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/views.js +4 -1
- package/node_modules/@openrig/daemon/dist/routes/views.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/watchdog.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/routes/watchdog.js +40 -3
- package/node_modules/@openrig/daemon/dist/routes/watchdog.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/server.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/server.js +5 -0
- package/node_modules/@openrig/daemon/dist/server.js.map +1 -1
- package/node_modules/@openrig/daemon/dist/startup.d.ts.map +1 -1
- package/node_modules/@openrig/daemon/dist/startup.js +194 -5
- package/node_modules/@openrig/daemon/dist/startup.js.map +1 -1
- package/node_modules/@openrig/daemon/package.json +5 -1
- package/package.json +1 -1
- package/tui/dist/demo-data.js +2 -2
- package/tui/dist/demo-data.js.map +1 -1
- package/daemon/assets/plugins/openrig-core/skills/openrig-operating-model/CHANGELOG.md +0 -92
- package/daemon/assets/plugins/openrig-core/skills/openrig-operating-model/REVISION-GUIDE.md +0 -34
- package/daemon/assets/plugins/openrig-core/skills/openrig-operating-model/ROADMAP.md +0 -23
- package/daemon/assets/plugins/openrig-core/skills/openrig-operating-model/ROLLOUT.md +0 -234
- package/daemon/context-packs/skills/core/attention-queue/SKILL.md +0 -264
- package/daemon/context-packs/skills/core/attention-queue/manifest.yaml +0 -9
- package/daemon/specs/agents/shared/skills/core/attention-queue/SKILL.md +0 -264
|
@@ -1,234 +0,0 @@
|
|
|
1
|
-
# ROLLOUT — adopting the Operating Model on a live fleet
|
|
2
|
-
|
|
3
|
-
This file is deliberately verbose. It is the adoption plan, the interim
|
|
4
|
-
practices, and the reasoning — everything time-bound that does NOT belong in
|
|
5
|
-
SKILL.md (which teaches the model itself, timelessly).
|
|
6
|
-
|
|
7
|
-
## Why a rollout plan exists at all
|
|
8
|
-
|
|
9
|
-
This model was designed after a measured failure: several consecutive
|
|
10
|
-
generations of critical seats onboarded through handover documents alone and
|
|
11
|
-
each lost most of the operational knowledge of its predecessor — without
|
|
12
|
-
knowing it (the Dunning-Kruger shape: the loss is invisible from inside).
|
|
13
|
-
The fleet also has real rate limits: fifty seats reading a large skill
|
|
14
|
-
simultaneously is a provider incident, not a rollout. Both facts shape
|
|
15
|
-
everything below.
|
|
16
|
-
|
|
17
|
-
## The three pieces
|
|
18
|
-
|
|
19
|
-
1. **The markdown** — files must exist before anyone can walk them.
|
|
20
|
-
2. **The rolling upgrade** — seats adopt in small waves, top-down.
|
|
21
|
-
3. **The enforcement floor** — watchdog-fired due-checks keep the trace habit
|
|
22
|
-
alive without any new product code.
|
|
23
|
-
|
|
24
|
-
## Piece 1 — the markdown layer (create/rename/map; migrate nothing finished)
|
|
25
|
-
|
|
26
|
-
- **Rule zero: no migration of finished work.** Completed missions, closed
|
|
27
|
-
specs, historical notes stay untouched forever. The model starts with work
|
|
28
|
-
IN FLIGHT and everything new.
|
|
29
|
-
- **Renames:** the old `STEERING.md` files become `INTENT.md` (same content,
|
|
30
|
-
new name — "steering" predated the fleet's settled use of the word intent).
|
|
31
|
-
Leave a one-line pointer file at the old name for one transition period.
|
|
32
|
-
The frozen drift-correction spec (0.5.4) refers to the steering substrate;
|
|
33
|
-
its owner amends the naming there (see ROADMAP.md).
|
|
34
|
-
- **Mappings, not moves:** today's standalone slice PRD IS the slice-level
|
|
35
|
-
`SPEC.md`, as-is, no edits. `MISSION_NOTES.md` keeps serving every mission
|
|
36
|
-
that already uses it; new missions start with `NOTES.md`.
|
|
37
|
-
- **Creation:** `scripts/scaffold.sh` places missing chain files as UNSEEDED
|
|
38
|
-
templates. It never overwrites, never deletes.
|
|
39
|
-
- **Topology-tree root, RULED (pm-lead wave-1 review, 2026-08-10):** the
|
|
40
|
-
canonical on-disk root for topology chain files is the existing rig home —
|
|
41
|
-
`shared-docs/rigs/<rig>/` — so a seat's files live at
|
|
42
|
-
`shared-docs/rigs/<rig>/seats/<seat>/`. That shelf already holds each rig's
|
|
43
|
-
`rig.yaml`, rig-level `CULTURE.md`, and `state/`, so the chain composes with
|
|
44
|
-
what exists instead of minting a parallel tree. Seat instances never live
|
|
45
|
-
inside this skill's directory (the skill is distribution canon, not runtime
|
|
46
|
-
state; the two early seeds that diverged were reconciled here: pm-openrig's
|
|
47
|
-
provisional placement confirmed, pm-lead's moved to match).
|
|
48
|
-
- **Seat files:** created by scaffold, but their CONTENT is seeded only by the
|
|
49
|
-
protocol below — never mass-produced.
|
|
50
|
-
|
|
51
|
-
## Piece 2 — the rolling upgrade
|
|
52
|
-
|
|
53
|
-
**Wave order and why:** those who review others must hold the model first.
|
|
54
|
-
|
|
55
|
-
- **Wave 1 — coordinators:** the PMs, the operator agent, the oversight lead,
|
|
56
|
-
rig orchestrators. Small group, immediately; they will be reviewing every
|
|
57
|
-
later seed.
|
|
58
|
-
- **Wave 2 — the priority rig.** (At the time of writing: the build VM — the
|
|
59
|
-
current unblock focus.) Its orchestrator paces its own seats: a few at a
|
|
60
|
-
time, as their work allows, never all at once.
|
|
61
|
-
- **Wave 3 — the next rig.** (At the time of writing: the studio rig.)
|
|
62
|
-
- **Wave 4 — everyone else, on contact:** a seat reads the skill the first
|
|
63
|
-
time work reaches it under the model. No seat is interrupted just to read.
|
|
64
|
-
|
|
65
|
-
**Pacing law:** waves are small and self-paced BY DESIGN — this is a
|
|
66
|
-
rate-limit safety rule, not a preference. An orchestrator rolling its rig
|
|
67
|
-
staggers reads. If a wave would put more than a handful of seats into
|
|
68
|
-
simultaneous heavy reading, split the wave.
|
|
69
|
-
|
|
70
|
-
**The adoption receipt is the seed.** A seat has adopted when its
|
|
71
|
-
`LEARNED.md` v1 exists, written BY THAT SEAT in its own words (distilled from
|
|
72
|
-
whatever records it has — handover documents, its runtime memory, its queue
|
|
73
|
-
history), and reviewed by its orchestrator or PM. Reading without seeding is
|
|
74
|
-
not adoption; there is deliberately no other receipt to fake.
|
|
75
|
-
|
|
76
|
-
**Seeding doubles as the capability audit.** A seat that cannot write its own
|
|
77
|
-
MY JOB HERE section has just revealed precisely what its handover lineage
|
|
78
|
-
lost. That discovery is a SUCCESS of the rollout, not a failure — it converts
|
|
79
|
-
an invisible capability gap into a named, fixable one. Orchestrators: when a
|
|
80
|
-
seed comes back thin or confused, that seat needs re-onboarding against its
|
|
81
|
-
SOP, not a rewrite of its seed by someone else.
|
|
82
|
-
|
|
83
|
-
**Hierarchy-seeded exceptions:** empty seats, broken seats, and seats being
|
|
84
|
-
re-staffed get their files written by whoever is responsible for them, with
|
|
85
|
-
those lines marked as written-for-the-instance. The next real occupant
|
|
86
|
-
rewrites them in its own words as a first act.
|
|
87
|
-
|
|
88
|
-
## Piece 3 — the enforcement floor (no product code required)
|
|
89
|
-
|
|
90
|
-
Register a watchdog (or any scheduler) per adopted seat that fires
|
|
91
|
-
`scripts/trace-due.sh` on a modest cadence. The script no-ops silently unless
|
|
92
|
-
enough has actually changed since the seat's last trace, so the schedule can
|
|
93
|
-
be dumb while the action stays evidence-gated. When it reports DUE, the seat
|
|
94
|
-
runs the trace per SKILL.md §5 and stamps (`scripts/trace-stamp.sh`).
|
|
95
|
-
Schedulers, files, and two tiny scripts — that is the entire interim
|
|
96
|
-
enforcement system, and it degrades gracefully: if every scheduler dies, the
|
|
97
|
-
model still works, just without reminders.
|
|
98
|
-
|
|
99
|
-
## The dual-home interim (skills are NOT drained yet)
|
|
100
|
-
|
|
101
|
-
Much altitude-specific knowledge currently lives in the skill layer (pod
|
|
102
|
-
handbooks, seat SOPs, fleet doctrine) because the skill layer was the only
|
|
103
|
-
durable shelf that existed. The placement rule says that knowledge belongs in
|
|
104
|
-
the trees — AND the drain does not happen now. During rollout:
|
|
105
|
-
|
|
106
|
-
- existing skills remain exactly where they are and remain authoritative;
|
|
107
|
-
- the new tree files are built USING them as reference material;
|
|
108
|
-
- the same knowledge deliberately lives in both places for a while;
|
|
109
|
-
- the drain happens later, deliberately, when the unified skill registry
|
|
110
|
-
lands (see ROADMAP.md) — never as a side effect of the rollout.
|
|
111
|
-
|
|
112
|
-
## SOP authoring plan (owner-approved 2026-08-10; product team owns)
|
|
113
|
-
|
|
114
|
-
**Composition (owner-ruled 2026-08-10):** pod SOP = the general layer ·
|
|
115
|
-
seat SOP = a TYPE fragment, shared/projected across same-type seats (byte-
|
|
116
|
-
identical; occupant edits go to LEARNED, never the fragment; divergence is a
|
|
117
|
-
parity scream) · LEARNED = the lived instance. Fragments are authored per TYPE
|
|
118
|
-
(roughly ten fleet-wide), never per seat.
|
|
119
|
-
|
|
120
|
-
**Round 1 — type fragments, by the three-hands pattern:**
|
|
121
|
-
1. *Incumbents* of the type dump raw seat-truth to a `SOP-STASH-raw.md`
|
|
122
|
-
(facts as learned, not doctrine), including a **drift-check line**: which
|
|
123
|
-
skills they actually consult vs what their `agent.yaml` declares.
|
|
124
|
-
2. *A fresh one-shot author* (single-purpose agent, no continuity required —
|
|
125
|
-
all state lives in files, so the step is robust to handover/compaction
|
|
126
|
-
failures) distills the fragment from a **named reading list**, pinned at
|
|
127
|
-
dispatch with an existence check on every path:
|
|
128
|
-
exemplar fragments (the accepted product-manager fragment + the PM pod
|
|
129
|
-
layer) → the seat's `agents/<role>/agent.yaml` (its `uses.skills` list IS
|
|
130
|
-
the derived canon list) + `guidance/role.md` (the fragment's direct
|
|
131
|
-
ancestor — read AGE-STAMPED; where it disagrees with the STASH, record
|
|
132
|
-
drift, don't resolve) → the 2–4 declared team/role skills →
|
|
133
|
-
`state/onboarding/` material and ADRs where the rig has them → the STASH.
|
|
134
|
-
Constraints inline: ~1 page · type-level only (instance→LEARNED candidates,
|
|
135
|
-
rig-wide→pod/rig layer — the author routes, never dumps) · `Sources:` line ·
|
|
136
|
-
flag gaps, never invent.
|
|
137
|
-
3. *Type occupants verify* ("does this describe my job?") and the rig
|
|
138
|
-
orchestrator/PM holds the coherence + placement review.
|
|
139
|
-
**Criterion upgrade (from the wave-1 outside-lineage cold read, 2026-08-11):**
|
|
140
|
-
beyond voice/duties/scars/gaps, review for **SELF-CONSISTENCY** — does the
|
|
141
|
-
file obey its own stated rules? (the wave-1 misses were all files breaking
|
|
142
|
-
their own rule: cached doctrine beside a read-at-source rule; a volatile
|
|
143
|
-
snapshot beside a presence-check rule; an expiry with no trigger beside a
|
|
144
|
-
remembered-follow-up-is-not-a-mechanism rule) — and **POST-SEED ALIVENESS**:
|
|
145
|
-
a one-sitting seed legitimately wears the dated-ledger form, but reviewers
|
|
146
|
-
re-read at ~+2 weeks; a LEARNED that never gains a post-seed entry is a
|
|
147
|
-
monument, not a rail.
|
|
148
|
-
Old artifacts (role.md, agent.yaml, team skills) stay exactly where they
|
|
149
|
-
are and stay authoritative — dual-home until the deliberate drain.
|
|
150
|
-
Order: wave-2 build-VM types first, then oversight, kernel/ops, studio.
|
|
151
|
-
skills-architect spends ZERO tokens now (context-constrained + handover in
|
|
152
|
-
process); their batched consistency pass rides the 0.6 registry drain.
|
|
153
|
-
|
|
154
|
-
**Binding inputs registered for round-1 fragments** (owner-flagged content
|
|
155
|
-
that MUST land in the named fragment; a draft missing its binding input fails
|
|
156
|
-
review — this list is read at every one-shot dispatch and at every review):
|
|
157
|
-
- **DRIVER type (build VM)** — owner recurrence flag 2026-08-10 (~100th
|
|
158
|
-
correction, zero uptake while it lived only in chat): on the VM, the DEFAULT
|
|
159
|
-
for a runtime defect is the **inner loop** — ground → fix → upgrade the
|
|
160
|
-
daemon in place → test with your own eyes → iterate; ship-rigor once at the
|
|
161
|
-
end; rollback only for a VM that cannot work. The conveyor is not the
|
|
162
|
-
default for a one-mechanism defect.
|
|
163
|
-
- **ORCHESTRATOR type (build VM)** — same flag: before routing any defect
|
|
164
|
-
into the conveyor, ask first whether ONE grounded agent with its own
|
|
165
|
-
feedback loop can fix and verify it in place. Conveyor only for what ships
|
|
166
|
-
beyond the VM or touches locked contracts.
|
|
167
|
-
- **THE CHOOSER (owner root diagnosis, same conversation, addendum 2026-08-11):**
|
|
168
|
-
the incoherence under the recurrence is that every task gets the identical
|
|
169
|
-
SDLC regardless of shape. Carried as ONE principle, not a rubric: **default =
|
|
170
|
-
the lightest thing that could work** (one agent, own judgment, own feedback
|
|
171
|
-
loop); the conveyor must be EARNED by a stated one-line reason (ships beyond
|
|
172
|
-
VM / public / locked contract / security boundary / multi-hand scope); no
|
|
173
|
-
reason line = light path. The orchestrator fragment carries the triage
|
|
174
|
-
question; the driver fragment carries the inner loop. Deliberately NOT a
|
|
175
|
-
classification taxonomy — a taxonomy would be new ceremony.
|
|
176
|
-
- **SHARPER FORM (orch-advisor's self-seeded fold — use this shape):**
|
|
177
|
-
(1) SCAR-vs-LAW — a lesson stated only negatively teaches fear of one
|
|
178
|
-
mistake, and occupants drift back UP because ceremony always FEELS like
|
|
179
|
-
rigor at zero visible cost; the fragment must state the POSITIVE default
|
|
180
|
-
(light; conveyor earns entry with a reason line) because that is what makes
|
|
181
|
-
the choice decidable. (2) THE COROLLARY — a tier chosen correctly once does
|
|
182
|
-
not stay correct; the tier is a function of the atom, not a property the
|
|
183
|
-
atom keeps; RE-CHOOSE whenever the surface changes (specimen: P18 judged
|
|
184
|
-
conveyor-worthy with a config surface, descoped to mostly-deletion, old
|
|
185
|
-
tier = ceremony inherited by momentum). Both belong in the ORCHESTRATOR
|
|
186
|
-
fragment, verbatim-substance.
|
|
187
|
-
- **ALL-TYPES binding input (triple-confirmed 2026-08-11: dev50-driver ×4 in
|
|
188
|
-
one night, orch-advisor ×3, pm-openrig desk ×2): THE SCOPED-READ LAW —
|
|
189
|
-
"a scoped read that does not name its scope manufactures a false absence."**
|
|
190
|
-
Every list/show/ps/send resolves against SOME scope (rig, daemon, host,
|
|
191
|
-
registry, filter); a negative result is only evidence within the named
|
|
192
|
-
scope. Every seat-type fragment carries this; reviewers enforce it like the
|
|
193
|
-
chooser.
|
|
194
|
-
(Companion folds already in flight at the implicated seats' LEARNED files:
|
|
195
|
-
product planning done; operator a947ed35 and advisor 1f89e5d6 owner-directed.)
|
|
196
|
-
|
|
197
|
-
**Round 2 — ontology backfill per seat, pod, and rig (owner-directed
|
|
198
|
-
2026-08-10):** after a node's SOP/LEARNED pair exists, one deliberate
|
|
199
|
-
audit pass folds the rest of its scattered wisdom into the walkable layer:
|
|
200
|
-
- **Claude memory files** (`~/.claude/projects/*/memory/` per seat) — tribal
|
|
201
|
-
wisdom that is written but almost never re-read (the "learning banked, then
|
|
202
|
-
never consulted again" failure mode this model exists to kill). Each memory
|
|
203
|
-
item either folds into LEARNED/SOP at its altitude or is explicitly
|
|
204
|
-
left as session-scoped; LEARNED folds are executed by the seat itself
|
|
205
|
-
(self-seeded law), playbook-layer folds by the fragment's owner.
|
|
206
|
-
- **openrig-work core** — doctrines, `conventions/`, and skills content that
|
|
207
|
-
is really seat/pod/rig practice — same routing, same dual-home rule:
|
|
208
|
-
originals stay in place and authoritative; the trees gain the walkable copy;
|
|
209
|
-
the drain stays a later deliberate act.
|
|
210
|
-
|
|
211
|
-
## Current status (update this section as waves complete)
|
|
212
|
-
|
|
213
|
-
- Design locked by the owner: 2026-08-09.
|
|
214
|
-
- Skill authored (sole-context authorship) and projected on the primary host:
|
|
215
|
-
2026-08-09. VM projection: operator's leg, with wave 2.
|
|
216
|
-
- Wave 1 COMPLETE 2026-08-10: all five coordinator seats seeded + reviewed
|
|
217
|
-
(pm-openrig, pm-lead, watch-lead, pm-studiobox, operator-agent). Wave 2
|
|
218
|
-
(build VM) released the same day; its orchestrator paces.
|
|
219
|
-
- First SOPs exist: PM pod layer + product-manager type fragment
|
|
220
|
-
(projected to both product-PM seats) + program-manager type fragment.
|
|
221
|
-
- STEERING→INTENT rename: openrig-platform done (owner) · factory anchor +
|
|
222
|
-
openrig-work root done 2026-08-10 (pointers at old names) · studio-boxes =
|
|
223
|
-
pm-studiobox's to execute · idea-ledger-gstack pending its owner.
|
|
224
|
-
- The factory is unparked (wave-1 adoption complete).
|
|
225
|
-
- NAMING RULED (owner, 2026-08-11): PLAYBOOK.md -> **SOP.md** fleet-wide
|
|
226
|
-
(names are prompts; SOP = the consult-and-follow trigger, factory-native).
|
|
227
|
-
All seven existing files renamed with one-transition pointers at old names;
|
|
228
|
-
LEARNED keeps its name (it is the maturity PIPELINE, and the low-friction
|
|
229
|
-
write-prompt is load-bearing). Projection recipes are **maps** (codemaps,
|
|
230
|
-
the name's prior holder, retire into this system). The corpus/canon
|
|
231
|
-
distribution program = skill **openrig-corpus-canon** (design of record:
|
|
232
|
-
product/DESIGN-context-distribution-2026-08-10.html); round-2's
|
|
233
|
-
hand-fold-canon leg is SUPERSEDED by it — round-2's lived-side leg
|
|
234
|
-
(claude-memory -> LEARNED, seat-executed) continues unchanged.
|
|
@@ -1,264 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: attention-queue
|
|
3
|
-
description: Coordination primitive for OpenRig. Per-agent queue files tracking in-flight work with explicit state transitions + handoff semantics + cross-agent composition. Prevents memory-loss drops; surfaces stalls mechanically; closes the feedback loop on handed-off work. Applied liberally by every agent on every kernel-supervised rig; composed views serve human attention, orch pod-load, rig pending-work.
|
|
4
|
-
status: L4-insight
|
|
5
|
-
authored-by: advisor-peer-observer@your-rig
|
|
6
|
-
date: 2026-04-13
|
|
7
|
-
cited-captures:
|
|
8
|
-
- improvements-inbox.md 2026-04-13T12:54:50Z — broadcast primitive RSI (same batching-by-theme cluster)
|
|
9
|
-
- Mission 4 cmux stall (2026-04-13 midday) — packet-design + queue-for-cross-rig coordination
|
|
10
|
-
metadata:
|
|
11
|
-
cli_surfaces_referenced:
|
|
12
|
-
- chatroom
|
|
13
|
-
- send
|
|
14
|
-
openrig:
|
|
15
|
-
stage: factory-approved
|
|
16
|
-
sibling_skills:
|
|
17
|
-
- queue-handoff
|
|
18
|
-
- workflow-runtime
|
|
19
|
-
- watchdog
|
|
20
|
-
- refocus
|
|
21
|
-
- looping-workflows
|
|
22
|
-
- intake-routing
|
|
23
|
-
- human-in-the-loop
|
|
24
|
-
- dispatching-parallel-agents
|
|
25
|
-
- subagent-driven-development
|
|
26
|
-
- control-plane-capabilities
|
|
27
|
-
- status-not-chat-orchestrator
|
|
28
|
-
- control-plane-queue
|
|
29
|
-
- control-plane-watchdog
|
|
30
|
-
- control-plane-workflows
|
|
31
|
-
- control-plane-delivery-loop
|
|
32
|
-
- control-plane-rollout-manager
|
|
33
|
-
---
|
|
34
|
-
|
|
35
|
-
# Attention queue
|
|
36
|
-
|
|
37
|
-
Use this skill when coordinating work that must survive compaction, cross-agent handoffs, or multi-hour stall detection. Applies when you'd otherwise narrate status to chat or rely on memory for pending items.
|
|
38
|
-
|
|
39
|
-
## Live protocol override
|
|
40
|
-
|
|
41
|
-
Current live routing protocol:
|
|
42
|
-
|
|
43
|
-
- **Known target / explicit owner that should wake now**: `rigx queue handoff <destination> "<body>" --type handoff --urgency soon`
|
|
44
|
-
- **Passive durable assignment without wake-up**: `rigx queue create <destination> "<body>" --type handoff --urgency soon`
|
|
45
|
-
- **Ambiguous or raw intake**: `rigx stream emit "<body>" ...`
|
|
46
|
-
- **Direct dialogue / urgent 1:1 conversation**: `rig send ...`
|
|
47
|
-
- **Summoned 3+ party roundtable**: `rig chatroom ...`
|
|
48
|
-
|
|
49
|
-
Do not cargo-cult the earlier "stream everything with `--destination`" prototype shape into the
|
|
50
|
-
live control-plane. Stream is now the ambiguous-intake lane, not the universal lane.
|
|
51
|
-
|
|
52
|
-
## Core shape (minimum-viable discipline)
|
|
53
|
-
|
|
54
|
-
1. **Author a queue file at** `substrate/shared-docs/rigs/<your-rig>/state/<your-pod>/<your-member>.queue.md`. Same per-pod directory as your session log.
|
|
55
|
-
2. **Every known-target hot-potato work handoff** should arrive via `rigx queue handoff`, not via `rig send`. Use `rigx queue create` only when you intentionally want a passive durable item without wake-up.
|
|
56
|
-
3. **State transitions** (start → promote; finish → complete; stuck → block; hand off → handoff; completed handed-off work notifies source → handoff-complete) are appended to the entry body with timestamp. Never in-place rewrites.
|
|
57
|
-
4. **Cross-rig reads permitted; cross-rig writes forbidden.** Pod-as-authority-boundary doctrine.
|
|
58
|
-
|
|
59
|
-
### Live command surface note
|
|
60
|
-
|
|
61
|
-
When the queue control-plane wrapper is installed, treat queue identity as command-resolved, not
|
|
62
|
-
seat-name-guessed:
|
|
63
|
-
|
|
64
|
-
- `rigx queue whoami` resolves the durable queue that belongs to your current seat
|
|
65
|
-
- `rigx queue list --mine` shows your queue without guessing from member name
|
|
66
|
-
|
|
67
|
-
This matters for continuity successors such as `lead2` or `lead5`, which may intentionally share
|
|
68
|
-
the canonical `lead.queue.md` file instead of owning a separate `lead2.queue.md` or `lead5.queue.md`.
|
|
69
|
-
|
|
70
|
-
Known-target direct handoff on the live wrapper:
|
|
71
|
-
|
|
72
|
-
```bash
|
|
73
|
-
rigx queue handoff orch-lead5@your-rig "Need PM shaping on queue attention loop" --type handoff --urgency soon
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
Passive durable write without wake-up:
|
|
77
|
-
|
|
78
|
-
```bash
|
|
79
|
-
rigx queue create orch-lead5@your-rig "Need PM shaping on queue attention loop" --type handoff --urgency soon
|
|
80
|
-
```
|
|
81
|
-
|
|
82
|
-
## Six operations
|
|
83
|
-
|
|
84
|
-
| Op | Effect |
|
|
85
|
-
|---|---|
|
|
86
|
-
| append | New entry (state=pending) on inbound request |
|
|
87
|
-
| promote | state=in-progress when you start work |
|
|
88
|
-
| complete | state=done with optional result |
|
|
89
|
-
| block | state=blocked + blocked-on=<id or condition> |
|
|
90
|
-
| handoff | state=handed-off + handed-off-to=<target>/<new-id>; send rig-send with `[queue-handoff:]` prefix to target |
|
|
91
|
-
| handoff-complete | target signals source that handed-off work finished (closes feedback loop) |
|
|
92
|
-
| escalate | walk authority chain when blocked past tier threshold |
|
|
93
|
-
| defer / drop | push-to-later or drop-with-rationale |
|
|
94
|
-
|
|
95
|
-
## When is something a queue handoff?
|
|
96
|
-
|
|
97
|
-
**Queue handoff** (`rigx queue handoff`):
|
|
98
|
-
- Asks a known recipient to do new work
|
|
99
|
-
- Transfers ownership of pending work
|
|
100
|
-
- Names a deliverable + acceptance criteria
|
|
101
|
-
|
|
102
|
-
**NOT a queue handoff**:
|
|
103
|
-
- Wake-ping `1`
|
|
104
|
-
- PSA / broadcast / status update
|
|
105
|
-
- Ack / courtesy notification / diagnostic ping / reply to question
|
|
106
|
-
- Raw idea or bug where you do not yet know the right owner
|
|
107
|
-
|
|
108
|
-
If you do not know the correct owner, emit to stream instead of guessing.
|
|
109
|
-
|
|
110
|
-
## Tier-based ack + notification rules
|
|
111
|
-
|
|
112
|
-
- **human-gate tier** (gated items; human-watching): mandatory ack on handoff; mandatory notification on completion
|
|
113
|
-
- **agent-coordination tier** (standard inter-agent work): recommended ack + notification
|
|
114
|
-
- **internal-self tier** (your own to-dos): optional
|
|
115
|
-
|
|
116
|
-
## Read discipline
|
|
117
|
-
|
|
118
|
-
- Read your own queue at turn start before picking up new work
|
|
119
|
-
- Orchestrators read pod-member queues on wake cadence (`1` ping)
|
|
120
|
-
- Advisor-pod reads cross-rig queues for composed views + human-attention
|
|
121
|
-
- Past-threshold blocked entries surface during sweeps; execute escalate op if you can't self-unblock
|
|
122
|
-
|
|
123
|
-
Recommended turn-start queue commands on the live wrapper:
|
|
124
|
-
|
|
125
|
-
```bash
|
|
126
|
-
rigx queue whoami
|
|
127
|
-
rigx queue list --mine
|
|
128
|
-
```
|
|
129
|
-
|
|
130
|
-
### Resume-from-idle state sweep
|
|
131
|
-
|
|
132
|
-
Agents returning from idle-standby (supervisor-wake-only pings; no substantive dispatch during the window) MUST sweep adjacent state before pulling new work. Minimum sweep:
|
|
133
|
-
|
|
134
|
-
- Supervisor-log tail (~200 lines) at `rigs/kernel/state/supervisor-log.md`
|
|
135
|
-
- human-attention.md at `substrate/shared-docs/human-attention.md`
|
|
136
|
-
- Any doctrine-decisions added since last-active (`rigs/kernel/state/doctrine-decisions/`)
|
|
137
|
-
- Partner queue files at `rigs/kernel/state/<pod>/<peer-member>.queue.md` (peer load-tracking for pairs)
|
|
138
|
-
- **Fleet-changes-feed** at `substrate/shared-docs/fleet-changes-feed.md` (pull-native rollout surface; catches any fleet-wide doctrine / skill / convention / operational changes that landed during idle; filter by scope = fleet-wide + your rig/pod)
|
|
139
|
-
|
|
140
|
-
**Trigger:** first active turn after ≥3 consecutive wake-only cycles OR on peer HA-check request. Sweep before responding to HA-check so the response is grounded in current reality, not stale memory.
|
|
141
|
-
|
|
142
|
-
**Rationale:** own-queue-at-turn-start catches own-queue drift; adjacent-state drift is a separate failure class that requires its own read discipline. Composable with own-queue sweep (both at same reading point); adds ~2-5 minutes of read time; cheap insurance against peer-driven HA-check round-trips.
|
|
143
|
-
|
|
144
|
-
**Worked example (genesis):** advisor-co-observer@your-rig after ~2h idle-standing-by on 2026-04-13 — 5-of-7 HA-check items out-of-sync when peer queried. Rule addition would have caught the drift pre-query via adjacent sweep on wake-to-active transition.
|
|
145
|
-
|
|
146
|
-
## Status-not-chat corollary
|
|
147
|
-
|
|
148
|
-
Your chat pane is for operational work + ad-hoc human exchanges. Your STATUS lives in queue files + composed views. If you finish work + hit a gate-requiring next-action, do NOT narrate to chat + idle-wait. Queue-handoff to advisor-pod with `tier: human-gate`. The operator doesn't watch agent panes; they watch human-attention.md (composed from human-gate queue entries).
|
|
149
|
-
|
|
150
|
-
## Composed views (4 layers)
|
|
151
|
-
|
|
152
|
-
- **Pod-load view** — who's loaded / blocked (orch reads)
|
|
153
|
-
- **Rig pending-work** — cross-pod roll-up
|
|
154
|
-
- **Fleet cross-rig** — host-wide
|
|
155
|
-
- **human-attention** — human-gate-tier items across all queues (advisor-pod composes)
|
|
156
|
-
|
|
157
|
-
v0: manual regen by orchestrators + advisor-pod.
|
|
158
|
-
v0.5: terminal-node watch scripts auto-regen.
|
|
159
|
-
v1: generative UI consuming structured queue data.
|
|
160
|
-
|
|
161
|
-
## Codex-sandbox proxy-write pattern (sanctioned workaround)
|
|
162
|
-
|
|
163
|
-
Codex members whose sandbox blocks substrate writes can still participate via proxy-write:
|
|
164
|
-
- Codex authors content locally (e.g., `/tmp/<rig>-attention-queue/<member>.queue.md`)
|
|
165
|
-
- Claude counterpart physically writes to substrate with sha256-verified integrity check
|
|
166
|
-
- Subsequent state transitions via `[queue-update: <id> <new-state> <reason>]` rig-send from Codex to Claude-writer
|
|
167
|
-
- Authorship preserved; only write-access delegated. Distinct from peer-injection (which is forbidden).
|
|
168
|
-
|
|
169
|
-
## Escalation mechanics
|
|
170
|
-
|
|
171
|
-
When entry stays blocked past tier threshold AND agent can't self-unblock:
|
|
172
|
-
|
|
173
|
-
1. Identify escalation target per authority chain:
|
|
174
|
-
- Pod member → pod orchestrator
|
|
175
|
-
- Pod orch → rig orch-lead
|
|
176
|
-
- Rig orch-lead → kernel orch-lead OR advisor-pod (if human-gate)
|
|
177
|
-
- Skip-levels allowed when agent KNOWS correct target
|
|
178
|
-
2. Create new entry in escalation-target's queue with `escalated-from: <source-id>`; state=pending; priority elevated
|
|
179
|
-
3. Send handoff-shape rig-send: `[queue-escalate: <new-id>] <title> — blocked <Nh> on <reason>`
|
|
180
|
-
4. Update own entry: state=escalated; escalated-to=<target>/<new-id>; transitions-log appended
|
|
181
|
-
|
|
182
|
-
Threshold guidance: 1h human-gate / 4h agent-coordination / 24h internal-self. Rigs may tighten.
|
|
183
|
-
|
|
184
|
-
## Task-close RSI-check (flywheel trigger)
|
|
185
|
-
|
|
186
|
-
Every `complete` op on substantive work reflects briefly: "what did we learn? is this worth filing as L2 capture to improvements-inbox?"
|
|
187
|
-
|
|
188
|
-
Two outcomes; both leave evidence in the transition trail:
|
|
189
|
-
|
|
190
|
-
- **Novel observation worth filing:** append L2 capture entry to `rigs/kernel/state/improvements-inbox.md` per the v1 queue template (`state: pending` + transition trail started). Transition line in your own queue: `<ts> — RSI-check: filed <capture-id>`.
|
|
191
|
-
- **Nothing novel:** transition line in your own queue: `<ts> — RSI-check: none`.
|
|
192
|
-
|
|
193
|
-
Applies to substantive work-streams. Does NOT apply to:
|
|
194
|
-
- Wake-pings (`1`) — not a work-stream
|
|
195
|
-
- Trivial status updates — nothing to reflect on
|
|
196
|
-
- Pure acks / routing-map updates — no work done
|
|
197
|
-
|
|
198
|
-
Rationale: task-close is the deterministic interval that makes recursive-self-improvement mechanical rather than ad-hoc. Pattern named in skill-maturity-convention.md §"Task-close RSI-check discipline".
|
|
199
|
-
|
|
200
|
-
## Push vs pull — when to use rig-send vs queue-write
|
|
201
|
-
|
|
202
|
-
Not every communication belongs in the receiver's chat pane. The discipline mirrors status-not-chat: most inter-agent signals can flow through queue files (pull) rather than rig-sends (push). Reduces noise; respects receiver's attention cycle.
|
|
203
|
-
|
|
204
|
-
**Sender's test:** *Does my message need the receiver's attention within their next turn cycle?*
|
|
205
|
-
- **Yes → push** via `rig send` (lands in chat; receiver processes on next turn)
|
|
206
|
-
- **No → pull** via queue-write (write to own queue OR receiver's queue via handoff; receiver sweeps at cadence)
|
|
207
|
-
|
|
208
|
-
### Push (rig-send to chat) when:
|
|
209
|
-
|
|
210
|
-
- Receiver needs info NOW to unblock their work
|
|
211
|
-
- Question requires specific answer to proceed
|
|
212
|
-
- Handoff is past ack-threshold + tier=human-gate (mandatory-ack window)
|
|
213
|
-
- Blocker surfacing (can't self-unblock; need help from target)
|
|
214
|
-
- human-gate item needing surface to advisor-pod
|
|
215
|
-
- Destructive or time-critical coordination
|
|
216
|
-
|
|
217
|
-
### Pull (queue-write only) when:
|
|
218
|
-
|
|
219
|
-
- Status update / adoption signal / cascade-complete ack
|
|
220
|
-
- Non-urgent ack (within tier threshold)
|
|
221
|
-
- Information that can batch in receiver's curator sweep
|
|
222
|
-
- Broadcast-receipt confirmation (receiver's cadence catches it)
|
|
223
|
-
- Observed patterns or captures with no time pressure
|
|
224
|
-
- Resync material for HA peers (they sweep on resume-from-idle)
|
|
225
|
-
|
|
226
|
-
### Why this matters
|
|
227
|
-
|
|
228
|
-
Push-as-default floods the receiver's chat pane with status that could be pulled. Today's rollout volume proved this: during attention-queue + EMM cascades, most acks arrived as push (rig-sends) when they could have been pull (queue-writes). Receiver (advisor-pod) had to process each ping; most were status signals needing no action.
|
|
229
|
-
|
|
230
|
-
Pull-over-push is the queue primitive's whole point. Status lives in queue files; readers sweep at cadence; only genuine unblockers + gate-surfaces push to chat.
|
|
231
|
-
|
|
232
|
-
### Worked example
|
|
233
|
-
|
|
234
|
-
orch-lead@your-rig ack'd attention-queue cascade:
|
|
235
|
-
- **Push version (what happened):** `rig send advisor-peer-observer@your-rig "[queue-handoff-ack: ...] ... cascaded to 8 pod members ..."` → lands in my chat; I read immediately; process the status
|
|
236
|
-
- **Pull version (what should happen):** write ack-receipt to `rigs/openrig-build/state/orch/lead.queue.md` as state-transition on their adoption entry; I sweep their queue on my curator cadence; pick up the ack without chat-ping
|
|
237
|
-
|
|
238
|
-
Ack-receipts for status are pull-native. Handoff-complete notifications for human-gate items stay push (they close feedback loops on time-sensitive work).
|
|
239
|
-
|
|
240
|
-
### Corollary — orchestrator-to-advisor cadence
|
|
241
|
-
|
|
242
|
-
Orchestrators writing to their own queue files lets advisor-pod read without being interrupted. The curator-sweep pattern (advisor reads pod queues on their cadence) is the canonical pull mechanism. Push only when time-matters.
|
|
243
|
-
|
|
244
|
-
## Anti-patterns (don't do these)
|
|
245
|
-
|
|
246
|
-
- **Chat-as-status** — narrating status/gates to your chat pane + idle-waiting. Use queue + human-attention instead.
|
|
247
|
-
- **Duplicate-storage** — writing the same fact in queue + session-log + chat + mission-control. Queue is authoritative for in-flight state.
|
|
248
|
-
- **Peer-injection** — writing directly to another agent's queue without their authorship. Only handoff op moves work cross-queue.
|
|
249
|
-
- **Silent drops** — don't leave items in pending forever without state transitions. defer or drop with rationale.
|
|
250
|
-
- **Global queue** — don't try to make one queue for everyone. Per-agent primary; compose for views.
|
|
251
|
-
|
|
252
|
-
## Maturity status
|
|
253
|
-
|
|
254
|
-
**L4-insight** per skill-maturity-convention. Applied liberally across the host; evolving via observation. Feedback loop: RSI filings reshape this skill; demotion valid if convention reveals wrong shape; promotion to L5-canon requires architect+reviewer pair-review per HOST-TOPOLOGY §7 SOP.
|
|
255
|
-
|
|
256
|
-
Rollout date: 2026-04-13 host-wide adoption. 48h observation cycle active; RSI with learnings due ~2026-04-15.
|
|
257
|
-
|
|
258
|
-
## Related
|
|
259
|
-
|
|
260
|
-
- Spec (full reference): the internal attention-queue spec
|
|
261
|
-
- Skill-maturity convention: `substrate/shared-docs/skill-maturity-convention.md`
|
|
262
|
-
- Config-wrapper-code loop doctrine: `config-wrapper-code-loop` skill
|
|
263
|
-
- HOST-TOPOLOGY §4 context-sharing patterns — attention queue is a new pattern here
|
|
264
|
-
- SUBSTRATE-CONVENTIONS §7 HA session logs — queue lives in same per-pod directory
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
# GENERATED by scripts/generate-context-packs.mjs — DO NOT EDIT.
|
|
2
|
-
# Package-time projection of a canonical skill; regenerated every build.
|
|
3
|
-
name: "attention-queue"
|
|
4
|
-
version: "0.5.5"
|
|
5
|
-
purpose: "Coordination primitive for OpenRig. Per-agent queue files tracking in-flight work with explicit state transitions + handoff semantics + cross-agent composition. Prevents memory-loss drops; surfaces stalls mechanically; closes the feedback loop on handed-off work. Applied liberally by every agent on every kernel-supervised rig; composed views serve human attention, orch pod-load, rig pending-work."
|
|
6
|
-
files:
|
|
7
|
-
- path: "SKILL.md"
|
|
8
|
-
role: "instruction"
|
|
9
|
-
summary: "Coordination primitive for OpenRig. Per-agent queue files tracking in-flight work with explicit state transitions + handoff semantics + cross-agent composition. Prevents memory-loss drops; surfaces stalls mechanically; closes the feedback loop on handed-off work. Applied liberally by every agent on every kernel-supervised rig; composed views serve human attention, orch pod-load, rig pending-work."
|