diff --git a/.gitignore b/.gitignore index ca3dc44..98fb61e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /aws/ /sandbox/ /fleet/ +/agentcompute/ # Moon .moon/cache/ diff --git a/AGENTS.md b/AGENTS.md index 8b19f1e..44994ca 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -14,7 +14,7 @@ installed correctly. ## Sub-repository workflow -This is a meta repository. Directories cloned by `init.sh`, including `networking/` and `aws/`, are independent Git repositories. They are ignored here and are not submodules. +This is a meta repository. Directories cloned by `init.sh`, including `networking/`, `aws/`, and `agentcompute/`, are independent Git repositories. They are ignored here and are not submodules. For work inside a sub-repository: diff --git a/init.sh b/init.sh index de51747..a9eb4ac 100755 --- a/init.sh +++ b/init.sh @@ -24,3 +24,4 @@ clone_repo networking clone_repo aws clone_repo sandbox clone_repo fleet +clone_repo agentcompute