Skip to content
Merged
Show file tree
Hide file tree
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: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ This package is licensed under the [MIT License](LICENSE.md).
**[Jardis](https://jardis.io)** · [Documentation](https://docs.jardis.io) · [Headgent](https://headgent.com)

<!-- BEGIN jardis/dev-skills README block — do not edit by hand -->
## 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: <https://docs.jardis.io/en/skills>
More details: <https://docs.jardis.io/en/skills>
<!-- END jardis/dev-skills README block -->
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jardissupport/data",
"homepage": "https://docs.jardis.io/en/support/data",
"homepage": "https://jardis.io",
"description": "Entity hydration with change tracking, bidirectional field mapping, and identity generation (UUID v4/v5/v7, NanoID)",
"type": "library",
"license": "MIT",
Expand Down Expand Up @@ -31,8 +31,10 @@
"psr-4": {
"JardisSupport\\Data\\Tests\\": "tests/"
}
}, "support": {
},
"support": {
"issues": "https://github.com/jardisSupport/data/issues",
"docs": "https://docs.jardis.io/en/support/data",
"email": "jardisDev@headgent.com"
},
"keywords": [
Expand Down
Loading