-
Notifications
You must be signed in to change notification settings - Fork 456
Add AGENTS.md (comprehensive agent guide) #716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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`). |
Copilot
AI
Sep 28, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[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: