Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates AGENTS.md to better reflect the repository’s current toolchain, local dev flows, E2E tooling, and CI/release workflow behavior so agents follow the same commands and conventions as the codebase and GitHub Actions.
Changes:
- Clarifies runtime/tooling expectations (npm 11.x via
engines,.env-drivennpm run startvs the hardcodednpm run devflow). - Expands Playwright command guidance (install, project selection, Docker report serving) and documents relevant Docker/E2E environment variables.
- Documents
quality.ymlsharded E2E + report merge + bundle-size comparison behavior and summarizesrelease.ymlbehavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
.env-drivennpm run start, Playwright install/project/report commands, Docker E2E environment variables, quality workflow details, and release workflow behavior.Why
This keeps agent guidance aligned with the repository's actual
package.json, README, Playwright Docker script, and GitHub Actions workflows.Validation
npx prettier --check AGENTS.mdgit diff --check -- AGENTS.mdGreptile Summary
This PR updates
AGENTS.mdwith accurate, grounded documentation for npm 11.x,.env-drivennpm run start, additional Playwright install/project/report commands, Docker E2E environment variables, quality workflow details, and release workflow behavior — all verified againstpackage.json,scripts/playwright-docker.sh, and the GitHub Actions workflows.npm run start(plainrsbuild devthat reads.env) alongsidenpm run dev(hardcodeslocalhost:8765+ disables lint/compile errors), with a prose explanation of the distinction.test:e2e:install,--project=chromium, andtest:e2e:docker:reportcommands, the Docker E2E env vars (PLAYWRIGHT_YDB_IMAGE,PLAYWRIGHT_YDB_PLATFORM,PLAYWRIGHT_PLATFORM,PLAYWRIGHT_HTML_HOST,PLAYWRIGHT_HTML_PORT), and the full release workflow sequence.Confidence Score: 5/5
Documentation-only change; every added fact cross-checks against package.json, scripts/playwright-docker.sh, quality.yml, and release.yml with no discrepancies.
All new commands, environment variables, and workflow descriptions are accurately reflected in the actual source files. No code paths are changed.
No files require special attention.
Important Files Changed
Reviews (1): Last reviewed commit: "docs: update agent workflows" | Re-trigger Greptile
Context used:
CI Results
Test Status:⚠️ FLAKY
📊 Full Report
😟 No changes in tests. 😕
Bundle Size: ✅
Current: 63.75 MB | Main: 63.75 MB
Diff: 0.00 KB (0.00%)
✅ Bundle size unchanged.
ℹ️ CI Information