AGM-004: Missing Project Context - AGENTS.md
Summary
- Rule ID:
AGM-004 - Severity:
MEDIUM - Category:
AGENTS.md - Normative Level:
BEST_PRACTICE - Auto-Fix:
No - Verified On:
2026-02-04
Applicability
- Tool:
all - Version Range:
unspecified - Spec Revision:
unspecified
Evidence Sources
Test Coverage Metadata
- Unit tests:
true - Fixture tests:
true - E2E tests:
false
Examples
The following examples demonstrate what triggers this rule and how to fix it.
Invalid
# Build Commands
Run npm install and npm build.
## Testing
Use npm test.
Valid
# Project
This is a web application for task management built with React and Node.js.
## Build Commands
Run npm install and npm build.