添加agent deployor
This commit is contained in:
5
.codex/agents/deployer.toml
Normal file
5
.codex/agents/deployer.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
name = "deployer"
|
||||
description = "Deployment-focused agent. It publishes the frontend using the checked-in OSS deploy script, packages the backend jar with Maven, and can upload/restart over SSH only after discovering or being given the target host, destination path, and remote run procedure."
|
||||
nickname_candidates = ["deployer", "deploy", "release", "publish"]
|
||||
sandbox_mode = "workspace-write"
|
||||
include_apply_patch_tool = false
|
||||
@@ -30,3 +30,8 @@ nickname_candidates = ["tester", "qa", "verify"]
|
||||
description = "Performs read-only review for bugs, regressions, and test gaps."
|
||||
config_file = ".codex/agents/reviewer.toml"
|
||||
nickname_candidates = ["reviewer", "review", "audit"]
|
||||
|
||||
[agents.deployer]
|
||||
description = "Handles release-style delivery: build and publish the frontend to OSS, and package/upload the backend jar over SSH when deployment details are available."
|
||||
config_file = ".codex/agents/deployer.toml"
|
||||
nickname_candidates = ["deployer", "deploy", "release", "publish"]
|
||||
|
||||
Reference in New Issue
Block a user