Skip to content

fix(setup): reject unsupported platforms before mutation#48

Open
AnayGarodia wants to merge 1 commit into
AlmanacCode:mainfrom
AnayGarodia:fix/linux-setup-31
Open

fix(setup): reject unsupported platforms before mutation#48
AnayGarodia wants to merge 1 commit into
AlmanacCode:mainfrom
AnayGarodia:fix/linux-setup-31

Conversation

@AnayGarodia

Copy link
Copy Markdown

Summary

Reject the default launchd-backed setup path on non-macOS platforms before creating configuration files, writing agent instructions, or invoking the scheduler. Custom scheduler integrations remain available for embedders and tests.

Closes #31

Why

CodeAlmanac currently ships a launchd scheduler, so continuing setup on Linux or Windows leaves users with partial state that cannot run. A clear early validation error keeps setup atomic until another scheduler adapter exists.

Validation

  • uv run pytest — 566 passed
  • uv run ruff check .
  • uv build
  • Regression tests assert no configuration or instruction writes occur on unsupported platforms

Copilot AI review requested due to automatic review settings July 22, 2026 07:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: setup --yes crashes on Linux because scheduled automation is macOS/launchd-only

2 participants