Skip to content
Merged
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down
Loading