From 4be8c2a350e5acd148248bf7d8777cdc4f58f0a3 Mon Sep 17 00:00:00 2001 From: Taras Date: Thu, 30 Jul 2026 18:19:44 +0300 Subject: [PATCH] chore: migrate repository to organization --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1493a6..3f2adf1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This repo includes an agent skill for operating `t3cli`: [`skills/t3code-cli/SKI Install it with: ```sh -npx skills add tarik02/t3cli +npx skills add tarik02-org/t3code-cli ``` ## Authentication diff --git a/package.json b/package.json index 84a18ba..299cc5d 100644 --- a/package.json +++ b/package.json @@ -8,15 +8,15 @@ "codex", "t3code" ], - "homepage": "https://github.com/tarik02/t3cli#readme", + "homepage": "https://github.com/tarik02-org/t3code-cli#readme", "bugs": { - "url": "https://github.com/tarik02/t3cli/issues" + "url": "https://github.com/tarik02-org/t3code-cli/issues" }, "license": "MIT", "author": "tarik02 ", "repository": { "type": "git", - "url": "git+https://github.com/tarik02/t3cli.git" + "url": "git+https://github.com/tarik02-org/t3code-cli.git" }, "bin": { "t3cli": "./dist/bin.js"