Skip to content

Drop the .loop scratch state from the tree - #133

Merged
zaoxing merged 1 commit into
mainfrom
chore/drop-loop-scratch
Sep 11, 2026
Merged

zaoxing merged 1 commit into
mainfrom
chore/drop-loop-scratch

Conversation

@zaoxing

@zaoxing zaoxing commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

What

Removes .loop/polish-seen.md and .loop/polish-state.md, and adds .loop/ to .gitignore.

Why

These are the /polish loop's per-run working files — a findings ledger and a
seen-set keyed to branch baselines (92c2225 / 7eac029 / a4d3dcb). They are
agent bookkeeping, not project artifacts, and they went stale the moment those
branches landed. They rode into main with the #127 merge (dac94dc)
unintentionally.

Verified nothing depends on them before removing:

  • git grep -F .loop -- . ':!.loop/' ':!third_party/' on main returns nothing.
  • No reference anywhere under .github/.

tests/test_live_loop_fixes.py is deliberately left alone — despite the name it
is unrelated to this tooling, and pins regressions for the E2E verification
loop's quorum DDL and E2E_RING_PAYLOAD_BYTES fixes.

The .gitignore entry sits next to the existing .claude/ line so a later run
cannot commit the directory again.

🤖 Generated with Claude Code

The /polish loop's working files -- polish-seen.md and polish-state.md --
rode into main with #127. They are per-run agent bookkeeping, not project
artifacts: nothing in the tree, the build, or CI reads them, and they go
stale the moment the branch they describe lands.

Remove both and ignore .loop/ alongside .claude/ so a later run cannot
commit them again.
Copilot AI lite review requested due to automatic review settings September 11, 2026 01:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

No unresolved blocking issues were identified.

Pull request overview

Removes stale .loop scratch state and prevents future scratch files from being committed.

Changes:

  • Deletes obsolete polish state and findings files.
  • Adds .loop/ to .gitignore.
File summaries
File Description
.loop/polish-state.md Removes stale run state.
.loop/polish-seen.md Removes stale findings ledger.
.gitignore Ignores future .loop/ scratch files.
Review details
  • Files reviewed: 2/3 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@zaoxing
zaoxing requested a review from Samfisheryu September 11, 2026 02:12
zaoxing added a commit that referenced this pull request Sep 11, 2026
The /polish loop's working files are per-run agent bookkeeping, not project
artifacts: nothing in the tree, the build, or CI reads them, and they go
stale once the branch they describe has landed. #133 removes them from
main; dropping them here too so a merge of this branch cannot carry them
back in.
zaoxing added a commit that referenced this pull request Sep 11, 2026
The /polish loop's working files are per-run agent bookkeeping, not project
artifacts: nothing in the tree, the build, or CI reads them, and they go
stale once the branch they describe has landed. #133 removes them from
main; dropping them here too so a merge of this branch cannot carry them
back in.
zaoxing added a commit that referenced this pull request Sep 11, 2026
The /polish loop's working files are per-run agent bookkeeping, not project
artifacts: nothing in the tree, the build, or CI reads them, and they go
stale once the branch they describe has landed. #133 removes them from
main; dropping them here too so a merge of this branch cannot carry them
back in.
zaoxing added a commit that referenced this pull request Sep 11, 2026
The /polish loop's working files are per-run agent bookkeeping, not project
artifacts: nothing in the tree, the build, or CI reads them, and they go
stale once the branch they describe has landed. #133 removes them from
main; dropping them here too so a merge of this branch cannot carry them
back in.
zaoxing added a commit that referenced this pull request Sep 11, 2026
The /polish loop's working files are per-run agent bookkeeping, not project
artifacts: nothing in the tree, the build, or CI reads them, and they go
stale once the branch they describe has landed. #133 removes them from
main; dropping them here too so a merge of this branch cannot carry them
back in.
@zaoxing
zaoxing merged commit 214bdb2 into main Sep 11, 2026
3 checks passed
@zaoxing
zaoxing deleted the chore/drop-loop-scratch branch September 11, 2026 05:09
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.

2 participants