Skip to content

Sync Boatstack from Intelligence Flow Labs @ 70614614df37 - #120

Merged
operator-stack-publisher[bot] merged 1 commit into
mainfrom
sync/intelligence-flow-70614614df37
Jul 26, 2026
Merged

Sync Boatstack from Intelligence Flow Labs @ 70614614df37#120
operator-stack-publisher[bot] merged 1 commit into
mainfrom
sync/intelligence-flow-70614614df37

Conversation

@operator-stack-publisher

Copy link
Copy Markdown
Contributor

What this sync releases

Detached Supervision is now something you can turn on

Detached Supervision lets Boatstack supervise a repository while keeping its controller state
outside that repository. Until now you could attach a repository, but nothing installed a
working guard, so a live coding session could not actually run under it. This change makes
detached mode operational.

Attaching a repository now also installs Boatstack's runtime into the external control root,
so the guard has a helper to run. A new pair of commands turns the guard on and off for your
coding agents: boatstack-helper activate --repo . merges a developer-level guard into each
agent's global configuration, and boatstack-helper deactivate --repo . removes it. The guard
enforces Boatstack only on repositories you have attached and does nothing on every other
repository you open. It preserves your existing hooks — installing adds only Boatstack's own
entry, removing takes only that entry away, and re-running either command changes nothing. Use
activate --print to review the exact per-agent configuration before it is written.

The install is host-neutral: cursor, claude, codex, and gemini all receive the same guard,
shaped for each agent's hook format.

This release also adds an end-to-end evaluation that stands up real repositories and drives
the built helper through the whole flow — attach, activate, guard, work, detach — proving at
every step that no Boatstack file lands in the target repository and that a developer's own
host configuration is never changed.

Projection provenance

Generated from operatorstack/intelligence-flow@70614614df37db20107c65285b2e1550f9368065.
Review provenance, tests, and examples before merging.

@operator-stack-publisher
operator-stack-publisher Bot merged commit 2c52259 into main Jul 26, 2026
9 checks passed
@operator-stack-publisher
operator-stack-publisher Bot deleted the sync/intelligence-flow-70614614df37 branch July 26, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants