Fix CI after published content hardening - #24
Merged
Merged
Conversation
El nuevo runtime SQL (src/lib/executor/sql-node-runtime.ts) requiere node:sqlite, no disponible en Node 20. CI fallaba con "Error: No such built-in module: node:sqlite". Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015jsRquT4TUC9Wug9MMaPnR
… de Sprint 2 Sprint 2 agregó deliberadamente un step de handoff a 8 lecciones de S5 (create-procedure-mysql, jobs, grant-revoke, analizar-mysql, parametros, insert-mongodb, find-mongodb, update-delete-mongodb), llevando S5 de 180 a 188 steps y el curso completo de 368 a 376. El contrato seguía esperando los totales viejos y una regla ciega de "4 steps en toda lección", así que fallaba contra el contenido ya aprobado. Reemplaza esa regla ciega por una lista explícita de las 8 lecciones con handoff aprobado: esas deben tener exactamente 5 steps, y el resto de S5 conserva la exigencia original de exactamente 4. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015jsRquT4TUC9Wug9MMaPnR
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Fixes the two CI regressions exposed after merging the published-content hardening sprint.
node:sqlite.No academic content or production runtime behavior was changed.
Verification
npm run lintpassed.npm run typecheckpassed.git diff --check main...HEADpassed.