feat(compat): add finite AI CLI compatibility harness - #31
Merged
Conversation
This was referenced Jul 18, 2026
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.
Linked issue
Closes #30
status:approvedlabel.Pull request type
Select exactly one option and apply the matching
type:*label.type:bug)type:feature)type:docs)type:refactor)type:chore)type:breaking-change)Summary
splice-compatpackage suite into CI as PR1 of the 15-PR stacked-to-main delivery chain.Changes
crates/splice-compat/Cargo.toml,Cargo.lock.github/workflows/ci.ymlTest plan
cargo test -p splice-compat(3 passed),cargo fmt --all -- --check(passed),cargo clippy -p splice-compat --all-targets -- -D warnings(passed), and locked metadata (passed).PATHEXTand direct.CMDdiscovery. WSL-specific integration is intentionally deferred beyond PR1.Differential baseline and warnings
cargo test --workspaceexits 101 on both this candidate and exact baseeab3555003d84dd2ddc721eaf661fe11a38e0842, with the same missing desktop icon and unavailableArc<PtySession>::closefailures. These failures are pre-existing in untouched desktop/PTY paths and are not introduced or worsened by PR1.review-2b2b0b65ee634889approved candidate treefbeb78d43bebd5a589b4b0fe7457f676bd2bb2fcwith no blockers or critical findings.Chained pull request context
mastermaster-> PR1 [current] -> PR2 (planned) -> ... -> PR15 (planned)masterindependently after PR1 delivery.crates/splice-compat/, its workspace/lock registration, and the focused CI command without removing unrelated behavior.Contributor checklist
Closes,Fixes, orResolves.type:*label.Co-Authored-Bytrailers.