From d402364d24ed128717ec184625bead667bad71c9 Mon Sep 17 00:00:00 2001 From: Headgent Date: Thu, 11 Jun 2026 21:21:44 +0200 Subject: [PATCH] =?UTF-8?q?fix(geo):=20audit=20fixes=20=E2=80=94=20compose?= =?UTF-8?q?r=20metadata=20+=20readme=20polish=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- composer.json | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 63266fd..06d9f61 100644 --- a/README.md +++ b/README.md @@ -102,13 +102,13 @@ This package is licensed under the [MIT License](LICENSE.md). **[Jardis](https://jardis.io)** · [Documentation](https://docs.jardis.io) · [Headgent](https://headgent.com) -## 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 74cef7c..a4fc6b9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jardistools/dbschema", - "homepage": "https://docs.jardis.io/en/tools/dbschema", + "homepage": "https://jardis.io", "description": "Database schema introspection and DDL export for MySQL, MariaDB, PostgreSQL, and SQLite", "type": "library", "license": "MIT", @@ -32,8 +32,10 @@ "psr-4": { "JardisTools\\DbSchema\\Tests\\": "tests/" } - }, "support": { - "issues": "https://github.com/jardisTools/dbschema/issues", + }, + "support": { + "issues": "https://github.com/jardisTools/dbSchema/issues", + "docs": "https://docs.jardis.io/en/tools/dbschema", "email": "jardisDev@headgent.com" }, "keywords": [