AGENTS.md
AGENTS.mdAGENTS.mdroot
Quality
79/100
Scores the file, not the repository.Length
292 words
5 headings · 0 code blocksRepository
23k
— · pushed 144 days agoLast changed
3 days ago
First indexed 3 days ago.1# AGENTS Guidelines for This Repository23This repository contains a Next.js application located in the root of this repository. When4working on the project interactively with an agent (e.g. the Codex CLI) please follow5the guidelines below so that the development experience – in particular Hot Module6Replacement (HMR) – continues to work smoothly.78## 1. Use the Development Server, **not** `npm run build`910* **Always use `npm run dev` (or `pnpm dev`, `yarn dev`, etc.)** while iterating on the11 application. This starts Next.js in development mode with hot-reload enabled.12* **Do _not_ run `npm run build` inside the agent session.** Running the production13 build command switches the `.next` folder to production assets which disables hot14 reload and can leave the development server in an inconsistent state. If a15 production build is required, do it outside of the interactive agent workflow.1617## 2. Keep Dependencies in Sync1819If you add or update dependencies remember to:20211. Update the appropriate lockfile (`package-lock.json`, `pnpm-lock.yaml`, `yarn.lock`).222. Re-start the development server so that Next.js picks up the changes.2324## 3. Coding Conventions2526* Prefer TypeScript (`.tsx`/`.ts`) for new components and utilities.27* Co-locate component-specific styles in the same folder as the component when28 practical.2930## 4. Useful Commands Recap3132| Command | Purpose |33| ------------------ | -------------------------------------------------- |34| `npm run dev` | Start the Next.js dev server with HMR. |35| `npm run lint` | Run ESLint checks. |36| `npm run test` | Execute the test suite (if present). |37| `npm run build` | **Production build – _do not run during agent sessions_** |3839---4041Following these practices ensures that the agent-assisted development workflow stays42fast and dependable. When in doubt, restart the dev server rather than running the43production build.44
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| aaif-goose/gooseAGENTS.md · 52k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TryGhost/Ghoste2e/AGENTS.md · 55k | AGENTS.md | setupteststylearch+2 | 100/100 | 3 days ago | |
| duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70 | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199k | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| mui/material-uiAGENTS.md · 99k | AGENTS.md | setupbuildtestlint-format+9 | 100/100 | 3 days ago | |
| SkeneTechnologies/skene-cookbookAGENTS.md · 51 | AGENTS.md | setupbuildtestlint-format+7 | 100/100 | 2 days ago | |
| trick77/agents-md-syncAGENTS.md · 2 | AGENTS.md | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| code-yeongyu/oh-my-openagentpackages/web/AGENTS.md · 67k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 2 days ago |
