https://github.com/basilisk-labs/setup-agentplane
GitHub Action that installs AgentPlane in CI runners from official Bun executable release assets.
https://github.com/basilisk-labs/setup-agentplane
agentplane cli github-actions installer
Last synced: 6 days ago
JSON representation
GitHub Action that installs AgentPlane in CI runners from official Bun executable release assets.
- Host: GitHub
- URL: https://github.com/basilisk-labs/setup-agentplane
- Owner: basilisk-labs
- Created: 2026-05-01T21:16:26.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-08T20:57:33.000Z (18 days ago)
- Last Synced: 2026-06-08T22:25:03.557Z (18 days ago)
- Topics: agentplane, cli, github-actions, installer
- Homepage: https://github.com/basilisk-labs/setup-agentplane
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# setup-agentplane
[](https://github.com/basilisk-labs/setup-agentplane/actions/workflows/ci.yml)


Install AgentPlane in GitHub Actions.
```yaml
- uses: basilisk-labs/setup-agentplane@v0.6.21
with:
version: 0.6.21
```
This composite action installs AgentPlane from the official Bun single-file executable archives and validates each archive checksum before adding `agentplane` to PATH.
## Capabilities
- Deterministic install by release asset pin (run uses release asset URL)
- Cross-platform: macOS/Linux/Windows
- Smoke check with agentplane --version
- Explicit version control (no floating tags needed)
## Quick start
```yaml
steps:
- uses: basilisk-labs/setup-agentplane@v0.6.21
with:
version: 0.6.21
```
## Smoke check
```bash
agentplane --version
```