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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to scriptorium are documented here. Format loosely follows

## [Unreleased]

### Added
- **`youtube-research-ingestor` skill (INGEST).** Turns a YouTube URL into a local,
source-graded research artifact — metadata, transcript (official subtitles first,
local Whisper fallback), structured summary, an extracted-claims table, references/
entities mentioned, a verification-needed list, optional technical-artifact and frame
notes, and an audit. Local-first (yt-dlp + ffmpeg + whisper), treats YouTube as a
secondary source, never promotes an unsupported claim to fact, never fabricates
references/DOIs/timestamps/quotations. Composes with `epistemic-status` (claim grading),
`field-note-from-url` (provenance note), and `literature-search` (primary-source
verification). Modes: transcript | summary | claims | scientific-review |
technical-review | teaching-notes.

### Changed
- **`codex_cli` backend: provisional → argv-verified.** `codex` (codex-cli 0.139.0) is now
installed locally; `codex exec` runs non-interactively and reads the prompt from stdin, exactly
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ The name evokes the medieval *scriptorium* — the room where manuscripts were w
| [reporting-guideline-check](skills/reporting-guideline-check/SKILL.md) | REVIEW | Reporting checklist (STROBE/CONSORT/PRISMA/TRIPOD + extended) → compliance table, gap list, fixes. |
| [epistemic-status](skills/epistemic-status/SKILL.md) | all | Graduated evidence status + confidence + source independence for any claim, with explicit promotion thresholds. |
| [field-note-from-url](skills/field-note-from-url/SKILL.md) | INGEST | URL → structured note with provenance frontmatter; stub pattern for blocked sources. |
| [youtube-research-ingestor](skills/youtube-research-ingestor/SKILL.md) | INGEST | YouTube URL → local research artifact (transcript, summary, graded-claims table, references, verification-needed, audit); local-first, secondary-source discipline, no fabricated citations. |
| [manuscript-imrad](skills/manuscript-imrad/SKILL.md) | WRITE | Structure-audit a draft against IMRaD; claims-vs-data alignment, explicit Limitations, spin-flagging. |
| [peer-paraphrase](skills/peer-paraphrase/SKILL.md) | WRITE | Academic paraphrasing by the PEER framework (Point → Evidence → Explanation → Repeat). |
| [power-sample-size](skills/power-sample-size/SKILL.md) | ANALYZE | A-priori power & sample-size + sensitivity table + Methods sentence; engine-backed for the designs listed in [STATUS.md](STATUS.md), agent-guided beyond. |
Expand Down
Loading
Loading