Loading...
Loading...
Ghostty submodule and GhosttyKit workflow rules for cmux. Use when modifying the ghostty submodule, rebuilding GhosttyKit.xcframework, updating the parent submodule pointer, or documenting fork conflict notes.
npx skill4agent add manaflow-ai/cmux cmux-ghosttycd ghostty && zig build -Demit-xcframework=true -Dxcframework-target=universal -Doptimize=ReleaseFastghosttymanaflow-ai/ghosttydocs/ghostty-fork.mdcd ghostty
git remote -v # origin = upstream, manaflow = fork
git checkout -b <branch>
git add <files>
git commit -m "..."
git push manaflow <branch>cd ghostty
git fetch origin
git checkout main
git merge origin/main
git push manaflow maincd ..
git add ghostty
git commit -m "Update ghostty submodule"maincd <submodule> && git merge-base --is-ancestor HEAD origin/main