From eec792edb185aeafeea5997eed64cf38bae46618 Mon Sep 17 00:00:00 2001 From: Benjamin Modayil Date: Sun, 5 Apr 2026 15:43:59 -0400 Subject: [PATCH 1/2] docs: fix scoped npm package references --- README.md | 2 +- docs.md | 2 +- examples/gitagent-helper/skills/get-started/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 883714d..b6c4e45 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs.md b/docs.md index 63a95e6..3e6da32 100644 --- a/docs.md +++ b/docs.md @@ -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: diff --git a/examples/gitagent-helper/skills/get-started/SKILL.md b/examples/gitagent-helper/skills/get-started/SKILL.md index 0fc2159..221a597 100644 --- a/examples/gitagent-helper/skills/get-started/SKILL.md +++ b/examples/gitagent-helper/skills/get-started/SKILL.md @@ -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 ``` From 788a57e1826208fecbe8f928f5c5602200cb8202 Mon Sep 17 00:00:00 2001 From: Benjamin Modayil Date: Sun, 5 Apr 2026 16:00:47 -0400 Subject: [PATCH 2/2] docs: fix contributing link in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1ab59fb..c8c32bd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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) +- [ ] I have read the [CONTRIBUTING.md](https://github.com/open-gitagent/gitagent/blob/main/CONTRIBUTING.md)