Skip to content

Commit c5d4e20

Browse files
committed
chore: add repository, homepage and bugs metadata to package.json
1 parent 8c3fd86 commit c5d4e20

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"version": "0.3.0",
44
"description": "A universal skill for file-driven, multi-agent research and development workflows.",
55
"private": true,
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/TheStreamCode/agentic-rd-skill.git"
9+
},
10+
"homepage": "https://github.com/TheStreamCode/agentic-rd-skill#readme",
11+
"bugs": {
12+
"url": "https://github.com/TheStreamCode/agentic-rd-skill/issues"
13+
},
614
"type": "module",
715
"scripts": {
816
"test": "node scripts/validate-skill.mjs",

0 commit comments

Comments
 (0)