diff --git a/src/coleam00-Archon/README.md b/src/coleam00-Archon/README.md new file mode 100644 index 0000000..56a76ba --- /dev/null +++ b/src/coleam00-Archon/README.md @@ -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`._