From 797326c586e41204ab1193080d19f76b0b9bb501 Mon Sep 17 00:00:00 2001 From: Adonis Jimenez <271941740+donny-devops@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:55:56 +0000 Subject: [PATCH] chore: add community-health files and repo hygiene - Add MIT LICENSE / SECURITY.md / CODE_OF_CONDUCT.md where missing - Add CI/license status badges and architecture diagrams to key READMEs - Reconcile documentation with actual repository state --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ce7d706..e03fc88 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Loop Engineering +[![CI](https://github.com/donny-devops/loop-engineering/actions/workflows/ci.yml/badge.svg)](https://github.com/donny-devops/loop-engineering/actions/workflows/ci.yml) +[![CodeQL](https://github.com/donny-devops/loop-engineering/actions/workflows/codeql.yml/badge.svg)](https://github.com/donny-devops/loop-engineering/actions/workflows/codeql.yml) +[![Gitleaks](https://github.com/donny-devops/loop-engineering/actions/workflows/gitleaks.yml/badge.svg)](https://github.com/donny-devops/loop-engineering/actions/workflows/gitleaks.yml) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) + + Minimal engineering loop scaffold for daily triage, verification, and controlled auto-fix — built around a readiness ladder (L0–L3) that gates how much autonomy the loop is allowed before a human has to sign off. ## Get started