feat: /abcd:consult and /abcd:ingest skills over the sources corpus - #10
Merged
Conversation
The consult skill carries the confidentiality hard rule, the corpus search flow, the provenance ledger contract, and the guard wiring; the ingest skill splits registration into a deterministic half (the corpus add-source script — fetch, convert, store) and a judgment half (reference metadata, retrieval keywords, class and permission, an extraction quality check). Both stop gracefully when no corpus exists. Assisted-by: Claude:claude-fable-5
Assisted-by: Claude:claude-fable-5
Acknowledgment must survive paraphrase: every influence line now records which document(s) it landed in, so the source-to-document map is machine-readable in both directions — including for confidential sources, whose acknowledgment lives only in the ledger. Assisted-by: Claude:claude-fable-5
REPPL
added a commit
that referenced
this pull request
Jul 11, 2026
) * feat: /abcd:consult and /abcd:ingest skills over the sources corpus The consult skill carries the confidentiality hard rule, the corpus search flow, the provenance ledger contract, and the guard wiring; the ingest skill splits registration into a deterministic half (the corpus add-source script — fetch, convert, store) and a judgment half (reference metadata, retrieval keywords, class and permission, an extraction quality check). Both stop gracefully when no corpus exists. Assisted-by: Claude:claude-fable-5 * docs: CHANGELOG entry for the consult/ingest skills Assisted-by: Claude:claude-fable-5 * feat: ledger used_in field in the consult skill contract Acknowledgment must survive paraphrase: every influence line now records which document(s) it landed in, so the source-to-document map is machine-readable in both directions — including for confidential sources, whose acknowledgment lives only in the ledger. Assisted-by: Claude:claude-fable-5
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.
Adds the two plugin skills fronting the user-level sources corpus:
or name confidential entries in public artifacts, including identifying
paraphrase), the append-only provenance ledger contract, and the
sync-banlist/cite-guard wiring.
(the corpus registrar script: fetch, convert, store, per-source commit) and a
judgment half (clean reference metadata, retrieval keywords, class/permission
decisions, extraction quality check).
Both stop gracefully on machines without a corpus. CHANGELOG entry included.
Wired:
skills/<name>/SKILL.mdis the plugin surface per.claude-plugin/plugin.json, so both resolve as/abcd:consultand/abcd:ingestonce the plugin reloads.Assisted-by: Claude