mirror of
https://github.com/coleam00/Archon
synced 2026-04-21 13:37:41 +00:00
docs: add Archon logo and polish README header
Add logo to assets/ and update README with centered header, tagline, and badges for a professional open-source presentation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f71351157d
commit
f80d187d24
2 changed files with 15 additions and 5 deletions
20
README.md
20
README.md
|
|
@ -1,10 +1,20 @@
|
|||
# Archon
|
||||
<p align="center">
|
||||
<img src="assets/logo.png" alt="Archon" width="160" />
|
||||
</p>
|
||||
|
||||
[](LICENSE)
|
||||
[](https://github.com/coleam00/Archon/actions/workflows/test.yml)
|
||||
[](https://archon.diy)
|
||||
<h1 align="center">Archon</h1>
|
||||
|
||||
The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.
|
||||
<p align="center">
|
||||
The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /></a>
|
||||
<a href="https://github.com/coleam00/Archon/actions/workflows/test.yml"><img src="https://github.com/coleam00/Archon/actions/workflows/test.yml/badge.svg" alt="CI" /></a>
|
||||
<a href="https://archon.diy"><img src="https://img.shields.io/badge/docs-archon.diy-blue" alt="Docs" /></a>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
Archon is a workflow engine for AI coding agents. Define your development processes as YAML workflows - planning, implementation, validation, code review, PR creation - and run them reliably across all your projects.
|
||||
|
||||
|
|
|
|||
BIN
assets/logo.png
Normal file
BIN
assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
Loading…
Reference in a new issue