Skip to content

Conversation

@PeterDaveHello
Copy link
Member

Mainly generated by codex-cli v0.41.0, with gpt-5-codex high, and this AGENTS.md construction prompt:

Reference:

Copy link

Copilot AI left a 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.

Copy link

Copilot AI left a 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/
Copy link

Copilot AI left a 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`).
Copy link

Copilot AI Sep 28, 2025

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.

Suggested change
- 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`).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants