native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use squircle icon in README

Point the README hero icon at prowl-icon-rounded.png so the header
matches the macOS Dock appearance instead of the raw square bitmap.

onevcat dfd49f29 c5ff5179

+7 -3
+7 -3
README.md
··· 1 1 <p align="center"> 2 - <img src="https://prowl.onev.cat/images/prowl-icon.png" width="128" alt="Prowl"> 2 + <img src="https://prowl.onev.cat/images/prowl-icon-rounded.png" width="128" alt="Prowl"> 3 3 </p> 4 4 5 5 <h1 align="center">Prowl</h1> ··· 121 121 122 122 ### Release 123 123 124 + Day-to-day releases are driven by the `release` [Claude Code](https://claude.com/product/claude-code) skill defined in [`.claude/skills/release/SKILL.md`](.claude/skills/release/SKILL.md). It wraps two scripts you can also run directly: 125 + 124 126 ```bash 125 - make bump-version # Bump version and create a git tag 126 - make bump-and-release # Bump and push to trigger the release workflow 127 + ./doc-onevcat/scripts/release-notes.sh <VERSION> # Generate user-facing notes → build/release-notes.md 128 + ./doc-onevcat/scripts/release.sh <VERSION> # Bump, build, sign, notarize, DMG, appcast, GitHub Release, Prowl-Site update 127 129 ``` 130 + 131 + The skill walks the flow interactively: verify branch & tree state, confirm the version, review the generated notes, then run `release.sh`. All fork releases are notarized.