Skip to content

Commit ee473a4

Browse files
fix(readme): point CI badge + clone URL at renamed TelivityAI/asil org (#19)
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 <noreply@anthropic.com>
1 parent 26f9711 commit ee473a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ASIL — Autonomous Software Improvement Loop
22

3-
[![CI](https://github.com/telivity-otaip/asil/actions/workflows/ci.yml/badge.svg)](https://github.com/telivity-otaip/asil/actions/workflows/ci.yml)
3+
[![CI](https://github.com/TelivityAI/asil/actions/workflows/ci.yml/badge.svg)](https://github.com/TelivityAI/asil/actions/workflows/ci.yml)
44

55
> 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.
66
@@ -105,7 +105,7 @@ The scanner is profile-driven (`LanguageProfile` interface). TypeScript is the r
105105

106106
```bash
107107
# 1. Install
108-
git clone https://github.com/telivity-otaip/asil asil
108+
git clone https://github.com/TelivityAI/asil asil
109109
cd asil
110110
pnpm install
111111
pnpm build

0 commit comments

Comments
 (0)