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.10",
"version": "0.10.11",
"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
12 changes: 12 additions & 0 deletions plugins/knowledge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.11]

### Changed

- **`docpage-digest` Anthropic profile: thinking-steering-and-cost queue entry removed, emptying
the "Thinking" category.** The thinking-steering-and-cost platform doc slice completed — raw-md
fetch through interview handoff, dual verification (three correction rounds, re-verified PASS by
both arms on identical frozen bytes, no degraded fallback) — so its entry leaves the doc queue
per the queue's remove-on-completion rule, and the now-empty "Thinking" category heading goes
with it, as its paired run-9 entry's PR anticipated. Both overlapping thinking docs are now
digested, one page per run under the category's contract.

## [0.10.10]

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ Every model-pinned spawn brief uses the conditional framing contract from `SKILL
Pending Anthropic docs for this pipeline. Verify each URL live at fetch time; remove entries as
their slices complete.

Thinking (two overlapping docs — two runs, one page per run by contract):

- <https://platform.claude.com/docs/en/build-with-claude/thinking-steering-and-cost>

Deferred with trigger (not queued):

- <https://platform.claude.com/docs/en/build-with-claude/task-budgets> — api-only (the page
Expand Down