You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Agent Guidelines
2
2
3
-
<!-- Managed by agent: keep sections & order; edit content, not structure. Last updated: 2026-02-04-->
3
+
<!-- Managed by agent: keep sections & order; edit content, not structure. Last updated: 2026-02-22-->
4
4
5
5
**Precedence**: Nearest AGENTS.md wins. This is the root file with global defaults.
6
6
@@ -17,7 +17,7 @@
17
17
18
18
Self-service password change/reset web app for LDAP/ActiveDirectory with email-based password reset, rate limiting, and strict accessibility standards. Single binary deployment with embedded assets.
- Use Context7 MCP or official docs for migrations
288
288
- Keep pnpm-lock.yaml and go.sum committed
289
+
- Use `pnpm.overrides` for transitive dependency CVE fixes when upstream hasn't patched yet
290
+
- Don't add redundant direct deps if a unified package re-exports them (e.g., `typescript-eslint` provides `@typescript-eslint/parser` + `@typescript-eslint/eslint-plugin`)
291
+
292
+
**CI/CD Workflows**:
293
+
294
+
-`pr-quality.yml`: Auto-approves PRs from repo collaborators (solo-maintainer pattern)
295
+
-`auto-merge-deps.yml`: Auto-merges Dependabot/Renovate PRs with strategy auto-detection
296
+
- Bootstrap: The PR introducing `pr-quality.yml` requires manual approval; all subsequent PRs auto-approve
0 commit comments