chore(format): restore repository-wide Prettier baseline - #960
chore(format): restore repository-wide Prettier baseline#960moncher-dev wants to merge 1 commit into
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 40996e4653
ℹ️ 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".
| kind: github-project | ||
| provider: | ||
| project_id: PVT_REPLACE_WITH_YOUR_PROJECT_ID |
There was a problem hiding this comment.
Preserve nested workflow keys in the reference
When an agent copies this checked-in reference to author WORKFLOW.md, kind, provider, and project_id are now root-level YAML keys rather than children of tracker; the same flattening affects polling, workspace, hooks, agent, and codex. The workflow parser reads tracker.kind and tracker.provider, so the resulting configuration loses the selected adapter and its project ID. Keep the raw YAML indented, or exclude/restructure this mixed Markdown/YAML file so Prettier cannot flatten it.
AGENTS.md reference: AGENTS.md:L5-L7
Useful? React with 👍 / 👎.
Issues
Summary
.prettierignoreso generated/runtime output, the pnpm lockfile, and the hand-maintained Prettier config are outsideprettier --check ..Change-point diagram
pnpm format→.prettierignoreexcludes generated/config artifacts → Prettier validates the maintained repository sources and documentation → the 59-file baseline is cleanStart here
.prettierignore:1— defines the durable repository-wide scan boundarypackage.json:22— existingpnpm formatentry point that now passes against that boundaryUser-Visible Behavior / Operational Impact
pnpm formaton a clean checkout without unrelated baseline failures.Validation
pnpm format— fail, 66 filespnpm format— fail, 59 filespnpm format— passgit diff --check— passpnpm lint— pass across 14 workspace projectspnpm test— pass across 14 workspace projectspnpm typecheck— pass across 14 workspace projectspnpm build— pass across 14 workspace projectsChangeset
Risks & rollback
main.40996e4.Changed files
.prettierignore— excludes dependencies, generated build/test output, runtime state, the lockfile, and hand-maintained Prettier configurationPost-merge / human validation
Security
.envfiles, or generated installation tokens are committed