Skip to content

Commit 91b8282

Browse files
docs: fix scoped npm package references (#67)
* docs: fix scoped npm package references * docs: fix contributing link in PR template
1 parent 51b1f5d commit 91b8282

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Closes #
1515
- [ ] My code follows the existing style of this project
1616
- [ ] I have added/updated tests (if applicable)
1717
- [ ] I have updated documentation (if applicable)
18-
- [ ] I have read the [CONTRIBUTING.md](../CONTRIBUTING.md)
18+
- [ ] I have read the [CONTRIBUTING.md](https://github.com/open-gitagent/gitagent/blob/main/CONTRIBUTING.md)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# gitagent | your repository becomes your agent
66

7-
[![npm version](https://img.shields.io/npm/v/@shreyaskapale/gitagent)](https://www.npmjs.com/package/@shreyaskapale/gitagent)
7+
[![npm version](https://img.shields.io/npm/v/@open-gitagent/gitagent)](https://www.npmjs.com/package/@open-gitagent/gitagent)
88
[![CI](https://github.com/open-gitagent/gitagent/actions/workflows/ci.yml/badge.svg)](https://github.com/open-gitagent/gitagent/actions/workflows/ci.yml)
99
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1010
[![Spec: v0.1.0](https://img.shields.io/badge/spec-v0.1.0-blue)](https://github.com/open-gitagent/gitagent/blob/main/spec/SPECIFICATION.md)

docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ A framework-agnostic, git-native standard for defining AI agents.
4848
## Installation
4949

5050
```bash
51-
npm install -g gitagent
51+
npm install -g @open-gitagent/gitagent
5252
```
5353

5454
Verify:

examples/gitagent-helper/skills/get-started/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When a user is new to gitagent, wants to set up their first agent, or asks "how
1717

1818
### Installation
1919
```bash
20-
npm install -g gitagent
20+
npm install -g @open-gitagent/gitagent
2121
gitagent --version
2222
```
2323

0 commit comments

Comments
 (0)