Skip to content

Commit 96f9f20

Browse files
homeofeCopilot
andcommitted
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>
1 parent 5f13557 commit 96f9f20

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

.ai/handoff/DASHBOARD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# DASHBOARD.md - commitprompt Build Health
1+
# DASHBOARD.md - commitprompt Build Health
22

33
| Check | Status | Detail |
44
| ------------- | --------- | ----------------------------------------------- |
55
| TypeScript | OK | Strict mode, NodeNext modules, zero errors |
66
| Tests | 42/42 | diff-parser (14), prompt-builder (12), integration (16) |
7-
| CI | Live | github.com/homeofe/commitprompt/actions |
7+
| CI | Live | github.com/elvatis/commitprompt/actions |
88
| npm publish | Pending | Needs human `npm login` |
99
| E2E | Verified | src/fixtures/e2e-output.txt |
1010

.ai/handoff/LOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LOG.md - commitprompt Build History
1+
# LOG.md - commitprompt Build History
22

33
## 2026-02-21 - Initial Implementation (AAHP auto)
44

@@ -16,7 +16,7 @@
1616
- AAHP handoff files
1717

1818
### Why
19-
commitprompt is a companion tool to failprompt (github.com/homeofe/failprompt).
19+
commitprompt is a companion tool to failprompt (github.com/elvatis/failprompt).
2020
Where failprompt turns CI failure logs into AI prompts, commitprompt turns staged
2121
git diffs into AI prompts for commit messages, PR descriptions, and changelogs.
2222

.ai/handoff/STATUS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# STATUS.md - commitprompt
1+
# STATUS.md - commitprompt
22

33
Last updated: 2026-02-27
44

@@ -23,7 +23,7 @@ Last updated: 2026-02-27
2323
- `src/__tests__/diff-parser.test.ts` - parser tests using real fixtures
2424
- `src/__tests__/prompt-builder.test.ts` - builder tests using real fixtures
2525
- `src/__tests__/integration.test.ts` - end-to-end tests using real fixtures
26-
- `src/fixtures/*.diff` - real diffs from github.com/homeofe/failprompt
26+
- `src/fixtures/*.diff` - real diffs from github.com/elvatis/failprompt
2727
- `.github/workflows/ci.yml` - GitHub Actions CI
2828
- `.gitlab-ci.yml` - GitLab CI pipeline
2929
- `eslint.config.js` - ESLint flat config with typescript-eslint and custom no-em-dash rule

.ai/handoff/WORKFLOW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# commitprompt: Autonomous Multi-Agent Workflow
1+
# commitprompt: Autonomous Multi-Agent Workflow
22

3-
> Based on the [AAHP Protocol](https://github.com/homeofe/AAHP).
3+
> Based on the [AAHP Protocol](https://github.com/elvatis/AAHP).
44
> This file documents how agents collaborate on this project autonomously.
55
66
---

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# commitprompt
1+
# commitprompt
22

33
Turn your `git diff --staged` into a ready-to-paste AI prompt for commit messages, PR descriptions, and changelogs.
44

@@ -99,7 +99,7 @@ The diff parser also recognizes both GitHub and GitLab CI file paths (`.github/`
9999

100100
## AAHP case study
101101

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).
103103

104104
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"name": "@elvatis_com/commitprompt",
33
"version": "0.1.0",
44
"description": "Turn your git diff into a ready-to-paste AI prompt for commit messages, PR descriptions and changelogs",
@@ -26,7 +26,7 @@
2626
"cli",
2727
"dx"
2828
],
29-
"author": "homeofe",
29+
"author": "elvatis",
3030
"license": "MIT",
3131
"repository": {
3232
"type": "git",

0 commit comments

Comments
 (0)