Scoop bucket for coilysiren windows binaries. Sibling to coilysiren/homebrew-tap.
- Shell 100%
Part of the agentic-os-kai#505 load-point framework rollout. closes coilysiren/scoop-bucket#10 Audit-log: none |
||
|---|---|---|
| .agents/skills/scoop-bucket | ||
| .claude | ||
| .coily | ||
| bucket | ||
| docs | ||
| .pre-commit-config.yaml | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| README.md | ||
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 prebuiltcoily-windows-<arch>.exefrom 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). Pullsrepo-recall-windows-amd64.exefrom each Forgejo release. On install it registers a per-userAtLogOnscheduled task that runs the binary in your session on127.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.ymlmust attach<asset>and<asset>.sha256to 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
- AGENTS.md - agent-facing operating rules.
- docs/FEATURES.md - inventory of what ships today.
- .coily/coily.yaml - allowlisted commands.
Cross-reference convention from coilysiren/agentic-os-kai#313.