-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
24 lines (18 loc) · 786 Bytes
/
llms.txt
File metadata and controls
24 lines (18 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# pygate-ci
Deterministic Python quality gate CLI.
Use this repo when you need to:
- combine Ruff, Pyright, and pytest into one gate result
- produce structured escalation artifacts for CI or agents
- attempt bounded deterministic repair before handing work off
Primary CLI:
- `pygate run --mode canary --changed-files <path>`
- `pygate summarize --input <failures.json>`
- `pygate repair --input <failures.json>`
Outputs:
- failures, run metadata, repair report, escalation, and agent-brief artifacts under `.pygate/`
Do not use this repo as:
- a generic lint aggregator
- a semantic code-fix engine
- a replacement for the underlying tools and their own configuration
Key success condition:
- the same gate outputs produce the same normalized artifacts and escalation decisions