diff --git a/config/git.unkin.net/unkin/repository/forgebot-skills.yaml b/config/git.unkin.net/unkin/repository/forgebot-skills.yaml new file mode 100644 index 0000000..0329df7 --- /dev/null +++ b/config/git.unkin.net/unkin/repository/forgebot-skills.yaml @@ -0,0 +1,2 @@ +description: "Skill definitions for forgebot agents" +private: false diff --git a/config/git.unkin.net/unkin/repository/forgebot.yaml b/config/git.unkin.net/unkin/repository/forgebot.yaml new file mode 100644 index 0000000..deea1ed --- /dev/null +++ b/config/git.unkin.net/unkin/repository/forgebot.yaml @@ -0,0 +1,2 @@ +description: "K8s operator + API for AI agent dispatch from git forges" +private: false diff --git a/modules/gitea_instance/imports.tf b/modules/gitea_instance/imports.tf index 337d850..2731c2b 100644 --- a/modules/gitea_instance/imports.tf +++ b/modules/gitea_instance/imports.tf @@ -143,6 +143,31 @@ import { id = "137" } +import { + to = module.repository["git.unkin.net/unkin/forgebot"].gitea_repository.this + id = "139" +} + +import { + to = module.repository["git.unkin.net/unkin/forgebot-skills"].gitea_repository.this + id = "140" +} + +import { + to = module.repository["git.unkin.net/unkin/container-agent-base"].gitea_repository.this + id = "141" +} + +import { + to = module.repository["git.unkin.net/unkin/container-agent-dev"].gitea_repository.this + id = "142" +} + +import { + to = module.repository["git.unkin.net/unkin/container-agent-infra"].gitea_repository.this + id = "143" +} + import { to = module.team["git.unkin.net/unkin/Owners"].gitea_team.this id = "3"