Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)


Comment on lines +3 to +8

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The workflow files (ci.yml, codeql.yml, and gitleaks.yml) are not present in the repository. As a result, these status badges will display as broken or show a 'not found' error, which reduces the credibility of the repository.

Additionally, stacking the badges vertically takes up excessive vertical space, and there are multiple consecutive blank lines below them.

To resolve these issues, remove the non-existent workflow badges until the corresponding GitHub Actions workflows are added, and keep only a single blank line before the introduction paragraph.

Suggested change
[![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)
[![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
Expand Down
Loading