Skip to content

Commit e257746

Browse files
Restructure README layout: image left, intro/badges right, TOC below
- Reduced image size to 25% width (50% of previous size) - Image positioned on left using flexbox layout - Intro statement and badges positioned on right side - Table of contents moved below image/intro section - Improved visual hierarchy and readability
1 parent 16cd240 commit e257746

1 file changed

Lines changed: 23 additions & 14 deletions

File tree

README.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
11
# 🤖 GitHub AI Engineering Framework
22

3-
<img src="https://chrispaquin.com/wp-content/uploads/2026/01/Nobby-the-robot.png" alt="Nobby the Robot" width="50%" align="left">
4-
5-
> A **governance-first** GitHub-centric framework for AI-assisted software
6-
> engineering with enforced standards, pre-commit, CI, and explicit operational
7-
> contracts.
8-
> This framework enforces security, documentation consistency, and quality through
9-
> automated checks and explicit AI agent instructions.
10-
11-
![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)
12-
![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)
13-
![Tested on](https://img.shields.io/badge/tested%20on-RHEL%209%2F10%20%7C%20Ubuntu%2022.04-green.svg)
14-
![Security](https://img.shields.io/badge/security-hardened-red.svg)
15-
![Governance](https://img.shields.io/badge/governance-documentation%20driven-purple.svg)
16-
![AI-Governed](https://img.shields.io/badge/AI-Governed-critical)
3+
<div style="display: flex; align-items: flex-start; gap: 20px; margin-bottom: 20px;">
4+
<div style="flex: 0 0 25%;">
5+
<img src="https://chrispaquin.com/wp-content/uploads/2026/01/Nobby-the-robot.png"
6+
alt="Nobby the Robot" width="100%" align="left">
7+
</div>
8+
<div style="flex: 1;">
9+
<blockquote>
10+
<p>A <strong>governance-first</strong> GitHub-centric framework for
11+
AI-assisted software engineering with enforced standards, pre-commit, CI,
12+
and explicit operational contracts.</p>
13+
<p>This framework enforces security, documentation consistency, and
14+
quality through automated checks and explicit AI agent instructions.</p>
15+
</blockquote>
16+
<p>
17+
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg" alt="License">
18+
<img src="https://img.shields.io/badge/python-3.11%2B-blue.svg" alt="Python">
19+
<img src="https://img.shields.io/badge/tested%20on-RHEL%209%2F10%20%7C%20Ubuntu%2022.04-green.svg" alt="Tested on">
20+
<img src="https://img.shields.io/badge/security-hardened-red.svg" alt="Security">
21+
<img src="https://img.shields.io/badge/governance-documentation%20driven-purple.svg" alt="Governance">
22+
<img src="https://img.shields.io/badge/AI-Governed-critical" alt="AI-Governed">
23+
</p>
24+
</div>
25+
</div>
1726

1827
---
1928

0 commit comments

Comments
 (0)