From 8c5990c6f6b5f12ce9a449da3c8d671966e9d170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Milicevic?= Date: Thu, 18 Jun 2026 16:38:25 -0500 Subject: [PATCH] fix(readme): point CI badge + clone URL at renamed TelivityAI/asil org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The org was renamed telivity-otaip → TelivityAI. The README badge and clone URL still used the old owner; redirects mask the clone but the Actions badge SVG renders against the old path. Point both at the canonical owner. Co-Authored-By: Claude Opus 4.8 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b41be8f..8198451 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ASIL — Autonomous Software Improvement Loop -[![CI](https://github.com/telivity-otaip/asil/actions/workflows/ci.yml/badge.svg)](https://github.com/telivity-otaip/asil/actions/workflows/ci.yml) +[![CI](https://github.com/TelivityAI/asil/actions/workflows/ci.yml/badge.svg)](https://github.com/TelivityAI/asil/actions/workflows/ci.yml) > Scan a codebase. Find issues. Generate fixes. Review them three times. Stop when domain expertise is required. Open a PR only when every gate passes. @@ -105,7 +105,7 @@ The scanner is profile-driven (`LanguageProfile` interface). TypeScript is the r ```bash # 1. Install -git clone https://github.com/telivity-otaip/asil asil +git clone https://github.com/TelivityAI/asil asil cd asil pnpm install pnpm build