Skip to content

hack: batch multi-worktree cleanup + --yes flag#27

Open
jaeyunha wants to merge 2 commits into
stagingfrom
qa/search-007-cleanup-script-wip-20260616
Open

hack: batch multi-worktree cleanup + --yes flag#27
jaeyunha wants to merge 2 commits into
stagingfrom
qa/search-007-cleanup-script-wip-20260616

Conversation

@jaeyunha

Copy link
Copy Markdown
Member

cleanup_worktree.sh now removes multiple worktrees in one run and supports a non-interactive --yes flag.


Preserved from QA-worktree cleanup on 2026-06-16. Web QA: biome lint clean; vitest green where unit tests exist. Rust build/test not run locally (would regenerate large target dirs). Opened against staging for review.

🤖 Generated with Claude Code

jaeyunha and others added 2 commits May 24, 2026 03:47
…ktree.sh

Backed up before worktree cleanup.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6b0c70da00

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -0,0 +1,93 @@
import { execFileSync } from "node:child_process";

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Use the shared auth fixture for signed-in E2E

This new signed-in spec imports execFileSync and mints its own cookie instead of going through web/tests/e2e/_fixtures/auth.ts, which violates web/tests/e2e/AGENTS.md's contract that all new signed-in specs must use the fixture and must not import execFileSync. Under make test-e2e this bypasses the fixture's DB readiness/persona handling and raw-runs Cargo per spec, making the test lane flaky and inconsistent with the rest of the suite.

Useful? React with 👍 / 👎.

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