chore: bump marketplace submodule to sync Grok workflow mirror - #435
Merged
Merged
Conversation
PR #433 updated packages/cli/src/templates/trellis/workflow.md but the marketplace submodule's workflows/native/workflow.md mirror was never synced, breaking main CI ("marketplace native workflow mirror matches the bundled workflow"). marketplace#8 fixes the mirror content; this bumps the pinned commit. Verified: full CLI test suite (1366 passed, 0 failed) against the bumped submodule.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesMarketplace Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
3 tasks
taosu0216
added a commit
that referenced
this pull request
Jul 16, 2026
…aks (#436) pre-commit only ran lint-staged (eslint/prettier on staged .ts files) — no test execution locally. Combined with a common local setup where the marketplace submodule isn't initialized, PR #433's marketplace/workflows mirror drift (the CI failure fixed in #435) went undetected through every local check and only surfaced when CI ran with a full submodule checkout. Also: - Initializes the marketplace submodule before testing, since several tests diff templates against its mirrored content and a missing checkout would otherwise fail every commit regardless of relevance. - Unsets GIT_DIR/GIT_WORK_TREE/GIT_INDEX_FILE/GIT_COMMON_DIR/ GIT_OBJECT_DIRECTORY before running tests. Git sets these for the hook's own process; some git-integration tests shell out to `git` inside their own tmp fixture repos, and without unsetting these first those nested git calls inherit this repo's real coordinates instead of the fixture's — verified this actually corrupts the real repo's worktree metadata (reproduced and repaired during this change). Validated in a disposable worktree: a real `git commit` through this hook ran all 1366 tests clean, and every other worktree sharing this bare repo was confirmed untouched before/after. Co-authored-by: taosu <taosu@mindfold.ai>
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
packages/cli/src/templates/trellis/workflow.md(Grok Build additions) but themarketplacesubmodule'sworkflows/native/workflow.mdmirror was never synced.marketplacesubmodule pointer to mindfold-ai/marketplace#8 (already merged), which brings the mirror content in sync.Test plan
pnpm exec vitest run— 1366 passed, 0 failed (was 1 failed with the stale submodule)marketplace/workflows/native/workflow.mdagainstpackages/cli/src/templates/trellis/workflow.md— byte-identicalSummary by CodeRabbit