918 B
918 B
CI Lint Hook for Implementor Guidelines
Status
NOT_FOUND
Description
The advisory called for a CI lint hook stub to enforce guidelines (e.g., docs-touched tagging, schema/versioning control). No automated enforcement tooling was found.
Why Not Implemented
- No CI lint hooks, pre-commit hooks, or automated enforcement tooling found under
.gitea/,devops/, orsrc/Tools/ - CI workflows exist in
.gitea/workflows/but focus on build/test/deploy, not implementor guideline enforcement - No docs-touched tagging or schema versioning control automation found
- The repo uses
AGENTS.mdfiles for contributor guidance but enforcement is manual - Likely deferred; CI lint hooks are typically a low-priority quality-of-life improvement
Source
- Feature matrix scan
Notes
- Module: Uncategorized
- Modules referenced: N/A
- Could live under
.gitea/hooks/ordevops/scripts/when implemented