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 @@ -264,13 +264,13 @@ Full documentation, guides, and API reference:
[MIT License](LICENSE.md) — free for any use, including commercial.

<!-- 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 -->
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"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",
"minimum-stability": "stable",
"prefer-stable": true,
"authors": [
{
"name": "Headgent Development",
"name": "Jardis Development",
"email": "jardisDev@headgent.com"
}
],
Expand All @@ -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": [
Expand All @@ -46,10 +48,9 @@
"retry",
"client",
"php",
"domain driven design",
"domain-driven-design",
"hexagonal-architecture",
"jardis",
"Headgent"
"headgent"
]
}
Loading