Skip to content

chore: ignore generated prettier files#2286

Open
anirudh5harma wants to merge 1 commit into
AgentWrapper:mainfrom
anirudh5harma:codex/ignore-generated-prettier-files
Open

chore: ignore generated prettier files#2286
anirudh5harma wants to merge 1 commit into
AgentWrapper:mainfrom
anirudh5harma:codex/ignore-generated-prettier-files

Conversation

@anirudh5harma

Copy link
Copy Markdown

Generated route output and the pnpm lockfile are now left to their owning tools, so the branch-wide Prettier workflow cannot add unrelated formatter churn to feature PRs. Human-authored files remain covered.

Closes #2280. This is the surgical portion of aoagents/ReverbCode#416; the obsolete repository-wide formatting changes were intentionally not ported.

Validation: npx --yes prettier@3 --check . and git diff --check.

Post-Deploy Monitoring & Validation

No runtime monitoring is required because this only changes formatter ownership. On the next PR that regenerates either file, confirm the Prettier workflow does not commit changes to those paths; any formatter regression in human-authored files is the rollback trigger.

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.

Prettier workflow can rewrite generated route and pnpm lockfiles

1 participant