Skip to content

Commit 98c89df

Browse files
committed
Bump version to 0.2.28: remove subject-activate from workflow phases
The subject-activate command phase fails when the ao binary isn't in the workflow-runner's PATH (e.g. after machine reboot). Remove it from all bundled task workflows to prevent cascading failures. Task status transitions are handled by the daemon tick executor instead.
1 parent 80939d6 commit 98c89df

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

crates/orchestrator-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orchestrator-cli"
3-
version = "0.2.27"
3+
version = "0.2.28"
44
edition = "2021"
55

66
[[bin]]

crates/orchestrator-config/config/bundled-packs/ao.task/workflows/task-pack.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ workflows:
3030
name: AO Task Standard
3131
description: Canonical pack-qualified task workflow ref.
3232
phases:
33-
- subject-activate
3433
- requirements
3534
- implementation
3635
- workflow_ref: ao.review/cycle
@@ -39,7 +38,6 @@ workflows:
3938
name: AO Task UI UX
4039
description: Canonical pack-qualified frontend task workflow ref.
4140
phases:
42-
- subject-activate
4341
- requirements
4442
- ux-research
4543
- wireframe
@@ -51,15 +49,13 @@ workflows:
5149
name: AO Task Quick Fix
5250
description: Canonical pack-qualified quick-fix workflow ref.
5351
phases:
54-
- subject-activate
5552
- implementation
5653
- testing
5754

5855
- id: ao.task/gated
5956
name: AO Task Gated
6057
description: Canonical pack-qualified gated workflow ref.
6158
phases:
62-
- subject-activate
6359
- requirements
6460
- implementation
6561
- unit-test:

0 commit comments

Comments
 (0)