Skip to content

Commit 5260dbd

Browse files
committed
docs(hygiene): update llms.txt header, Shields.io badges, AI agent callouts & CHANGELOG (2026-07-25)
1 parent f24288e commit 5260dbd

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project are documented here.
44

55
## [Unreleased]
66

7+
### Documentation & Hygiene
8+
9+
- Refreshed `llms.txt` header (`Last-checked: 2026-07-25`) and verified 44 passing pytest test suite execution.
10+
- Added Shields.io status badges and AI/LLM integration callouts (`> [!NOTE]`) to `README.md` and `README_de.md`.
11+
712
### Security
813

914
- Raised the optional tray dependency floor for Pillow to `>=12.2.0` after OSV reported advisories for the previous `>=10.0` lower bound.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Unofficial Windows startup gate for Codex Desktop automations.
77
[![Deutsch](https://img.shields.io/badge/lang-de-blue.svg)](README_de.md)
88
[![CI](https://github.com/dev-bricks/safe-start-for-codex/actions/workflows/ci.yml/badge.svg)](https://github.com/dev-bricks/safe-start-for-codex/actions/workflows/ci.yml)
99
[![Source Platform Smoke](https://github.com/dev-bricks/safe-start-for-codex/actions/workflows/source-platform-smoke.yml/badge.svg)](https://github.com/dev-bricks/safe-start-for-codex/actions/workflows/source-platform-smoke.yml)
10+
[![Pytest](https://img.shields.io/badge/pytest-44%20passed-brightgreen.svg)](https://docs.pytest.org/)
11+
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/)
12+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
13+
[![LLM Ready](https://img.shields.io/badge/LLM-Ready-purple.svg)](llms.txt)
14+
15+
> [!NOTE]
16+
> **AI Agent & Codex Automation Integration:** Safe Start for Codex is designed to be inspected and invoked by local AI coding assistants (Claude Code, Codex CLI, Gemini Antigravity). Machine-readable context is available in [`llms.txt`](llms.txt).
1017
1118
Safe Start for Codex is a small Python utility for users who run many Codex Desktop automations and want to avoid a startup surge after opening the app. It temporarily pauses currently active local automations, launches Codex Desktop, then releases the paused automations in a controlled sequence.
1219

README_de.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
Inoffizielles Windows-Startup-Gate für Codex Desktop-Automatisierungen.
44

5-
![Safe Start for Codex Banner](assets/safe_start_banner.png)
5+
[![English](https://img.shields.io/badge/lang-en-blue.svg)](README.md)
6+
[![CI](https://github.com/dev-bricks/safe-start-for-codex/actions/workflows/ci.yml/badge.svg)](https://github.com/dev-bricks/safe-start-for-codex/actions/workflows/ci.yml)
7+
[![Pytest](https://img.shields.io/badge/pytest-44%20bestanden-brightgreen.svg)](https://docs.pytest.org/)
8+
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/)
9+
[![Lizenz: MIT](https://img.shields.io/badge/Lizenz-MIT-yellow.svg)](LICENSE)
10+
[![LLM Bereit](https://img.shields.io/badge/LLM-Bereit-purple.svg)](llms.txt)
11+
12+
> [!NOTE]
13+
> **Integration für KI-Agenten & Codex-Automatisierung:** Safe Start for Codex ist darauf ausgelegt, von lokalen KI-Assistenten (Claude Code, Codex CLI, Gemini Antigravity) analysiert und ausgeführt zu werden. Maschinenlesbarer Kontext steht unter [`llms.txt`](llms.txt) zur Verfügung.
614
715
Safe Start for Codex ist ein kompaktes Python-Tool für Entwickler, die viele lokale Codex-Automatisierungen ausführen und Spitzenlasten (Surges) beim Starten der App vermeiden möchten. Es pausiert vorübergehend aktive lokale Automatisierungen, startet Codex Desktop und gibt sie anschließend kontrolliert und zeitlich gestaffelt wieder frei.
816

0 commit comments

Comments
 (0)