Scoop bucket for coilysiren windows binaries. Sibling to coilysiren/homebrew-tap.
Find a file
Kai Siren 9b007a64f0
chore(pre-commit): adopt context-load-points hooks (v0.11.1)
Part of the agentic-os-kai#505 load-point framework rollout.

closes coilysiren/scoop-bucket#10

Audit-log: none
2026-05-30 00:44:36 -07:00
.agents/skills/scoop-bucket feat(skills): add repo-pointer skill as canonical source-of-truth 2026-05-27 02:11:58 -07:00
.claude lockdown: sync to coily v2.45.0 [skip ci] 2026-05-28 09:28:23 +00:00
.coily chore(catalog): migrate dependsOn to scheme-less URLs, drop providesApis 2026-05-27 21:39:13 -07:00
bucket feat(bucket): add repo-recall manifest 2026-05-30 00:44:32 -07:00
docs feat(bucket): add repo-recall manifest 2026-05-30 00:44:32 -07:00
.pre-commit-config.yaml chore(pre-commit): adopt context-load-points hooks (v0.11.1) 2026-05-30 00:44:36 -07:00
AGENTS.md feat(precommit): adopt baseline agentic-os hook block (v0.2.7) 2026-05-24 23:46:05 -07:00
CLAUDE.md chore(pre-commit): adopt context-load-points hook (v0.10.0) 2026-05-30 00:44:34 -07:00
README.md feat(bucket): add repo-recall manifest 2026-05-30 00:44:32 -07:00

coilysiren/scoop-bucket

Scoop bucket for Windows binaries published from coilysiren/* repos. Sibling to coilysiren/homebrew-tap - same purpose, different OS.

Install

scoop bucket add coilysiren https://forgejo.coilysiren.me/coilysiren/scoop-bucket
scoop install coily

Update

scoop update coily

Manifests

  • coily - coilysiren/coily. Operator CLI. Pulls prebuilt coily-windows-<arch>.exe from each Forgejo release. Both the bucket and the binaries it points at are hosted on Forgejo (coily releases moved there in coily#80).
  • repo-recall - coilysiren/repo-recall. Local hydration layer (git + gh + Claude Code sessions over JSON + MCP). Pulls repo-recall-windows-amd64.exe from each Forgejo release. On install it registers a per-user AtLogOn scheduled task that runs the binary in your session on 127.0.0.1:7887 (the default 7777 is left free for a WSL instance); uninstall removes the task. No admin or password (per-user task, not a Windows service).

How autoupdate works

Each manifest's autoupdate block points at https://forgejo.coilysiren.me/coilysiren/<repo>/releases/download/v$version/<asset>#/<rename> and reads the SHA256 from the .sha256 sidecar uploaded alongside the binary. scoop bucket update walks the bucket and bumps any manifest whose upstream checkver matches the Forgejo releases.atom feed.

Upstream side of the contract:

  • The producing repo's .forgejo/workflows/release.yml must attach <asset> and <asset>.sha256 to the release.
  • The release tag must be v<semver>.

For coily that wiring lives at coilysiren/coily/.forgejo/workflows/release.yml (windows-assets job).

See also

Cross-reference convention from coilysiren/agentic-os-kai#313.