|
1 | 1 | # PyGate |
2 | 2 |
|
3 | | -[](https://github.com/roli-lpci/pygate/blob/main/LICENSE) |
| 3 | +[](https://github.com/roli-lpci/quick-gate-python/blob/main/LICENSE) |
4 | 4 | [](https://python.org) |
5 | | -[](https://github.com/roli-lpci/pygate/actions/workflows/ci.yml) |
| 5 | +[](https://github.com/roli-lpci/quick-gate-python/actions/workflows/ci.yml) |
6 | 6 |
|
7 | 7 | Deterministic quality gate CLI for Python projects with bounded auto-repair and structured escalation evidence. |
8 | 8 |
|
@@ -100,7 +100,7 @@ All artifacts are written to `.pygate/`: |
100 | 100 | | `repair-report.json` | Repair attempt history (on success) | |
101 | 101 | | `escalation.json` | Escalation reason and evidence (on failure) | |
102 | 102 |
|
103 | | -JSON Schema files for all artifact types are available in [`schemas/`](https://github.com/roli-lpci/pygate/tree/main/schemas) for downstream validation and code generation. See [`demo/artifacts/`](https://github.com/roli-lpci/pygate/tree/main/demo/artifacts) for sample output. |
| 103 | +JSON Schema files for all artifact types are available in [`schemas/`](https://github.com/roli-lpci/quick-gate-python/tree/main/schemas) for downstream validation and code generation. See [`demo/artifacts/`](https://github.com/roli-lpci/quick-gate-python/tree/main/demo/artifacts) for sample output. |
104 | 104 |
|
105 | 105 | ## Repair Loop |
106 | 106 |
|
@@ -172,7 +172,7 @@ PyGate ships with a composite GitHub Action for CI integration: |
172 | 172 |
|
173 | 173 | ```yaml |
174 | 174 | - uses: actions/checkout@v4 |
175 | | -- uses: roli-lpci/pygate/.github/actions/pygate@main |
| 175 | +- uses: roli-lpci/quick-gate-python/.github/actions/pygate@main |
176 | 176 | with: |
177 | 177 | mode: canary # or "full" |
178 | 178 | repair: "true" # attempt auto-repair on failures |
@@ -200,8 +200,8 @@ The action detects changed files from the PR, runs gates, optionally repairs, an |
200 | 200 |
|
201 | 201 | ## Contributing |
202 | 202 |
|
203 | | -See [CONTRIBUTING.md](https://github.com/roli-lpci/pygate/blob/main/CONTRIBUTING.md) for development setup and guidelines. |
| 203 | +See [CONTRIBUTING.md](https://github.com/roli-lpci/quick-gate-python/blob/main/CONTRIBUTING.md) for development setup and guidelines. |
204 | 204 |
|
205 | 205 | ## License |
206 | 206 |
|
207 | | -[Apache 2.0](https://github.com/roli-lpci/pygate/blob/main/LICENSE) |
| 207 | +[Apache 2.0](https://github.com/roli-lpci/quick-gate-python/blob/main/LICENSE) |
0 commit comments