Skip to content

Commit 37c5bc6

Browse files
Shooksieclaude
andcommitted
fix: update remaining ao → animus refs in CI workflows
- smoke-help: cargo run --bin ao → --bin animus - release validation: expected_binaries list updated Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 57218bd commit 37c5bc6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
stage_dir = Path(os.environ["STAGE_DIR"])
225225
metadata_path = stage_dir / "release-metadata.json"
226226
metadata = json.loads(metadata_path.read_text(encoding="utf-8"))
227-
expected_binaries = ["ao", "agent-runner", "llm-cli-wrapper", "ao-oai-runner", "ao-workflow-runner"]
227+
expected_binaries = ["animus", "agent-runner", "llm-cli-wrapper", "ao-oai-runner", "ao-workflow-runner"]
228228
229229
required_pairs = {
230230
"schema": "ao.release.v1",

.github/workflows/rust-workspace-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
- name: Cache Cargo build artifacts
9999
uses: Swatinem/rust-cache@v2
100100

101-
- name: Smoke test ao help
102-
run: cargo run --locked -p orchestrator-cli --bin ao -- --help
101+
- name: Smoke test animus help
102+
run: cargo run --locked -p orchestrator-cli --bin animus -- --help
103103

104104
- name: Smoke test llm-cli-wrapper help
105105
run: cargo run --locked -p llm-cli-wrapper --bin llm-cli-wrapper -- --help

0 commit comments

Comments
 (0)