docs(decisions): agent-bridle publishing block — submodule analysis + 3 options#299
Merged
Merged
Conversation
… 3 options Operator asked whether a brush submodule inside agent-bridle sidesteps the crates.io publishing block. It does not: a submodule changes where brush source lives, not the dependency edge crates.io rejects. Documents that, then costs three real options (publish-clean-leaves-only / vendor-brush-as-MIT-modules / wait-for-brush#1184) and recommends C-now / A-if-pressured, with B (vendor/submodule) not recommended absent an external consumer needing published brush-backed agent-bridle pre-#1184. The usability half is already solved by #297 (--disable-ocap); this doc is only about the publishing half. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
hartsock
added a commit
that referenced
this pull request
Jun 27, 2026
… 3 options (#299) Operator asked whether a brush submodule inside agent-bridle sidesteps the crates.io publishing block. It does not: a submodule changes where brush source lives, not the dependency edge crates.io rejects. Documents that, then costs three real options (publish-clean-leaves-only / vendor-brush-as-MIT-modules / wait-for-brush#1184) and recommends C-now / A-if-pressured, with B (vendor/submodule) not recommended absent an external consumer needing published brush-backed agent-bridle pre-#1184. The usability half is already solved by #297 (--disable-ocap); this doc is only about the publishing half. Co-authored-by: hartsock <hartsock@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.
What this PR does
Adds
docs/decisions/agent_bridle_publishing.mdanswering the operator's question: does making brush a submodule inside agent-bridle sidestep the crates.io publishing block?Short answer: no. A submodule relocates source files; it does not change the dependency edge crates.io rejects (
path/gitdeps on unpublished crates are both forbidden at publish time). The doc explains that, then costs three real options:Recommendation: C now, A if publishing pressure arrives first; B not recommended absent an external consumer needing published brush-backed agent-bridle before #1184. The usability half is already solved by #297 (--disable-ocap), so publishing is off the critical path.
Test plan
Docs-only — no code, gates trivially green. Decision awaits operator pick (status line in the doc).
Out of scope
🤖 Generated with Claude Code