diff --git a/AGENTS.md b/AGENTS.md index 5cec6b810..dd6b3daab 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -31,10 +31,9 @@ - Playwright: place tests in `browser_tests/`; optional tags like `@mobile`, `@2x` are respected by config. ## Commit & Pull Request Guidelines -- Commits: Prefer Conventional Commits (e.g., `feat(ui): add sidebar`), `refactor(litegraph): …`. Use `[skip ci]` for locale-only updates when appropriate. -- PRs: Include clear description, linked issues (`Fixes #123`), and screenshots/GIFs for UI changes. Add/adjust tests and i18n strings when applicable. +- Commits: Use `[skip ci]` for locale-only updates when appropriate. +- PRs: Include clear description, linked issues (`- Fixes #123`), and screenshots/GIFs for UI changes. - Quality gates: `pnpm lint`, `pnpm typecheck`, and relevant tests must pass. Keep PRs focused and small. ## Security & Configuration Tips - Secrets: Use `.env` (see `.env_example`); do not commit secrets. -- Backend: Dev server expects ComfyUI backend at `localhost:8188` by default; configure via `.env`.