openclaw-runtime-git Git workflow patterns for the openclaw-runtime parent repo and its agent workspace submodules. Repo Structure is the parent repo ( ). Each directory is a git submodule pointing at its own GitHub repo under . Submodule Map | Directory | GitHub Repo | |---|---| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hook Protection A git hook guards workspace paths from accidental staging via . When adding or committing submodule references in the parent repo, use to bypass: This is safe and expected for submodule pointer commits. The hook exists to pr…