AGENTS.md
AGENTS.mdAGENTS.mdroot
Quality
51/100
Scores the file, not the repository.Length
205 words
4 headings · 0 code blocksRepository
101k
— · pushed 2 days agoLast changed
3 days ago
First indexed 3 days ago.12345This is the source code for the Angular framework. This guide outlines standard practices for AI agents working in this repository.67## Environment89- Use `pnpm` for package management.10- Use `pnpm bazel test //target` to run tests.1112## Key Documentation1314- [Building and Testing](contributing-docs/building-and-testing-angular.md): definitive guide for running targets.15- [Coding Standards](contributing-docs/coding-standards.md): style guide for TypeScript and other files.16- [Commit Guidelines](contributing-docs/commit-message-guidelines.md): format for commit messages and PR titles.1718## Testing1920- **Zoneless & Async-First:** Assume a zoneless environment where state changes schedule updates asynchronously.21 - **Do NOT** use `fixture.detectChanges()` to manually trigger updates.22 - **ALWAYS** use the "Act, Wait, Assert" pattern:23 1. **Act:** Update state or perform an action.24 2. **Wait:** `await fixture.whenStable()` to allow the framework to process the scheduled update.25 3. **Assert:** Verify the output.26- To keep tests fast, minimize the need for waiting:27 - Use `useAutoTick()` (from `packages/private/testing/src/utils.ts`) to fast-forward time via the mock clock.28- When waiting is necessary, use real async tests (`it('...', async () => { ... })`) along with:29 - `await timeout(ms)` (from `packages/private/testing/src/utils.ts`) to wait a specific number of milliseconds.30 - `await fixture.whenStable()` to wait for framework stability.3132## Pull Requests3334- Use the `gh` CLI (GitHub CLI) for creating and managing pull requests.35
Also in angular/angular
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| angular/angularadev/src/context/GEMINI.md · 101k | GEMINI.md | lint-formatstyletypes | 62/100 | 3 days ago |
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 | |
| n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199k | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70 | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| SkeneTechnologies/skene-cookbookAGENTS.md · 51 | AGENTS.md | setupbuildtestlint-format+7 | 100/100 | 2 days ago | |
| wpscanteam/wpscanAGENTS.md · 9.7k | AGENTS.md | setupbuildteststyle+6 | 100/100 | 2 days ago | |
| code-yeongyu/oh-my-openagentpackages/web/AGENTS.md · 67k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 2 days ago | |
| mui/material-uiAGENTS.md · 99k | AGENTS.md | setupbuildtestlint-format+9 | 100/100 | 3 days ago | |
| TryGhost/Ghoste2e/AGENTS.md · 55k | AGENTS.md | setupteststylearch+2 | 100/100 | 3 days ago |
