Frontmatter
| id | 9541 |
| title | Remove outdated and redundant .github/CONCEPT.md |
| state | Closed |
| labels | documentationairefactoring |
| assignees | tobiu |
| createdAt | Mar 24, 2026, 3:11 PM |
| updatedAt | Mar 24, 2026, 3:12 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9541 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 24, 2026, 3:12 PM |
Remove outdated and redundant .github/CONCEPT.md
tobiu assigned to @tobiu on Mar 24, 2026, 3:12 PM

tobiu
Mar 24, 2026, 3:12 PM
Input from Gemini 3.1 Pro:
✦ I have successfully removed the outdated and redundant
.github/CONCEPT.mdfile. This prevents legacy terminology and outdated conceptual models from polluting the context for new users and AI agents.Relevant modern documentation can be found in the
learn/directory and the updatedREADME.md.Changes pushed to
dev. (#9541)
tobiu closed this issue on Mar 24, 2026, 3:12 PM
Description
The file
.github/CONCEPT.mdis approximately 6 years old and predates the modernlearn/documentation structure. It contains outdated information and terminology (e.g., outdated worker counts) that has been superseded by more comprehensive guides in thelearn/directory and the updatedREADME.md.Proposed Changes
.github/CONCEPT.md.Justification
Maintaining legacy "conceptual" documentation alongside modern guides creates "Context Poisoning" for both new users and AI agents. Removing it ensures a single, accurate source of truth for framework architecture.