[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-3719":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},3719,"agents.md","agentsmd\u002Fagents.md","agentsmd","AGENTS.md — a simple, open format for guiding coding agents","https:\u002F\u002Fagents.md",null,"TypeScript",22148,1632,159,81,0,18,189,927,111,119.64,"MIT License",false,"main",true,[],"2026-06-12 04:00:19","# AGENTS.md\n\n![AGENTS.md logo](.\u002Fpublic\u002Fog.png)\n\n[AGENTS.md](https:\u002F\u002Fagents.md) is a simple, open format for guiding coding agents.\n\nThink of AGENTS.md as a README for agents: a dedicated, predictable place\nto provide context and instructions to help AI coding agents work on your project.\n\nBelow is a minimal example of an AGENTS.md file:\n\n```markdown\n# Sample AGENTS.md file\n\n## Dev environment tips\n- Use `pnpm dlx turbo run where \u003Cproject_name>` to jump to a package instead of scanning with `ls`.\n- Run `pnpm install --filter \u003Cproject_name>` to add the package to your workspace so Vite, ESLint, and TypeScript can see it.\n- Use `pnpm create vite@latest \u003Cproject_name> -- --template react-ts` to spin up a new React + Vite package with TypeScript checks ready.\n- Check the name field inside each package's package.json to confirm the right name—skip the top-level one.\n\n## Testing instructions\n- Find the CI plan in the .github\u002Fworkflows folder.\n- Run `pnpm turbo run test --filter \u003Cproject_name>` to run every check defined for that package.\n- From the package root you can just call `pnpm test`. The commit should pass all tests before you merge.\n- To focus on one step, add the Vitest pattern: `pnpm vitest run -t \"\u003Ctest name>\"`.\n- Fix any test or type errors until the whole suite is green.\n- After moving files or changing imports, run `pnpm lint --filter \u003Cproject_name>` to be sure ESLint and TypeScript rules still pass.\n- Add or update tests for the code you change, even if nobody asked.\n\n## PR instructions\n- Title format: [\u003Cproject_name>] \u003CTitle>\n- Always run `pnpm lint` and `pnpm test` before committing.\n```\n\n## Website\n\nThis repository also includes a basic Next.js website hosted at https:\u002F\u002Fagents.md\u002F\nthat explains the project’s goals in a simple way, and featuring some examples.\n\n### Running the app locally\n1. Install dependencies:\n   ```bash\n   pnpm install\n   ```\n2. Start the development server:\n   ```bash\n   pnpm run dev\n   ```\n3. Open your browser and go to http:\u002F\u002Flocalhost:3000\n","AGENTS.md 是一个简洁且开放的格式，用于指导编码代理工作。其核心功能是为AI编码代理提供上下文信息和指令，帮助它们更有效地参与到项目中来。采用TypeScript编写，支持开发者环境提示、测试指南以及PR提交规范等关键内容，使得无论是配置开发环境还是进行代码测试与提交都能更加高效有序。适用于需要利用AI辅助编程或自动化处理代码相关任务的各种软件开发场景。",2,"2026-06-11 02:55:47","top_language"]