docs: register the two hook-entry pipelines in the signal inventory#281
Merged
Conversation
intake-sweep is a signal pipeline in exactly the SPEC-200 sense (collect -> propose a staging block) but was absent from the inventory that spec cites as its evidence base. Registering it surfaced that backlog-stage, its direct sibling and the older of the two, was never listed either: the original sweep enumerated CLI entries and missed hook-entry pipelines. Both are now rows 20-21, the staging-block proposal list reads 2/5/15/20/21, and the header records why the first sweep had the blind spot.
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.
What
Registers
intake-sweep(merged in #279) andbacklog-stageindocs/verification/signal-pipeline-inventory.mdas rows 20-21, and updates SPEC-200's count + appendix to match.Why
SPEC-200 cites that inventory as its evidence base for "the kit has one ETL class with five vocabularies".
intake-sweepis a pipeline of exactly that shape (collect -> propose a## [staged]block) and was missing. Registering it surfaced thatbacklog-stage, its older sibling and the other hook-entry pipeline feeding the same staging file, was never listed either: the original 2026-07-14 sweep enumerated CLI entries and had a blind spot for hook entries. The header now records that so the next sweep does not repeat it.Test
tests/test-meta.sh0 FAIL,tests/test-intake-sweep.sh19/19. Docs-only change; no count is pinned by any test (checked), so the 19 -> 21 update is prose-consistent rather than gate-enforced.