Skip to content

fix: revert pitstop commit 213370b8e — 仓库污染 - #105

Open
DavidHLP wants to merge 1 commit into
mainfrom
fix/revert-pitstop-pollution
Open

fix: revert pitstop commit 213370b8e — 仓库污染#105
DavidHLP wants to merge 1 commit into
mainfrom
fix/revert-pitstop-pollution

Conversation

@DavidHLP

@DavidHLP DavidHLP commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Reverts 213370b8e which pushed local pitstop tool auto-generated artifacts into the public repo:

  • hardcoded Windows paths (C:\admin\Code\...) in 6 non-executable scripts (bash/cmd)
  • pitstop.yaml with non-existent /actuator/health health_check (project does not expose Actuator)
  • mvn spring-boot:run bypassing the project PM2 ecosystem (ecosystem.config.cjs + scripts/dev/up.sh)
  • AI /start snapshot as docs/PROJECT_STATUS_REPORT.md (16.9KB stale-state pollution)

Closes #104

The 213370b commit pushed local pitstop tool auto-generated artifacts
into the public repo:
- Hardcoded Windows paths (C:\admin\Code\Project\OJ\UltiCode) in 6 scripts
  making them 100% non-executable on bash/cmd (cd "$SCRIPT_DIR/C:\..." fails)
- pitstop.yaml with personal local path + non-existent /actuator/health
  health_check endpoint (project does not expose Actuator per CLAUDE.md)
- mvn spring-boot:run bypassing the project PM2 ecosystem
  (conflicts with ecosystem.config.cjs + scripts/dev/up.sh)
- AI /start conversation snapshot as docs/PROJECT_STATUS_REPORT.md (16.9KB)
  polluting docs/ with stale state info, conflicts with wiki/ layout

Files removed: pitstop.yaml, scripts/{start,stop}.{sh,bat},
scripts/pitstop-start-backend.ps1, docs/PROJECT_STATUS_REPORT.md

Fixes #104
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.

fix: revert pitstop commit 213370b8e — 仓库污染(个人 Windows 路径 + 不可执行脚本 + AI 报告)

1 participant