refactor: unify test system and CI - #91
Merged
Merged
Conversation
Replace JSON evidence registries and meta-test runners with direct behavior and architecture tests. Collapse local and GitHub checks into deterministic, integration, and explicitly paid live tiers.\n\nValidated with make test and make test-integration.
Table-drive identical host artifact checks and the shared CodeBuddy/WorkBuddy settings lifecycle while retaining provider-specific config tests. Remove R8 characterization runs already covered by the frozen matrix and holdout distribution.\n\nValidated with focused setup and selector tests.
Retry readiness probe errors within the existing bounded startup deadline while failing immediately when the daemon exits. This keeps the integration oracle strict without treating socket setup transitions as terminal failures.
Limit automatic CI to deterministic unit, projection, observer, and architecture checks. Keep CLI E2E, daemon timing, race, process, Docker, and paid provider evaluation behind explicit manual commands.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
make testthe only automatic CI gate, limited to deterministic unit, projection, observer, and architecture checksmake test-integrationandmake test-livecommandsThis removes 12,438 lines while preserving the runtime protocol, independent boundary assertions, and opt-in real integration coverage.
Validation
make testmake test-integrationgit diff --checkmake test-liveremains a manual paid-provider evaluation and was not run for this test-system cleanup.