Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions src/coleam00-Archon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

# coleam00/Archon (coleam00-Archon)

Install "archon" binary

## Example Usage

```json
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/coleam00-Archon:1": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Version of "archon" to install. | string | latest |

# coleam00/Archon

## Project

- [Archon](https://github.com/coleam00/Archon)

## Description

Archon is a workflow engine for AI coding agents. The `archon` CLI runs deterministic development workflows for planning, implementation, validation, review, and PR creation across your projects.

## Installation Method

Downloaded as a pre-compiled binary from the [GitHub releases page](https://github.com/coleam00/Archon/releases) and placed in `/usr/local/bin`.

## Other Notes

The compiled Archon binary expects Claude Code to be installed separately. Set `CLAUDE_BIN_PATH` (or the corresponding Archon config option) if the `claude` binary is not on the default path.


---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainer-community/devcontainer-features/blob/main/src/coleam00-Archon/devcontainer-feature.json). Add additional notes to a `NOTES.md`._