Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Closes #
- [ ] My code follows the existing style of this project
- [ ] I have added/updated tests (if applicable)
- [ ] I have updated documentation (if applicable)
- [ ] I have read the [CONTRIBUTING.md](../CONTRIBUTING.md)
Copy link
Copy Markdown
Author

@benjaminmodayil benjaminmodayil Apr 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lead to a 404 when clicked from the link in the actual PR UI view.

- [ ] I have read the [CONTRIBUTING.md](https://github.com/open-gitagent/gitagent/blob/main/CONTRIBUTING.md)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# gitagent | your repository becomes your agent

[![npm version](https://img.shields.io/npm/v/@shreyaskapale/gitagent)](https://www.npmjs.com/package/@shreyaskapale/gitagent)
[![npm version](https://img.shields.io/npm/v/@open-gitagent/gitagent)](https://www.npmjs.com/package/@open-gitagent/gitagent)
[![CI](https://github.com/open-gitagent/gitagent/actions/workflows/ci.yml/badge.svg)](https://github.com/open-gitagent/gitagent/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![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)
Expand Down
2 changes: 1 addition & 1 deletion docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ A framework-agnostic, git-native standard for defining AI agents.
## Installation

```bash
npm install -g gitagent
npm install -g @open-gitagent/gitagent
```

Verify:
Expand Down
2 changes: 1 addition & 1 deletion examples/gitagent-helper/skills/get-started/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ When a user is new to gitagent, wants to set up their first agent, or asks "how

### Installation
```bash
npm install -g gitagent
npm install -g @open-gitagent/gitagent
gitagent --version
```

Expand Down