Conversation
This work lived in /home/spectre/alphazede/worktrees/bran-dev-bridge-schema-2, a worktree whose parent repository (Alphazedehq/bran-dev) no longer exists. Its .git file still points at that deleted gitdir, so the directory had no reachable history and no branch — the content was recoverable only as files on disk. Recovered as a branch off current origin/main rather than replayed as history, because no history survives to replay. Adds crates/bran-core/src/sdoc.rs (1452 lines) and crates/bran-core/src/graph/sdoc.rs (699 lines), neither of which exists on main, plus the docs/bugs, docs/plans, docs/submissions and docs/integrations/proposals trees. 16 of the 58 files already exist on main and are modified here. The snapshot is from 2026-09-08 and main has advanced since, so those 16 are the ones to review closely: they may reintroduce superseded content. cargo check clean; cargo test 361 passed, 0 failed. Claude-Session: https://claude.ai/code/session_01WVJLGKfpF3QG5PeSiBW4LV
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
Recovers 2,151 lines of Rust that existed nowhere in this repository, plus four docs trees.
The source was
worktrees/bran-dev-bridge-schema-2— a worktree whose parent repository,Alphazedehq/bran-dev, has been deleted. Its.gitfile still points at the missing gitdir:So the directory had no reachable history, no branch, and no remote. The content was recoverable only as files on disk, which is why this is a snapshot commit off current
mainrather than replayed history.Contents
58 files, +14,512/−61.
New (42), cannot clobber anything:
crates/bran-core/src/sdoc.rs— 1,452 linescrates/bran-core/src/graph/sdoc.rs— 699 linesdocs/bugs/,docs/plans/,docs/submissions/,docs/integrations/proposals/Modified (16) — please review these closely. The snapshot is dated 2026-09-08 and
mainhas advanced since (currentlyc40e003). These 16 overwrite files that already exist, so they may reintroduce superseded content. They are the reason this is a PR and not a direct merge.Verification
cargo check --offline --all-targets: cleancargo test --offline: 361 passed, 0 failed (59 + 295 + 2 + 5)Note
Once this lands,
worktrees/bran-dev-bridge-schema-2can be deleted — it is an orphaned directory with no git identity, and this PR is its only durable record.🤖 Generated with Claude Code
https://claude.ai/code/session_01WVJLGKfpF3QG5PeSiBW4LV