Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rsml
/
tutor
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Phase 7: durability, migrations, and a typed AI error taxonomy
- #55
#55
Merged
rsml
merged 25 commits into
master
rsml/tutor:master
from
phase-7-durability
rsml/tutor:phase-7-durability
Copy head branch name to clipboard
Jul 21, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
Phase 7: durability, migrations, and a typed AI error taxonomy
#55
rsml
merged 25 commits into
master
rsml/tutor:master
from
phase-7-durability
rsml/tutor:phase-7-durability
Copy head branch name to clipboard
Commits
Commits on Jul 21, 2026
docs(plans): commit the reconciled phase 7 plan
Show description for 39bd5da
rsml
committed
39bd5da
View commit details
Copy full SHA for 39bd5da
Browse repository at this point
test(migrations): anchor the books ignore and commit v1 fixture libraries
Show description for a3469ae
rsml
committed
a3469ae
View commit details
Copy full SHA for a3469ae
Browse repository at this point
test(migrations): add red tests for schema versioning and migration chains
Show description for df8995e
rsml
committed
df8995e
View commit details
Copy full SHA for df8995e
Browse repository at this point
feat(migrations): add pure schema versioning and migration chains
Show description for 22b06fa
rsml
committed
22b06fa
View commit details
Copy full SHA for 22b06fa
Browse repository at this point
feat(adapters): guard reads and stamp writes with the current schema version
Show description for 79f02f8
rsml
committed
79f02f8
View commit details
Copy full SHA for 79f02f8
Browse repository at this point
test(ports): add red tests for the LibraryMigrator port
Show description for 4ea1ec9
rsml
committed
4ea1ec9
View commit details
Copy full SHA for 4ea1ec9
Browse repository at this point
feat(migrations): add the real LibraryMigrator adapter and run it at boot
Show description for da233c6
rsml
committed
da233c6
View commit details
Copy full SHA for da233c6
Browse repository at this point
test(server): pin the AI error taxonomy and retry policy before they exist
Show description for ac23992
rsml
committed
ac23992
View commit details
Copy full SHA for ac23992
Browse repository at this point
feat(server): add retry and a typed error taxonomy to TextGeneration
Show description for 7bb37c0
rsml
committed
7bb37c0
View commit details
Copy full SHA for 7bb37c0
Browse repository at this point
docs(plans): reconcile the phase 7 plan with what the code turned out to be
Show description for 65a0c35
rsml
committed
65a0c35
View commit details
Copy full SHA for 65a0c35
Browse repository at this point
test(server): pin the job journal contract before it exists
Show description for 50f0dde
rsml
committed
50f0dde
View commit details
Copy full SHA for 50f0dde
Browse repository at this point
feat(server): persist in-flight background jobs to a journal
Show description for 84e0c29
rsml
committed
84e0c29
View commit details
Copy full SHA for 84e0c29
Browse repository at this point
test(routes): reproduce the empty chapter-generation stream over a real socket
Show description for bf89fe0
rsml
committed
bf89fe0
View commit details
Copy full SHA for bf89fe0
Browse repository at this point
fix(routes): listen for disconnect on the response, not the request
Show description for 4b8892b
rsml
committed
4b8892b
View commit details
Copy full SHA for 4b8892b
Browse repository at this point
refactor(domain): name both job statuses and say where the stamp is tested
Show description for 2fba22b
rsml
committed
2fba22b
View commit details
Copy full SHA for 2fba22b
Browse repository at this point
fix(adapters): stop a failed journal write from killing the process
Show description for e34e436
rsml
committed
e34e436
View commit details
Copy full SHA for e34e436
Browse repository at this point
refactor(server): expose the built ports so startup acts on the real ones
Show description for 89516c1
rsml
committed
89516c1
View commit details
Copy full SHA for 89516c1
Browse repository at this point
feat(server): journal generate-chapter jobs and let the hub seed an interrupted one
Show description for 04ba189
rsml
committed
04ba189
View commit details
Copy full SHA for 04ba189
Browse repository at this point
test(server): add red tests for resuming interrupted jobs at boot
Show description for d63af72
rsml
committed
d63af72
View commit details
Copy full SHA for d63af72
Browse repository at this point
feat(server): resume interrupted background jobs at boot
Show description for 9eec82e
rsml
committed
9eec82e
View commit details
Copy full SHA for 9eec82e
Browse repository at this point
fix(routes): journal checkpoints on the live path, not only on resume
Show description for e1cdeb4
rsml
committed
e1cdeb4
View commit details
Copy full SHA for e1cdeb4
Browse repository at this point
feat(server): surface the AI failure class on error bodies and SSE events
Show description for a61b205
rsml
committed
a61b205
View commit details
Copy full SHA for a61b205
Browse repository at this point
feat(reader): surface an interrupted generation and route auth failures
Show description for 319e7c1
rsml
committed
319e7c1
View commit details
Copy full SHA for 319e7c1
Browse repository at this point
docs(plans): record the last three findings from execution
Show description for e186099
rsml
committed
e186099
View commit details
Copy full SHA for e186099
Browse repository at this point
docs(adapters): warn that importing narration makes any rejection fatal
Show description for ef79cea
rsml
committed
ef79cea
View commit details
Copy full SHA for ef79cea
Browse repository at this point
You can’t perform that action at this time.