ajhahn.de
← eeco commits

Commit

eeco

docs: adopt the house design system — regraded blue, flat-square badges

Regrade the "eco" accent to the house blue ladder (mid #3B82F6 on
light, bright #60A5FA on dark) with theme-ink neutrals, restyle the
README badges to the shared flat-square recipe (accent version badge,
lightgrey facts), add one-line taglines under each subpage heading, and
end the nav ring on Security with a prev-only footer.

ajhahnde · Jun 2026 · 972cee5fbb071ab045e730ffa231934154b3cc16 · parent: 054ee08 · view on GitHub →

modified CHANGELOG.md
@@ -6,6 +6,8 @@
<h1>Changelog</h1>
<p><i>All notable changes to eeco, release by release.</i></p>
<p>
<a href="README.md"><b>README</b></a> ·
<a href="VISION.md"><b>Vision</b></a> ·
modified CONTRIBUTING.md
@@ -6,6 +6,8 @@
<h1>Contributing</h1>
<p><i>How to build, which checks must pass, and the rules a change holds to.</i></p>
<p>
<a href="README.md"><b>README</b></a> ·
<a href="VISION.md"><b>Vision</b></a> ·
modified EXTENDING.md
@@ -6,6 +6,8 @@
<h1>Extending</h1>
<p><i>Where each kind of extension plugs in, seam by seam.</i></p>
<p>
<a href="README.md"><b>README</b></a> ·
<a href="VISION.md"><b>Vision</b></a> ·
modified README.md
@@ -7,12 +7,12 @@
<h3>Single-binary workflow ecosystem and knowledge layer for any AI assistant.</h3>
<p>
<a href="https://github.com/ajhahnde/eeco/actions/workflows/ci.yml"><img src="https://github.com/ajhahnde/eeco/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI"></a>
<a href="https://codecov.io/gh/ajhahnde/eeco"><img src="https://codecov.io/gh/ajhahnde/eeco/branch/main/graph/badge.svg" alt="Coverage"></a>
<a href="https://github.com/ajhahnde/eeco/releases/latest"><img src="https://img.shields.io/badge/version-v0.2.1-blue" alt="Version"></a>
<img src="https://img.shields.io/badge/license-Apache%202.0-green" alt="License">
<img src="https://img.shields.io/badge/go-1.24-orange" alt="Go 1.24">
<img src="https://img.shields.io/badge/binary-single--static-lightgrey" alt="single-static binary">
<a href="https://github.com/ajhahnde/eeco/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/ajhahnde/eeco/ci.yml?branch=main&style=flat-square&label=ci" alt="CI"></a>
<a href="https://codecov.io/gh/ajhahnde/eeco"><img src="https://img.shields.io/codecov/c/github/ajhahnde/eeco?style=flat-square&label=coverage" alt="Coverage"></a>
<a href="https://github.com/ajhahnde/eeco/releases/latest"><img src="https://img.shields.io/badge/version-v0.2.1-3b82f6?style=flat-square" alt="Version"></a>
<img src="https://img.shields.io/badge/go-1.24-lightgrey?style=flat-square" alt="Go 1.24">
<img src="https://img.shields.io/badge/binary-single--static-lightgrey?style=flat-square" alt="single-static binary">
<img src="https://img.shields.io/badge/license-Apache--2.0-lightgrey?style=flat-square" alt="License">
</p>
<p>
modified SECURITY.md
@@ -6,6 +6,8 @@
<h1>Security</h1>
<p><i>eeco's safety model, and how to report a vulnerability.</i></p>
<p>
<a href="README.md"><b>README</b></a> ·
<a href="VISION.md"><b>Vision</b></a> ·
@@ -115,4 +117,4 @@ out of. Network access is limited to the explicit AI provider call
---
[← Prev: Changelog](CHANGELOG.md) · [Back to start (README) ↺](README.md)
[← Prev: Changelog](CHANGELOG.md)
modified VERSIONING.md
@@ -6,6 +6,8 @@
<h1>Versioning Policy</h1>
<p><i>The contract for how eeco is versioned, released, supported, and retired.</i></p>
<p>
<a href="README.md"><b>README</b></a> ·
<a href="VISION.md"><b>Vision</b></a> ·
modified VISION.md
@@ -6,6 +6,8 @@
<h1>Vision</h1>
<p><i>The AI-agnostic ecosystem for autonomous project housekeeping.</i></p>
<p>
<a href="README.md"><b>README</b></a> ·
<b>Vision</b> ·
modified assets/eeco_logo_dark.png
binary file — no preview
modified assets/eeco_logo_light.png
binary file — no preview
modified docs/ARCHITECTURE.md
@@ -6,6 +6,8 @@
<h1>Architecture</h1>
<p><i>The directory tree and the runtime story behind a single eeco invocation.</i></p>
<p>
<a href="../README.md"><b>README</b></a> ·
<a href="../VISION.md"><b>Vision</b></a> ·
modified docs/CLAUDE_PLUGIN.md
@@ -6,6 +6,8 @@
<h1>Claude Code plugin</h1>
<p><i>eeco's highest-value verbs as slash commands inside a Claude Code session.</i></p>
<p>
<a href="../README.md"><b>README</b></a> ·
<a href="../VISION.md"><b>Vision</b></a> ·
modified docs/COCKPIT.md
@@ -6,6 +6,8 @@
<h1>Cockpit</h1>
<p><i>eeco as a provider-agnostic AI-cockpit generator.</i></p>
<p>
<a href="../README.md"><b>README</b></a> ·
<a href="../VISION.md"><b>Vision</b></a> ·
modified docs/PUBLIC_API.md
@@ -6,6 +6,8 @@
<h1>Public API</h1>
<p><i>The exhaustive enumeration of eeco's frozen public surface.</i></p>
<p>
<a href="../README.md"><b>README</b></a> ·
<a href="../VISION.md"><b>Vision</b></a> ·
modified docs/UPGRADING.md
@@ -6,6 +6,8 @@
<h1>Upgrading</h1>
<p><i>How to move between eeco releases.</i></p>
<p>
<a href="../README.md"><b>README</b></a> ·
<a href="../VISION.md"><b>Vision</b></a> ·
modified docs/USAGE.md
@@ -6,6 +6,8 @@
<h1>Usage</h1>
<p><i>Everything eeco can do, verb by verb.</i></p>
<p>
<a href="../README.md"><b>README</b></a> ·
<a href="../VISION.md"><b>Vision</b></a> ·
modified scripts/render_logo.swift
@@ -11,12 +11,12 @@
// in /Library/Fonts or ~/Library/Fonts.
//
// Reproduce the committed assets — neutral "e" + blue "eco" accent.
// Light logo uses the Atom One Light palette (reads on white); dark logo
// uses Atom One Dark (reads on dark):
// The accent is the house blue ladder (mid #3B82F6 on light, bright
// #60A5FA on dark); the neutral is the theme ink:
// swift scripts/render_logo.swift 4 assets/eeco_logo_light.png \
// --color1 383a42 --color2 4078f2
// --color1 1a1a1a --color2 3B82F6
// swift scripts/render_logo.swift 4 assets/eeco_logo_dark.png \
// --color1 abb2bf --color2 61afef
// --color1 f5f5f5 --color2 60A5FA
//
// For variant 4: --color1 styles "e", --color2 styles "eco".
// For variants 1-3: --color1 styles the whole word; --color2 ignored.