Skip to content

Commit 5cd53a2

Browse files
committed
chore: rename package to @elvatis_com/commitprompt (conflict with commit-prompt on npm)
1 parent cb274dc commit 5cd53a2

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.ai/handoff/NEXT_ACTIONS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
## Priority Order
44

55
### 1. npm publish (MEDIUM - human required)
6-
- Run `npm login` as Emre
7-
- Run `npm publish` from project root
8-
- Verify at npmjs.com/package/commitprompt
6+
- Package name: `@elvatis_com/commitprompt` (scoped, due to conflict with `commit-prompt`)
7+
- Run `npm login` as Emre (if not already logged in)
8+
- Run `npm publish --access=public` from project root
9+
- Verify at npmjs.com/package/@elvatis_com/commitprompt
910
- After publish: update STATUS.md
1011

1112
### 2. --context flag enhancement (LOW)

.ai/handoff/STATUS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Last updated: 2026-02-21
99
| `tsc` | (Verified) Clean | Strict mode, NodeNext, zero errors |
1010
| `npm test` | (Verified) 42/42 | 3 suites: diff-parser, prompt-builder, integration |
1111
| GitHub CI | (Verified) Live | `.github/workflows/ci.yml` on main |
12-
| npm publish | (Assumed) Pending | Needs `npm login` (human action) |
12+
| npm publish | (Assumed) Pending | Scoped as `@elvatis_com/commitprompt`; run `npm publish --access=public` |
1313

1414
## What Exists
1515

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Turn your `git diff --staged` into a ready-to-paste AI prompt for commit message
55
## Installation
66

77
```bash
8-
npm install -g commitprompt
8+
npm install -g @elvatis_com/commitprompt
99
```
1010

1111
Or use without installing:
1212

1313
```bash
14-
npx commitprompt
14+
npx @elvatis_com/commitprompt
1515
```
1616

1717
## Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "commitprompt",
2+
"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",
55
"type": "module",

0 commit comments

Comments
 (0)