···113113- Before you go on your task, check the current git branch name, if it's something generic like an animal name, name it accordingly. Do not do this for main branch
114114- After implementing an execplan, always submit a PR if you're not in the main branch
115115116116+## Submodules
117117+118118+- `ThirdParty/ghostty` (`https://github.com/ghostty-org/ghostty`): Source dependency used to build `Frameworks/GhosttyKit.xcframework` and terminal resources.
119119+- `Resources/git-wt` (`https://github.com/khoi/git-wt.git`): Bundled `wt` CLI used by Supacode Git worktree flows at runtime.
120120+- Keep submodules initialized and updated in local clones:
121121+ - `git submodule update --init --recursive`
122122+ - `git submodule update --remote --recursive` (when intentionally bumping submodule revisions)
123123+116124## References
117125118126- `git@github.com:ghostty-org/ghostty.git` - Dive into this codebase when implementing Ghostty features
119119-- `git@github.com:khoi/git-wt.git` - Git worktree wrapper submodule at `Resources/git-wt`