Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ Snapshot: 2026-07-28.
- [x] Add issue-first, small-PR, Conventional Commit, and squash-only rules to contributor and agent guidance.
- [x] Add a pull-request template and validate exactly one pre-existing issue reference.
- [x] Add a passing `cargo check --all-targets` pull-request baseline.
- [ ] Protect `main`, require PR checks and resolved conversations, enforce rules for administrators, and block force pushes/deletion.
- [ ] Disable merge commits and rebase merges; keep squash merge and automatic source-branch deletion.
- [ ] Delete remote `master` after `main`, workflows, default-branch state, and protection are verified.
- [x] Protect `main`, require PR checks and resolved conversations, enforce rules for administrators, and block force pushes/deletion.
- [x] Disable merge commits and rebase merges; keep squash merge and automatic source-branch deletion.
- [x] Delete remote `master` after `main`, workflows, default-branch state, and protection are verified.

## Phase 1 — Clean Legacy Baselines

Expand Down
Loading