Skip to content

v0.1.0 — first public release

Choose a tag to compare

@phmatray phmatray released this 26 Aug 22:30
· 24 commits to main since this release

First public release.

What it does — runs AI Migration Kit skills for Claude Code from the Omarchy desktop: pick a repository, pick a skill, and the session starts in a tmux terminal.

  • Bar widget (Quickshell) — sessions in flight, PRs an auto-dev fleet has landed, sync health, and a click to the work queue.
  • Cross-repo work queue — failing CI, requested reviews, your open PRs, assigned and planned issues, across every repository at once, each row opening the right session in the right clone.
  • Local GitHub mirror — a SQLite database kept fresh by a systemd timer, in three tiers; menus never wait on the network (a full pass through the flow takes ~50 ms over 243 clones).
  • Bilingual — English and French, following the locale.
  • 32 self-tests — the whole flow played against a stubbed sandbox: no network, no windows. They run in CI and in the AUR package's check().

Install

omarchy plugin add https://github.com/Atypical-Consulting/omarchy-aikit.git --enable   # bar widget
git clone https://github.com/Atypical-Consulting/omarchy-aikit && cd omarchy-aikit && ./install.sh
aikit doctor

An AUR package (aikit-git) is ready and waiting for AUR account registration to reopen.