Revert "feat(aos-eval): declare a voice test type" #1372

Merged
coilyco-ops merged 1 commit from aos/claude/ad84-revert-voice into main 2026-08-29 02:05:15 +00:00
Owner

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 shared AGENT_COMPOSE, which is exactly what housecast will now do.

And it carried 1,577 lines I did not intend

Running uv run pytest inside aos-eval/ built the package, and git add -A swept the generated aos-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_types is back to its three entries.

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 shared `AGENT_COMPOSE`, which is exactly what housecast will now do. ## And it carried 1,577 lines I did not intend Running `uv run pytest` inside `aos-eval/` built the package, and `git add -A` swept the generated `aos-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_types` is back to its three entries.
Revert "feat(aos-eval): declare a voice test type, so register becomes gradeable (#1370)"
All checks were successful
ci / aos-eval-tests (pull_request) Successful in 8s
ci / aos-cli-tests (pull_request) Successful in 30s
ci / gate (pull_request) Successful in 53s
ae270bb59f
This reverts commit e3c1605d20.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agentic-os!1372
No description provided.