feat(grok): add grok-code-headless submodule and resolver wiring - #835
Open
Juliusolsson05 wants to merge 7 commits into
Open
feat(grok): add grok-code-headless submodule and resolver wiring#835Juliusolsson05 wants to merge 7 commits into
Juliusolsson05 wants to merge 7 commits into
Conversation
…the other headless packages
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.
Task 1 of the grok provider plan (docs/superpowers/plans/2026-09-07-grok-package-wiring.md on this branch). New public package repo Juliusolsson05/grok-code-headless (skeleton, full standard test-contract scripts, CI via the reusable package workflow sha-pinned like codex), wired as a packages/ submodule compiled from source — NO file: dependency, matching the sibling headless packages (a file: dep attempt broke npm ci: the subpackage devDependencies entered npm's ideal tree and demanded a vitest patch the root lock doesn't pin). Resolver wiring: tsconfig.node.json paths+include, tsconfig.web.json paths (both projects declare the same alias map), electron-vite headlessAlias+headlessExclude, vitest alias map. Verified: submodules:check (7 pinned), full npm run typecheck, provider import-boundary tests (7/7), CI green.
Refs #832