Skip to content

Conversation

@adrian-rpf
Copy link
Contributor

@adrian-rpf adrian-rpf commented Feb 4, 2026

No code changes but has impact on how AI tools work with this respository.

Points for consideration:

  • Overview: Requires another human to confirm the contents are correct
  • Security - No code changes but impact on how AI tools work
  • Performance - No code changes but impact on how AI tools work

What's changed?

  • Creates AGENTS.md file
  • No code changes

Steps to perform after deploying to production

  • No code changes
  • No Prod changes

AI Usage

  • Created with Cursor - GPT-5.2-Codex

Clarify development instructions in AGENTS.md: explicitly advise using `yarn install` when Yarn 3 is required, update Storybook URL to `http://localhost:6006/storybook/`, remove stale TODOs about Node version and GitHub Packages auth, and simplify the CHANGELOG requirement wording. Documentation-only changes to improve local dev setup clarity.
@adrian-rpf adrian-rpf temporarily deployed to previews/1302/merge February 6, 2026 13:07 — with GitHub Actions Inactive
@adrian-rpf adrian-rpf marked this pull request as ready for review February 6, 2026 13:08
Copilot AI review requested due to automatic review settings February 6, 2026 13:08
Copy link
Contributor

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 an AGENTS.md guide to help contributors (and AI tooling) understand the repo’s structure, local dev workflow, testing/CI, and key conventions for the Raspberry Pi Code Editor web component.

Changes:

  • Introduces AGENTS.md with repository overview and quickstart commands
  • Documents testing/CI commands and local Cypress usage
  • Captures styling/conventions and release/deploy pointers

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@adrian-rpf adrian-rpf temporarily deployed to previews/1302/merge February 6, 2026 16:10 — with GitHub Actions Inactive
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@adrian-rpf adrian-rpf temporarily deployed to previews/1302/merge February 6, 2026 16:11 — with GitHub Actions Inactive
@adrian-rpf adrian-rpf temporarily deployed to previews/1302/merge February 6, 2026 16:18 — with GitHub Actions Inactive
@adrian-rpf adrian-rpf temporarily deployed to previews/1302/merge February 9, 2026 14:01 — with GitHub Actions Inactive
AGENTS.md Outdated
Comment on lines 23 to 28
<<<<<<< Updated upstream
- Node.js: use v18.17.1 locally (as pinned in `.tool-versions`). CI currently runs on Node 16, so avoid using Node APIs or syntax that are not supported in Node 16 until CI is updated or aligned.
- Yarn 3 is required (`packageManager` in `package.json`); `npm install` can fail - use `yarn install` instead.
=======
- Yarn 4 is required (`packageManager` in `package.json`). If you don't have the right Yarn version available, run `corepack enable`. `npm install` can fail - use `yarn install` instead.
>>>>>>> Stashed changes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This conflict snuck through, might need to resolve it manually.

it is a little annoying to have to refer to and maintain the versions of things in another place- is the agent smart enough if we just say that we use the version of node specified in .tool-versions, and the yarn that's installed by corepack?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conflict fixed by AI as human was a muppet with simple commit.

Based on a few places it is recommended to reference the major version.

Be specific about your stack: Say “React 18 with TypeScript, Vite, and Tailwind CSS” not “React project.” Include versions and key dependencies.
https://github.blog/ai-and-ml/github-copilot/how-to-write-a-great-agents-md-lessons-from-over-2500-repositories/

Copy link
Contributor

@zetter-rpf zetter-rpf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a couple of comments, but seems like a good start for us to try to use

…on to 4.

Removed merge conflict markers.
Addresses all issues
@adrian-rpf adrian-rpf temporarily deployed to previews/1302/merge February 9, 2026 17:54 — with GitHub Actions Inactive
@adrian-rpf adrian-rpf temporarily deployed to previews/1302/merge February 9, 2026 18:08 — with GitHub Actions Inactive
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