Frontmatter
| id | 7327 |
| title | Clarify git-ignored class-hierarchy.yaml in AGENTS.md |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 2, 2025, 6:45 PM |
| updatedAt | Oct 2, 2025, 6:46 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7327 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 2, 2025, 6:46 PM |
Add a clear note to AGENTS.md, specifically in the "Read the Codebase Structure" section, indicating that
docs/output/class-hierarchy.yamlis a git-ignored file. This will prevent confusion and frequent session failures when AI agents attempt to open it without realizing it might not be present in a fresh clone or after a clean operation.Acceptance Criteria
AGENTS.mdfile is updated.docs/output/class-hierarchy.yamlbeing git-ignored.class-hierarchy.yaml.