RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/AGENTS.md/angular/angular

AGENTS.md

AGENTS.md
AGENTS.mdroot

Quality

51/100

Scores the file, not the repository.

Length

205 words

4 headings · 0 code blocks

Repository

101k

— · pushed 2 days ago

Last changed

3 days ago

First indexed 3 days ago.
angular/angular/AGENTS.mdRawGitHub
1---
2trigger: always_on
3---
4 
5This is the source code for the Angular framework. This guide outlines standard practices for AI agents working in this repository.
6 
7## Environment
8 
9- Use `pnpm` for package management.
10- Use `pnpm bazel test //target` to run tests.
11 
12## Key Documentation
13 
14- [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.
17 
18## Testing
19 
20- **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.
31 
32## Pull Requests
33 
34- Use the `gh` CLI (GitHub CLI) for creating and managing pull requests.
35 

Commands it names

  • pnpm
  • pnpm bazel test //target

Sections

  • Environment
  • Key Documentation
  • Testing
  • Pull Requests

What it covers

setuptesttesting-strategygit-prdocs

Stack — with the evidence

typescript

(1.00)

javascript

(1.00)

node

(1.00)

angular

(1.00)

tailwind

(0.70)

monorepo

(0.60)

pnpm

(0.60)

github-actions

(0.60)

Glob targeting

  • always_on

Format

AGENTS.md

A plain-markdown README for coding agents, deliberately unopinionated: no frontmatter, no globs, no vendor keys. That minimalism is why it became the one file a dozen different agents will read, and why it carries the least per-file targeting power of any format here.

What the corpus says about it

Repository

Owner
angular
Language
—
License
—
Archived
no

All configs in this repo

Also in angular/angular

Diff this repo’s formats

One 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?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
angular/angularadev/src/context/GEMINI.md · 101kGEMINI.mdtypescriptjavascript+6lint-formatstyletypes62/1003 days ago
Diff against adev/src/context/GEMINI.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
aaif-goose/gooseAGENTS.md · 52kAGENTS.mdrusttypescript+2setupbuildtestlint-format+6100/1003 days ago
n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199kAGENTS.mdtypescriptlangchain+16buildteststylearch+3100/1003 days ago
duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70AGENTS.mdtypescriptjavascript+5buildteststylearch+3100/1003 days ago
SkeneTechnologies/skene-cookbookAGENTS.md · 51AGENTS.mdpythoneslint+4setupbuildtestlint-format+7100/1002 days ago
wpscanteam/wpscanAGENTS.md · 9.7kAGENTS.mdrubyvue+3setupbuildteststyle+6100/1002 days ago
code-yeongyu/oh-my-openagentpackages/web/AGENTS.md · 67kAGENTS.mdtypescriptbun+10setupbuildtestlint-format+6100/1002 days ago
mui/material-uiAGENTS.md · 99kAGENTS.mdtypescriptjavascript+13setupbuildtestlint-format+9100/1003 days ago
TryGhost/Ghoste2e/AGENTS.md · 55kAGENTS.mdtypescriptjavascript+12setupteststylearch+2100/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack