chore: adopt Apache-2.0 for code; separate data-licensing policy — closes #16 - #26
Merged
Conversation
- LICENSE: canonical Apache-2.0 text (maintainer decision: reference- engine adoption is the goal, patent grant included) - NOTICE: attribution per Apache-2.0 section 4(d) - docs/data-licensing.md: benchmark/corpus data is licensed separately from code — per-item creator/source_url/license manifest required, default-deny for unlicensed material (especially Korean exam items), synthetic-first fixtures, takedown process - README: license-pending banners replaced with the Apache-2.0 terms Note: pre-existing commits are by a single author (sonwr); their concurrence with the license choice should be confirmed as a courtesy. Closes #16 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mikim
added a commit
that referenced
this pull request
Jul 14, 2026
…27) A 3-lens adversarial audit of the final README against merged code surfaced 10 incremental-edit drift defects; this fixes all of them: - Status banner: 'serves only health/demo endpoints' -> honest text-only vertical slice description (still pre-alpha, gaps listed) - 'authored on a single day' -> scaffold (2026-04-10) vs current implementation (2026-07-14, PRs #18-#26) - Schema bullet: removed 'error notebook / review tasks' (models are gone) -> remediation-loop entities - Stray dangling database bullet merged into the list properly - Scheduler row: 14 -> 12 unit tests; readyz phrasing conditioned on DATABASE_URL; seed.ts -> seed.mts; api layout comment lists product routes; migrations plural - Known gaps rewritten to the real remaining gaps (auth, quiz-engine stub, PDF/storage); M0-M2 marked complete - 'FSRS should be introduced' -> is implemented - Maintenance-gate 30-day items struck through where satisfied (DRI still open) - Local-development endpoint list includes the product routes - Contributing section points past completed milestones Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
mikim
added a commit
that referenced
this pull request
Jul 14, 2026
#29) - PR range #18–#26 → #18–#28 - 'application wiring lands with M2' → first half of the loop is live (attempt → auto ErrorEpisode → review queue); cause suggest/confirm + interventions are the next slice - Remediation-model row updated to match - Local-development endpoint list gains the quiz endpoints Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.
What
Resolves the license decision (#16) per the maintainer's choice: Apache-2.0 for code (reference-engine adoption as the goal, explicit patent grant), with benchmark/corpus data licensed separately.
Closes #16
Contents
creator / source_url / licensemanifest mandatory, default-deny for unlicensed material (explicitly including Korean 기출문제 until item rights are secured — ties into the exam-vertical gate), synthetic-first fixtures, takedown process.license pendingbanners replaced with the actual terms.All 7 pre-existing scaffold commits are by a single author (@sonwr). The maintainer (with maintain access) selected Apache-2.0; as the issue's first acceptance item notes, confirming @sonwr's concurrence is recommended as a courtesy — flagging here for visibility.
🤖 Generated with Claude Code