native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: document submodules usage in agents guide

khoi 1a7637ad 145b992b

+8 -1
+8 -1
AGENTS.md
··· 113 113 - 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 114 114 - After implementing an execplan, always submit a PR if you're not in the main branch 115 115 116 + ## Submodules 117 + 118 + - `ThirdParty/ghostty` (`https://github.com/ghostty-org/ghostty`): Source dependency used to build `Frameworks/GhosttyKit.xcframework` and terminal resources. 119 + - `Resources/git-wt` (`https://github.com/khoi/git-wt.git`): Bundled `wt` CLI used by Supacode Git worktree flows at runtime. 120 + - Keep submodules initialized and updated in local clones: 121 + - `git submodule update --init --recursive` 122 + - `git submodule update --remote --recursive` (when intentionally bumping submodule revisions) 123 + 116 124 ## References 117 125 118 126 - `git@github.com:ghostty-org/ghostty.git` - Dive into this codebase when implementing Ghostty features 119 - - `git@github.com:khoi/git-wt.git` - Git worktree wrapper submodule at `Resources/git-wt`