Files
git.stella-ops.org/docs/features/dropped/ci-lint-hook-for-implementor-guidelines.md

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/, or src/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.md files 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/ or devops/scripts/ when implemented