We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85015a commit 827354cCopy full SHA for 827354c
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "netresearch/agent-typo3-core-contributions",
+ "name": "netresearch/typo3-core-contributions-skill",
3
"description": "Netresearch AI skill for TYPO3 Core contribution workflow and patch submission",
4
"type": "ai-agent-skill",
5
"license": "MIT",
@@ -14,6 +14,9 @@
14
"require": {
15
"netresearch/composer-agent-skill-plugin": "*"
16
},
17
+ "replace": {
18
+ "netresearch/agent-typo3-core-contributions": "self.version"
19
+ },
20
"extra": {
21
"ai-agent-skill": "skills/typo3-core-contributions/SKILL.md"
22
}
0 commit comments