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.2",
"version": "0.10.3",
"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.3]

### Changed

- **`docpage-digest` Anthropic profile: context-engineering blog queue entry removed.** The
new-rules-of-context-engineering blog slice completed — rendered-channel fetch (raw-md
confirmed absent for this page, matching the profile's blog-post channel note) through
interview handoff, dual verification (both verifiers returned corrections; all applied and
cross-vendor re-verified) — so its entry leaves the doc queue per the queue's
remove-on-completion rule.

## [0.10.2]

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ Applies across all of the above:

Blog posts:

- <https://claude.com/blog/the-new-rules-of-context-engineering-for-claude-5-generation-models>
— likely cross-cuts every slice
- <https://claude.com/blog/claude-models-explained-choosing-the-best-model-for-your-use-case>
— pair with the choosing-a-model slice for the routing vet
- <https://claude.com/blog/building-verification-loops-in-claude-code-with-skills>
Expand Down
Loading