chore(engine): re-pin to 0.13.0 + refresh schema mirror (schema 1.8) - #2
Merged
Conversation
…> 1.8) Engine v0.13.0 (learn-content-engine#66 / PR #67): picture_choice.src is now an anyOf of the classic assets/ path (<= 500 chars) OR an inline base64 data URI (250000-char cap). Additive - all existing path-src content validates unchanged. First pin bump since 0.12.2 with a REAL mirror content change (lesson + content-manifest schema to x-schema-version 1.8, quality-rules $schema-version tracked). Verified locally: validate_content.py all sets pass, make lint (pinned engine gate 0.13.0) 0 errors, check_schema_drift.py in sync against the 0.13.0 npm tarball. 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.
Part of the ecosystem-wide 0.13.0 re-pin sweep (trigger: astrapi69/learn-content-engine#66, released as v0.13.0 -
picture_choice.srcnow explicitly accepts inline base64 data URIs next to the classicassets/path; additive, all existing content validates unchanged).schema/engine-version.txt: 0.12.2 -> 0.13.0lesson.schema.json,content-manifest.schema.json-> x-schema-version 1.8;quality-rules.json)Verified locally:
validate_content.pyall sets pass,make lint(pinned engine gate) 0 errors,check_schema_drift.pyin sync against the tarball.🤖 Generated with Claude Code