Skip to content

Commit 0a2c1ef

Browse files
homeofeCopilot
andcommitted
fix(pkg): update repository URLs to github.com/elvatis org
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a134f63 commit 0a2c1ef

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The diff parser also recognizes both GitHub and GitLab CI file paths (`.github/`
101101

102102
This tool was built using the [AAHP (AI-to-AI Handoff Protocol)](https://github.com/homeofe/AAHP).
103103

104-
Its sibling project [failprompt](https://github.com/homeofe/failprompt) does the same thing for CI failure logs: turn GitHub Actions errors into structured AI prompts for debugging.
104+
Its sibling project [failprompt](https://github.com/elvatis/failprompt) does the same thing for CI failure logs: turn GitHub Actions errors into structured AI prompts for debugging.
105105

106106
Both tools follow the same 4-module pattern: reader, parser, builder, CLI.
107107

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
],
2929
"author": "homeofe",
3030
"license": "MIT",
31+
"repository": {
32+
"type": "git",
33+
"url": "https://github.com/elvatis/commitprompt.git"
34+
},
3135
"dependencies": {
3236
"commander": "^12.0.0"
3337
},

0 commit comments

Comments
 (0)