Skip to content

feat: /abcd:consult and /abcd:ingest skills over the sources corpus - #10

Merged
REPPL merged 3 commits into
mainfrom
feat/sources-skills
Jul 8, 2026
Merged

feat: /abcd:consult and /abcd:ingest skills over the sources corpus#10
REPPL merged 3 commits into
mainfrom
feat/sources-skills

Conversation

@REPPL

@REPPL REPPL commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Adds the two plugin skills fronting the user-level sources corpus:

  • /abcd:consult — corpus search, the confidentiality hard rule (never cite
    or name confidential entries in public artifacts, including identifying
    paraphrase), the append-only provenance ledger contract, and the
    sync-banlist/cite-guard wiring.
  • /abcd:ingest — URL-or-document ingestion split into a deterministic half
    (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.md is the plugin surface per
.claude-plugin/plugin.json, so both resolve as /abcd:consult and
/abcd:ingest once the plugin reloads.

Assisted-by: Claude

REPPL added 3 commits July 8, 2026 20:31
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
REPPL merged commit 3ed208f into main Jul 8, 2026
12 checks passed
@REPPL
REPPL deleted the feat/sources-skills branch July 8, 2026 20:07
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant