feat: T3 primary park for captain supervision without Cursor stop hooks - #2662
Open
mihaisavezi wants to merge 2 commits into
Open
feat: T3 primary park for captain supervision without Cursor stop hooks#2662mihaisavezi wants to merge 2 commits into
mihaisavezi wants to merge 2 commits into
Conversation
… hooks Enable opt-in config/t3-primary binding and a home-local park that injects watcher follow-ups via t3cli send while Desktop Cursor park stands down. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Author
|
Closing: testing these changes locally on a firstmate checkout first; not shipping to upstream yet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Opt-in T3 primary park so a Firstmate captain session hosted in T3 Code (Cursor as the T3 provider) can receive proactive follow-up turns without relying on Cursor Desktop
.cursor/hooks.jsonstop hooks.This is not a worker spawn backend. Worker
--backend t3remains out of scope.What landed
bin/fm-t3-primary-lib.sh,bin/fm-t3-primary-bind.sh,bin/fm-t3-primary-park.sh: opt-inconfig/t3-primary, bind the captain thread viat3cli, and park with watcher follow-ups injected byt3cli sendonly while the thread isready.fm-turnend-guard-cursorinert; supervision model is persistent rather than Cursor autoarm).docs/t3-primary-supervision.md,docs/supervision-protocols/t3.md, plus Cursor protocol / turn-end / watcher-continuity pointers.tests/fm-t3-primary.test.sh.Commits on
fm/t3-primary-supervision-s1:195602e,6ca51e9.Validation
Shipped direct-PR (not the no-mistakes pipeline). The Cursor gate agent cannot neutralize this repo's
AGENTS.md/disable_project_settings, so no-mistakes refused to launch here. Shared no-mistakes config was not changed.Local gates:
bin/fm-lint.sh: ShellCheck passed.actionlintis missing on this machine (exit 127, install 1.7.12 for CI parity) — environment gap, not a finding in these files.bin/fm-test-run.sh tests/fm-t3-primary.test.sh: passed.Please treat GitHub CI on this PR as the remaining validation.