You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first macOS attempt encountered a transient hdiutil createResource busy condition. A clean rerun on the same source head built and validated the DMG successfully; no macOS source change was required.
Mandatory merge gate
This PR must remain unmerged until the standalone linter installer and Debian package are physically tested on a second clean Debian 13 machine.
The physical validation must include:
Python bootstrap and the complete four-file installer bundle;
interactive full installation through the A menu selection;
dependency installation;
/opt/ecli/payload ownership and permissions;
login-shell PATH activation;
19/19 version probes;
.deb checksum verification and installation;
ecli --version;
ecli --f4-check;
real F4 Diagnostics use from the installed application;
reinstall;
upgrade where applicable;
remove and purge;
preservation of user-owned data.
Any defect found during the physical test must be fixed on this same branch, reviewed by CI, and physically revalidated before merge.
Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: c5de9e62-33ae-4bbe-95d2-6b68d418c648
You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.
Use the checkbox below for a quick retry:
🔍 Trigger review
✨ Finishing Touches🧪 Generate unit tests (beta)
Create PR with unit tests
Commit unit tests in branch test/v0.2.4-debian-installer
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
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
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
Harden the ECLI v0.2.4 Debian installation path and establish the final two-stage Debian 13 deployment contract:
This is the physical-validation track for release gate #146.
Tracks #146.
Branches
Architecture
The standalone linter installer provisions:
Validated toolchain contract:
The ECLI
.debdoes not download linters, invoke package managers from maintainer scripts, or mutate user home directories.Main changes
/usr/local/binshadowing;ecli --f4-check;zlib1gDebian runtime dependency;Verified Debian artifact
SHA-256:
Validation completed
2271 passed,4pre-existing non-Debian skips;.deb-only installation without preinstalled Python or linter toolchain: PASS;0 errors,0 warnings, one documented PyInstallerhardening-no-pieoverride;ecli --f4-check: PASS;Local evidence
GitHub Actions validation
All required manually dispatched contract workflows passed on the exact PR head:
The first macOS attempt encountered a transient
hdiutil createResource busycondition. A clean rerun on the same source head built and validated the DMG successfully; no macOS source change was required.Mandatory merge gate
This PR must remain unmerged until the standalone linter installer and Debian package are physically tested on a second clean Debian 13 machine.
The physical validation must include:
Amenu selection;/opt/ecli/payloadownership and permissions;.debchecksum verification and installation;ecli --version;ecli --f4-check;Any defect found during the physical test must be fixed on this same branch, reviewed by CI, and physically revalidated before merge.
Out of scope
This PR does not: