|
1 | 1 | # 🤖 GitHub AI Engineering Framework |
2 | 2 |
|
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 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
| 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> |
17 | 26 |
|
18 | 27 | --- |
19 | 28 |
|
|
0 commit comments