Release v1.0.0: interposer slice fix, OSS files, docs site#24
Merged
Conversation
The installed helper carried no interposer slices: build-menubar-app.sh sealed the bundle without them, so the slice locator found nothing in an installed .app and arming skipped every simulator. Build the ios and watchos sim slices and copy them, codesigned, into Resources.
The release fence --helper check was a placeholder, so a sliceless bundle shipped. It now reads each interposer's Mach-O build platform and fails closed on a missing slice or a non-simulator platform. The architecture doc drops the placeholder note.
lefthook was a dependency with no config, so the hooks were inert. Wire pre-commit biome, commit-msg commitlint, and a no-direct-main pre-push guard.
Adopt Contributor Covenant 2.1. Conduct reports go privately to the Nirapod Labs maintainers.
Add the lefthook install step, the PR-title squash-subject rule, and the no-verify policy to CONTRIBUTING; add a checklist to the PR template, including the fence and custody invariant.
Bug and feature templates, plus a config that disables blank issues and points security reports to the private advisory channel.
Build simble-architecture.qd with a pinned, checksum-verified Quarkdown and deploy it to GitHub Pages on docs changes, and add the docs badge. The repo's Pages source must be set to GitHub Actions once for the first deploy.
VERSION, package.json, and the simblectl version constant move to the stable 1.0.0 release.
0xnirapod
approved these changes
Jun 29, 2026
0xnirapod
left a comment
Member
There was a problem hiding this comment.
v1.0.0: interposer slice fix (verified locally), OSS hygiene, Pages docs. CI green.
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.
Ships SimBLE v1.0.0: the release-blocking fix plus the standard open-source polish.
--helpercheck fails closed on a sliceless or non-simulator bundle.The repo's Pages source must be set to GitHub Actions once for the first deploy.