Unfreeze Worksheet Crafter (darwin) - #51162
Conversation
Script Diff Resultsee/maintained-apps/outputs/worksheet-crafter/darwin.json=== Install // aa497eb5 -> f9fb2f76 ===
--- /tmp/old.G3t0xr 2026-08-13 17:44:07.662610896 +0000
+++ /tmp/new.rNUtF0 2026-08-13 17:44:07.663610920 +0000
@@ -96,5 +96,5 @@
# install pkg files
quit_and_track_application 'com.SchoolCraft.WillBeReplacedByQMake'
-sudo installer -pkg "$TMPDIR/worksheet-crafter_2026.2.4.pkg" -target / || exit $?
+sudo installer -pkg "$TMPDIR/worksheet-crafter_2026.2.5.pkg" -target / || exit $?
relaunch_application 'com.SchoolCraft.WillBeReplacedByQMake'
=== Uninstall Script (no changes) === |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
WalkthroughThe Worksheet Crafter Homebrew definition no longer includes the Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Unfreezes the Fleet-maintained app definition for worksheet-crafter/darwin and updates the generated maintained-app output so the Darwin validation shard can run against the current upstream release.
Changes:
- Removes the
"frozen": trueflag from the Worksheet Crafter Homebrew input definition. - Regenerates the Darwin output manifest for Worksheet Crafter, bumping to
2026.2.5(URL, checksum, and install script ref) and including anopenquery.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| ee/maintained-apps/outputs/worksheet-crafter/darwin.json | Updates the generated darwin manifest to v2026.2.5 (queries, installer URL, sha256, script ref). |
| ee/maintained-apps/inputs/homebrew/worksheet-crafter.json | Removes the frozen flag to allow ingestion/validation to proceed for this slug. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Automated unfreeze probe. Removes
"frozen": trueand regenerates the output manifest sotest-fma-darwin-pr-onlycan validateworksheet-crafter/darwinat its current upstream version.Frozen since: 2026-07-09 (4a219a2, "Update Fleet-maintained apps (#49055)")
Version: 2026.2.4 -> 2026.2.5
Draft until validation reports. Merge only if the FMA checks are green and the validate shard
actually ran for this slug.
Generated by Claude Code
Summary by CodeRabbit
New Features
Bug Fixes