Frontmatter
| id | 9772 |
| title | Strengthen Anti-Slop / Quality Pre-Commit Gate in Agent Operational Mandates |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Apr 8, 2026, 12:29 AM |
| updatedAt | Apr 8, 2026, 12:30 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9772 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 8, 2026, 12:30 AM |
Strengthen Anti-Slop / Quality Pre-Commit Gate in Agent Operational Mandates
Closeddocumentationenhancementai
Problem
Currently, the operational rules prioritize the "Ticket-before-Commit" gate as an absolute hard stop. The "Anchor & Echo" Knowledge Base strategy is technically also a gate but doesn't share the same critical warning footprint, leading to instances where AI agents might write code fast (and get the ticket right) but commit it without documentation—potentially exposing the codebase to "AI slop".
Goal
We must harden the Agent Pre-Flight checks so that the code quality standard (specifically 100% semantic JSDoc & the Anchor/Echo strategy) is treated organically as the second half of a single, non-negotiable Pre-Commit Hard Gate.
Execution
AGENTS.mdand upgrade the "Ticket-Before-Commit" section into "The Pre-Commit Hard Gates (Tickets & Anti-Slop)".AGENTS_STARTUP.mdand boldly establish the Knowledge Base Enhancement section as a "Mandatory Anti-Slop Gate", making it strictly forbidden to commit undocumented logic.