You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: migrate all GitHub references from homeofe to elvatis
All documentation, configuration, handoff files, package.json metadata,
workflow files, and scripts updated to point to github.com/elvatis/*
instead of the old github.com/homeofe/* organization.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# commitprompt
1
+
# commitprompt
2
2
3
3
Turn your `git diff --staged` into a ready-to-paste AI prompt for commit messages, PR descriptions, and changelogs.
4
4
@@ -99,7 +99,7 @@ The diff parser also recognizes both GitHub and GitLab CI file paths (`.github/`
99
99
100
100
## AAHP case study
101
101
102
-
This tool was built using the [AAHP (AI-to-AI Handoff Protocol)](https://github.com/homeofe/AAHP).
102
+
This tool was built using the [AAHP (AI-to-AI Handoff Protocol)](https://github.com/elvatis/AAHP).
103
103
104
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.
0 commit comments