* chore(license): make apache primary while preserving dual-license (#1307)
* fix(license): adopt rust-style dual-license layout for github detection (#1308)
* fix(license): restore canonical apache-2.0 text for detection (#1309)
* ci(policy): restrict main PR authors and target bot PRs to dev (#1310)
* ci(intake): warn and retarget non-promotion PRs from main to dev (#1319)
* ci(release): add bot-owned Homebrew publish workflow (#1323)
* fix(onboard): serialize quick-setup env tests safely
* chore(release): bump version to v0.1.5
* ci(build-fast): align toolchain with stable release build
* ci(homebrew): fix bot fork auth clone path (#1329)
* ci(homebrew): authenticate git ops via header-safe token flow
* ci(homebrew): fix patch step indentation in workflow
* chore(release): bump version to v0.1.6 (#1330)
* chore(release): promote dev to main for v0.1.5 (#1325) (#1332)
* chore(license): make apache primary while preserving dual-license (#1307)
* fix(license): adopt rust-style dual-license layout for github detection (#1308)
* fix(license): restore canonical apache-2.0 text for detection (#1309)
* ci(policy): restrict main PR authors and target bot PRs to dev (#1310)
* ci(intake): warn and retarget non-promotion PRs from main to dev (#1319)
* ci(release): add bot-owned Homebrew publish workflow (#1323)
* fix(onboard): serialize quick-setup env tests safely
* chore(release): bump version to v0.1.5
* ci(build-fast): align toolchain with stable release build
* chore(license): make apache primary while preserving dual-license (#1307)
* fix(license): adopt rust-style dual-license layout for github detection (#1308)
* fix(license): restore canonical apache-2.0 text for detection (#1309)
* ci(policy): restrict main PR authors and target bot PRs to dev (#1310)
* ci(intake): warn and retarget non-promotion PRs from main to dev (#1319)
* ci(release): add bot-owned Homebrew publish workflow (#1323)
* fix(onboard): serialize quick-setup env tests safely
* chore(release): bump version to v0.1.5
* ci(build-fast): align toolchain with stable release build
Update ci-build-fast.yml to use MIR-precise mode, which reads actual
compiler MIR to build a ground-truth call graph. This stubs 1,060 mono
items (vs 799 with syn-based analysis), reducing fresh build wall time
by 27.2% on a 48-core server (vs 9.1% with syn alone).
Update docs with new benchmark table showing both modes.
Add ci-build-fast.yml that runs a cargo-slicer-optimized release build
alongside the existing Build (Smoke) job. cargo-slicer stubs 2,059
unreachable library functions at the MIR level, skipping their LLVM
codegen. Benchmarks show -11.7% wall time on a 48-core server and
-28.6% on a Raspberry Pi 4; 2-vCPU CI runners should see ~25-30%.
The new job is non-blocking — it does not gate merges.
Replace individual >> redirects with a single grouped { ... } >> block
to resolve shellcheck SC2129 and satisfy actionlint.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* feat(installer): add guided zeroclaw installer entrypoint
- add top-level POSIX wrapper (zeroclaw_install.sh) that ensures bash is present
- route bootstrap/install compatibility scripts through the new installer entrypoint
- improve Linux dependency handling for Alpine/Fedora/Arch, including pacman container fallback
* fix(ci): resolve dependabot config conflict and run daily
- remove duplicate docker ecosystem entry with overlapping directory/target-branch
- switch cargo, github-actions, and docker schedules from monthly to daily
Remove merge conflict markers in .github/pull_request_template.md,
keeping the spaced module label format (\<module>: <component>\)
from the chore/labeler-spacing-trusted-tier branch.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- pr-auto-response.yml: restore permissions, steps, and checkout in
contributor-tier-issues job (broken by runner swap)
- pr-check-stale.yml: restore steps block and step name
- pr-intake-checks.yml: restore steps block, checkout, and timeout
- pr-check-status.yml: revert STALE_HOURS from 4 to 48 (not a cost
optimization; 4h is too aggressive), switch to ubuntu-latest per
PR description
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>