Skip to content

chore: untrack stale plan + clean root markdown junk#140

Merged
almogdepaz merged 2 commits into
mainfrom
docs/untrack-stale-broker-plan
May 13, 2026
Merged

chore: untrack stale plan + clean root markdown junk#140
almogdepaz merged 2 commits into
mainfrom
docs/untrack-stale-broker-plan

Conversation

@almogdepaz
Copy link
Copy Markdown
Owner

@almogdepaz almogdepaz commented May 13, 2026

Two related cleanups bundled together.

1. Untrack docs/ralph-broker-plan.md

Old ralph implementation plan for the broker migration. The migration is long done — the broker is mandatory in mainline and tmux session ownership has been removed.

The file was already covered by .gitignore (line 35) but tracked from before that rule was added. git rm --cached removes the index entry; working copy preserved locally for reference.

Zero inbound code or doc references.

2. Re-apply the cleanup lost from PR #139

PR #139 originally had two commits. github merged it at HEAD = first commit (86b1a48), and the second commit (f580769 chore: remove stale docs and tool output from repo root) was pushed afterward — never made it to main.

Re-applying it here:

Tracked files removed:

Kept:

  • broker_stall.md — referenced from src/server/backend.ts:182

Verification

  • bun test → 1483 pass / 0 fail

Old ralph implementation plan for the broker migration. The migration
is long done — the broker is mandatory in mainline and tmux ownership
has been removed. The file was already covered by .gitignore (line 35)
but tracked from before the rule was added.

Removed from index only; working copy preserved for local reference.
Re-apply the cleanup originally pushed to PR #139 as commit f580769
but never merged — github merged the PR at the first commit's HEAD
(86b1a48) before this follow-up commit was pushed.

Tracked files removed:
- PHASE-4-VISIBLE-REFLOW.md — followup plan to SCROLLBACK-REFLOW-PLAN.md
  (which is already gone); no inbound refs anywhere in the tree.
- REVIEW_FIX_PLAN.md — fix plan for PR #123, merged 2026-04-30. Dead doc.
- context.md — old edc-build output. AGENTS.md (when present) points to
  the new .context/ layout instead; this file is the unmigrated remnant.
- sandbox-test.txt — "hello from sandbox test" (24 bytes), no inbound
  refs. Tests prefixed 'ralph-sandbox-test-' were a substring false
  match, not an actual user.
- review-tasks/ (11 files) — tool output from the PR #106 differential
  review (long merged). One-time dump, never updated, no current value.
  Adding to .gitignore so a future review run doesn't track it again.

Kept (referenced from code):
- broker_stall.md — referenced by comment in src/server/backend.ts:182

Verification: bun test → 1483 pass / 0 fail.
@almogdepaz almogdepaz changed the title chore: untrack docs/ralph-broker-plan.md chore: untrack stale plan + clean root markdown junk May 13, 2026
@almogdepaz almogdepaz merged commit fa11cd1 into main May 13, 2026
1 check passed
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.

1 participant