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:
Cole Medin 2026-04-07 13:01:25 -05:00
parent f71351157d
commit f80d187d24
2 changed files with 15 additions and 5 deletions

View file

@ -1,10 +1,20 @@
# Archon
<p align="center">
<img src="assets/logo.png" alt="Archon" width="160" />
</p>
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![CI](https://github.com/coleam00/Archon/actions/workflows/test.yml/badge.svg)](https://github.com/coleam00/Archon/actions/workflows/test.yml)
[![Docs](https://img.shields.io/badge/docs-archon.diy-blue)](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

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB