Add AGENTS.md (comprehensive agent guide)#716
Conversation
There was a problem hiding this comment.
Pull Request Overview
Adds a comprehensive AGENTS.md file that provides structured guidelines for AI agents working with this repository. The guide covers development workflows, project structure, coding standards, testing practices, and safety protocols.
Key changes:
- Created detailed agent instructions for repository interaction
- Established clear dos and don'ts for common development tasks
- Documented project structure, build processes, and testing procedures
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
d8a2499 to
cff6a24
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Mainly generated by codex-cli v0.41.0, with gpt-5-codex high, and this AGENTS.md construction prompt: - https://gist.github.com/PeterDaveHello/f30c38a156982a35683edfd5ece2d474 Reference: - https://agents.md/
cff6a24 to
2ee8267
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| - Launch the hot-reload development loop with `yarn dev` (spawns the Webpack hot server and a development Electron window). | ||
| - For production smoke tests run `yarn build` first (emits `app/main.js` and `app/dist` bundles), then launch Electron with `yarn start`. | ||
| - Build artifacts with `yarn build` (renders both main and renderer bundles) or package distributables with `yarn package` / `yarn release` as defined in `package.json`. | ||
| - Run focused Jest suites via `yarn test <path-or-pattern>`; for example `yarn test app/main/actions/__tests__/search.spec.js` exercises action creators. The default `yarn test` executes all suites with coverage (`collectCoverage: true`). |
There was a problem hiding this comment.
[nitpick] This line is excessively long and difficult to read. Consider breaking it into multiple bullet points or splitting the sentence for better readability.
| - Run focused Jest suites via `yarn test <path-or-pattern>`; for example `yarn test app/main/actions/__tests__/search.spec.js` exercises action creators. The default `yarn test` executes all suites with coverage (`collectCoverage: true`). | |
| - Run focused Jest suites via `yarn test <path-or-pattern>`. | |
| - For example, `yarn test app/main/actions/__tests__/search.spec.js` exercises action creators. | |
| - The default `yarn test` executes all suites with coverage (`collectCoverage: true`). |
Mainly generated by codex-cli v0.41.0, with gpt-5-codex high, and this AGENTS.md construction prompt:
Reference: