Files
angular__angular/AGENTS.md
T
kirjs 5301711b4e docs: rename agents.md to AGENTS.md
(cherry picked from commit 19aa1eb95e)
2026-02-02 10:10:45 -08:00

812 B

This is the source code for the Angular framework. This guide outlines standard practices for AI agents working in this repository.

Environment

  • Use pnpm for package management.
  • Use pnpm bazel test //target to run tests. Do not use ng test, or just bazel

Key Documentation

Pull Requests

  • Use the gh CLI (GitHub CLI) for creating and managing pull requests.
  • Avoid using browser tools for PR operations when possible to maintain workflow efficiency.