You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[devex] Generalize AGENTS.md for all contributors (#5836)
## Summary
Updates AGENTS.md to be more universal and contributor-friendly by
removing user-specific preferences.
## Changes
- **What**: Refined AGENTS.md to remove individual preferences, one-time
setup tasks, and conflicting i18n instructions
## Review Focus
These updates make agent instructions work better for all contributors
by:
- Removing individual coding preferences in favor of project-wide
standards
- Eliminating one-time environment setup that clutters agent context
- Removing i18n instructions that caused agents to make unwanted changes
- Improving PR link formatting for better GitHub rendering
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5836-Generalize-AGENTS-md-for-all-contributors-27c6d73d365081e7acf6f37d9f8ceeaf)
by [Unito](https://www.unito.io)
Copy file name to clipboardExpand all lines: AGENTS.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,9 @@
31
31
- Playwright: place tests in `browser_tests/`; optional tags like `@mobile`, `@2x` are respected by config.
32
32
33
33
## Commit & Pull Request Guidelines
34
-
- Commits: Prefer Conventional Commits (e.g., `feat(ui): add sidebar`), `refactor(litegraph): …`. Use `[skip ci]` for locale-only updates when appropriate.
35
-
- PRs: Include clear description, linked issues (`Fixes #123`), and screenshots/GIFs for UI changes. Add/adjust tests and i18n strings when applicable.
34
+
- Commits: Use `[skip ci]` for locale-only updates when appropriate.
35
+
- PRs: Include clear description, linked issues (`- Fixes #123`), and screenshots/GIFs for UI changes.
36
36
- Quality gates: `pnpm lint`, `pnpm typecheck`, and relevant tests must pass. Keep PRs focused and small.
37
37
38
38
## Security & Configuration Tips
39
39
- Secrets: Use `.env` (see `.env_example`); do not commit secrets.
40
-
- Backend: Dev server expects ComfyUI backend at `localhost:8188` by default; configure via `.env`.
0 commit comments