CiGateBuilder
6 tools in this family (folder Editor/Tools/CiGateBuilder/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
cigate_generate_circle_ci_yaml | writes | Generate a complete .circleci/config.yml from a CiGateSpec. Validates the spec first. |
cigate_generate_github_actions_yaml | writes | Generate a complete .github/workflows/buril-ci.yml from a CiGateSpec. |
cigate_generate_gitlab_yaml | writes | Generate a complete .gitlab-ci.yml from a CiGateSpec. Validates the spec first. |
cigate_list_recommended_default_pipelines | read-only | Return the 3 Buril default pipeline specs: Quick PR Gate, Nightly Full Audit, and Release Tag. |
cigate_propose_from_prompt | read-only | LLM-propose a CiGateSpec from a natural-language goal. |
cigate_validate_spec | read-only | Validate a CiGateSpec against ToolRegistry and the trigger / severity enums. |