Skip to content

Commit 1a2f915

Browse files
webfilteredarjansingh
authored andcommitted
[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)
1 parent 529a4de commit 1a2f915

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

AGENTS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@
3131
- Playwright: place tests in `browser_tests/`; optional tags like `@mobile`, `@2x` are respected by config.
3232

3333
## 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.
3636
- Quality gates: `pnpm lint`, `pnpm typecheck`, and relevant tests must pass. Keep PRs focused and small.
3737

3838
## Security & Configuration Tips
3939
- 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

Comments
 (0)