From 22e10f740d7937e65c06946a4a3ea671b13798d1 Mon Sep 17 00:00:00 2001 From: Headgent Date: Thu, 11 Jun 2026 20:28:21 +0200 Subject: [PATCH] =?UTF-8?q?fix(geo):=20audit=20fixes=20=E2=80=94=20compose?= =?UTF-8?q?r=20metadata=20+=20readme=20polish=20(#5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- composer.json | 11 ++++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7c1ca8d..982e3fb 100644 --- a/README.md +++ b/README.md @@ -264,13 +264,13 @@ Full documentation, guides, and API reference: [MIT License](LICENSE.md) — free for any use, including commercial. -## KI-gestützte Entwicklung +## AI-Assisted Development -Dieses Package liefert einen Skill für Claude Code, Cursor, Continue und Aider mit. Installation im Konsumentenprojekt: +This package ships with a skill for Claude Code, Cursor, Continue, and Aider. Install it in your consuming project: ```bash composer require --dev jardis/dev-skills ``` -Mehr Details: +More details: diff --git a/composer.json b/composer.json index d0a6176..7e9a4bd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jardisadapter/http", - "homepage": "https://docs.jardis.io/en/adapter/http", + "homepage": "https://jardis.io", "description": "PSR-18 HTTP client with cURL transport, Bearer and Basic auth, retry with exponential backoff, and minimal footprint; a building block of the open-source foundation that Jardis-generated DDD code runs on", "type": "library", "license": "MIT", @@ -8,7 +8,7 @@ "prefer-stable": true, "authors": [ { - "name": "Headgent Development", + "name": "Jardis Development", "email": "jardisDev@headgent.com" } ], @@ -33,8 +33,10 @@ "psr-4": { "JardisAdapter\\Http\\Tests\\": "tests/" } - }, "support": { + }, + "support": { "issues": "https://github.com/jardisAdapter/http/issues", + "docs": "https://docs.jardis.io/en/adapter/http", "email": "jardisDev@headgent.com" }, "keywords": [ @@ -46,10 +48,9 @@ "retry", "client", "php", - "domain driven design", "domain-driven-design", "hexagonal-architecture", "jardis", - "Headgent" + "headgent" ] }