Add CI workflow and README; close remaining MASTER_PLAN quality gates#4
Draft
Add CI workflow and README; close remaining MASTER_PLAN quality gates#4
Conversation
Co-authored-by: ojspace <28633507+ojspace@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Review and offer next steps
Add CI workflow and README; close remaining MASTER_PLAN quality gates
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The project had working code and tests but no CI and no user-facing documentation — the two remaining unchecked items blocking v1 readiness per
MASTER_PLAN.md.CI (
.github/workflows/ci.yml)Two jobs:
Lint & Required Tests— type-checks withtsc --noEmitand runsbun run test:required(unit + 5 core integration tests, no optional tools needed). This is the blocking gate.Optional Tests— installsunzip,poppler-utils,tesseract-ocrfrom apt, bootstraps PDF/EPUB fixtures, then runs the full suite. Isolates optional-tool regressions from core failures.Both jobs use
permissions: contents: read(minimal GITHUB_TOKEN scope).README
Covers installation, all CLI commands and flags, the complete 13-format support matrix with support levels, optional dependency table, source manifest usage, sample frontmatter output, and development workflow.
MASTER_PLAN.md
Marked CI, README, and the already-completed Release Quality Gates as done. Remaining open items: live YouTube transcript regression and live CNN URL regression.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.