Skip to content

chore: bump marketplace submodule to sync Grok workflow mirror - #435

Merged
taosu0216 merged 1 commit into
mainfrom
chore/bump-marketplace-submodule
Jul 16, 2026
Merged

taosu0216 merged 1 commit into
mainfrom
chore/bump-marketplace-submodule

Conversation

@taosu0216

@taosu0216 taosu0216 commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fixes broken main CI: PR feat(cli): add Grok Build platform support #433 updated packages/cli/src/templates/trellis/workflow.md (Grok Build additions) but the marketplace submodule's workflows/native/workflow.md mirror was never synced.
  • Bumps the marketplace submodule 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)
  • Diffed marketplace/workflows/native/workflow.md against packages/cli/src/templates/trellis/workflow.md — byte-identical

Summary by CodeRabbit

  • Chores
    • Updated the marketplace subproject to the latest internal revision.
    • No changes were made to exported functionality or user-facing behavior.
    • Existing marketplace features and workflows remain unchanged.

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.
@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b897d067-8d1c-4169-940a-fe6089fd2fce

📥 Commits

Reviewing files that changed from the base of the PR and between 5c28b8e and 9faf1bb.

📒 Files selected for processing (1)
  • marketplace

📝 Walkthrough

Walkthrough

The marketplace subproject pointer was advanced from commit 19f4978efb99b1ec6f16ec6d89d8d8a9d165b990 to commit 433a4b2a3d1d423b096f1067ff007879ed07fd56.

Changes

Marketplace Update

Layer / File(s) Summary
Advance marketplace pointer
marketplace
The subproject pointer is updated to a newer commit.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the submodule bump and workflow mirror sync that this change makes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-marketplace-submodule

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@taosu0216
taosu0216 merged commit 986500c into main Jul 16, 2026
2 checks passed
@taosu0216
taosu0216 deleted the chore/bump-marketplace-submodule branch July 16, 2026 08:48
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>
@coderabbitai coderabbitai Bot mentioned this pull request Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant