Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/knowledge/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "knowledge",
"version": "0.10.11",
"version": "0.10.12",
"description": "Ingest external knowledge into durable, synthesized artifacts. Ships a book-distillation pipeline (PDF/EPUB into concept-organized, author-attributed skill reference files), a YouTube pipeline (watch, transcript, link harvest, and repo-applicability synthesis), a course-digest pipeline (extract and synthesize online video courses — Dometrain, Teachable — into repo-applicable recommendations), and a docpage-digest pipeline (single online documentation page into a verified knowledge slice with dual verification — one cross-vendor verifier — and an interview handoff), plus a re-runnable setup action; a configurable library directory governs where synthesized artifacts land in the consuming repo.",
"author": {
"name": "Melodic Software",
Expand Down
11 changes: 11 additions & 0 deletions plugins/knowledge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to the `knowledge` plugin are recorded here. The `version` i
`.claude-plugin/plugin.json` is the delivery vehicle — a consumer receives a change
only after that version increases.

## [0.10.12]

### Changed

- **`docpage-digest` Anthropic profile: resources-overview queue entry removed.** The
`platform.claude.com/docs/en/resources/overview` slice completed — raw-md fetch through interview
handoff, with dual verification reached on identical SHA-256-pinned bytes (both arms PASS, no
MAJOR findings) — so its entry leaves the doc queue per the queue's remove-on-completion rule. The
"Supplementary references" heading remains: the system-prompts release-notes page is a separate
concurrent run under the same heading, and its own queue PR removes the heading when it empties.

## [0.10.11]

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ Deferred with trigger (not queued):

Supplementary references:

- <https://platform.claude.com/docs/en/resources/overview>
- <https://platform.claude.com/docs/en/release-notes/system-prompts>

Blog posts:
Expand Down