Docling Upstream Upgrade
Trigger phrases
- •"fetch latest and port changes over"
- •"upgrade docling upstream"
- •"port latest docling-parse changes"
Purpose
Make upstream upgrades reproducible and auditable for ignored upstream sources.
Primary command
powershell
powershell -ExecutionPolicy Bypass -File .\scripts\fetch-latest-and-port-docling-parse.ps1
What this skill enforces
- •Refresh the tracked upstream delta patch.
- •Fetch latest upstream refs (unless intentionally skipped).
- •Reapply local port delta onto target upstream commit.
- •Run validation gates (tests, smoke, parity, patch check).
- •Update baseline metadata (
patches/docling-parse/upstream-baseline.json). - •Log outcomes in
docs/05_Operations/Progress/progress.md. - •Update docs/changelog when workflow/script behavior changes.
Safe debug modes
- •Preflight only, no workspace mutation:
- •
-DryRun
- •
- •Offline/local preflight:
- •
-SkipFetch
- •
- •Faster command-path verification:
- •
-SkipValidation
- •
- •Keep temp workspace on failure:
- •
-KeepTempOnFailure
- •
Required evidence after run
- •Validation command outcomes recorded in
docs/05_Operations/Progress/progress.md. - •Baseline metadata file updated.
- •
docs/CHANGELOG.mdupdated for workflow/script changes.