docs(reading): point the LLM context at where the pipeline depth lives - #2568
Open
gavinmcfall wants to merge 1 commit into
Open
docs(reading): point the LLM context at where the pipeline depth lives#2568gavinmcfall wants to merge 1 commit into
gavinmcfall wants to merge 1 commit into
Conversation
context.md is the doc an agent loads first for this domain, and it had no reference to the nerdz-reading repo at all — so the cluster map was reachable but the pipeline semantics were not. Adds a pointer block above the first generated section (outside the generated:start/end markers, so regeneration leaves it alone) naming the docs index, the pipeline doc, acquisition/seed safety, the bake process, and the concept capsules. Also states three load-bearing facts inline, because each has already been re-derived wrongly at least once: the genre tree on disk is the integration contract; ABS parses embedded ebook metadata only at first index; and Bindery's autoGrab kill-switch does not stop an already-running sweep.
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.
docs/domains/reading/context.mdis the doc an agent loads first for this domain, and it contained no reference to thenerdz-readingrepo at all — so the cluster map was reachable, but the pipeline semantics (how a book actually gets from acquisition to shelf) were not.Adds a short pointer block naming the docs index, the pipeline doc, acquisition/seed safety, the bake process, and the concept capsules.
Placed above the first generated section, outside the
generated:start/generated:endmarkers, so the domain-docs skill can regenerate without clobbering it. Markers verified still balanced (3/3).It also states three facts inline, because each has already been re-derived wrongly at least once:
Books/{Genre}/{Author}/{Series}/{NN - Title}/)UPTODATEforever)Docs-only; no manifest or runtime change.