From c10fef88991091f55a5faee2e31b8820d5f38215 Mon Sep 17 00:00:00 2001 From: Headgent Development Date: Thu, 11 Jun 2026 21:23:13 +0200 Subject: [PATCH] =?UTF-8?q?fix(geo):=20audit=20fixes=20=E2=80=94=20compose?= =?UTF-8?q?r=20metadata=20+=20readme=20polish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- composer.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7da7180..921d504 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ After `composer install` or `composer update`, the plugin scans your `vendor/` d Result: Claude Code, Cursor & Co. automatically know the rules, patterns, and APIs of the packages you have pulled in via Composer. -Additionally, the plugin ships **9 cross-package skills** of its own: architecture, pattern, and testing rules; the `schema-authoring` guide for the Jardis Designer; and five `platform-*` guides for working on Designer-generated code — `platform-implementation` (fachlogik on top of generated code, including the layout of generated PHP classes), `platform-usage` (wiring generated Commands/Queries into an HTTP / CLI / queue transport), `platform-versioning` (ClassVersion resolution and the versioning model), `platform-workflow` (the FlowDesigner Workflow-Engine API), and `platform-cookbook` (Phase-3 recipes, troubleshooting, and event transport). Which of these get copied into your project is controlled via `composer.json` — see [Configuring bundled skills](#configuring-bundled-skills). **No bundled skills are installed by default**; you opt in explicitly. +Additionally, the plugin ships **9 cross-package skills** of its own: architecture, pattern, and testing rules; the `schema-authoring` guide for the Jardis Designer; and five `platform-*` guides for working on Designer-generated code — `platform-implementation` (business logic on top of generated code, including the layout of generated PHP classes), `platform-usage` (wiring generated Commands/Queries into an HTTP / CLI / queue transport), `platform-versioning` (ClassVersion resolution and the versioning model), `platform-workflow` (the FlowDesigner Workflow-Engine API), and `platform-cookbook` (Phase-3 recipes, troubleshooting, and event transport). Which of these get copied into your project is controlled via `composer.json` — see [Configuring bundled skills](#configuring-bundled-skills). **No bundled skills are installed by default**; you opt in explicitly. --- diff --git a/composer.json b/composer.json index 4729f73..7f5f47e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jardis/dev-skills", - "homepage": "https://docs.jardis.io/en/tools/dev-skills", + "homepage": "https://jardis.io", "description": "Composer plugin that installs Jardis Skills and aggregates AGENTS.md for AI-assisted development (Claude Code, Cursor, Continue, Aider)", "type": "composer-plugin", "license": "MIT", @@ -44,6 +44,8 @@ "class": "JardisTools\\DevSkills\\Plugin" }, "support": { + "issues": "https://github.com/jardisTools/dev-skills/issues", + "docs": "https://docs.jardis.io/en/skills", "email": "jardisDev@headgent.com" }, "keywords": [ @@ -54,7 +56,7 @@ "skills", "ai-assisted", "ai-assisted-development", - "DDD", + "ddd", "domain-driven-design", "headgent" ]