Revert "feat(aos-eval): declare a voice test type" #1372
No reviewers
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1372
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/ad84-revert-voice"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reverts #1370. Kai's call: aos-eval is deprecated and every reference to it should be moving to housecast, so adding a test type here resurrects the thing that is supposed to be going away. The voice work lands in housecast instead.
I also used the wrong extension point
Independent of where the code lives, #1370 was the wrong shape.
Profile's own docstring says declaring a profile "is how a second repo adopts this schema without the schema growing a branch for it". I grew the branch. A deployment that needs a fourth test type declares its own profile rather than mutating the sharedAGENT_COMPOSE, which is exactly what housecast will now do.And it carried 1,577 lines I did not intend
Running
uv run pytestinsideaos-eval/built the package, andgit add -Aswept the generatedaos-eval/build/lib/aos_eval/tree into the commit. Eleven files, none of them source. The revert removes those too, which is most of what this diff is.That directory is not ignored, so it will happen again to the next person who runs the test suite from inside
aos-eval/. Filing that separately rather than fixing it inside a revert.Verification
The revert is clean, and
AGENT_COMPOSE.test_typesis back to its three entries.