An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# setup-agentplane

[![CI](https://github.com/basilisk-labs/setup-agentplane/actions/workflows/ci.yml/badge.svg)](https://github.com/basilisk-labs/setup-agentplane/actions/workflows/ci.yml)
![release](https://img.shields.io/github/v/release/basilisk-labs/setup-agentplane?sort=semver)
![release-channel](https://img.shields.io/github/release-date/basilisk-labs/setup-agentplane)

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
```