feat: document quality gate hook — advisory content validation#142
Closed
DavidROliverBA wants to merge 1 commit intotractorjuice:mainfrom
Closed
feat: document quality gate hook — advisory content validation#142DavidROliverBA wants to merge 1 commit intotractorjuice:mainfrom
DavidROliverBA wants to merge 1 commit intotractorjuice:mainfrom
Conversation
PostToolUse hook that validates ARC document content quality after writes: - Document control completeness (detects placeholders) - Requirement ID format validation - Empty section detection - Cross-reference integrity (referenced ARC docs exist) Advisory only — never blocks writes, surfaces warnings as context. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 tasks
Owner
|
Superseded by #150, which includes your original quality gate hook, hooks.json registration, and guide plus: Lint fixes:
Your original commit is preserved as-is in #150. Thanks for the contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PostToolUse hook that validates ARC document content quality after every write. Advisory only — never blocks, surfaces warnings as context so Claude can offer to fix issues.
[Author],TBD,TODO,XXX)BR-1instead ofBR-001)Files Changed
arckit-claude/hooks/document-quality-gate.mjsarckit-claude/hooks/hooks.jsondocs/guides/document-quality-gate.mdDesign Decisions
extractDocTypefromhook-utils.mjsandDOC_TYPESfromdoc-types.mjsARC-*.mdfiles underprojects/Test plan
🤖 Generated with Claude Code