You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Sakarya 1), leaving **0 queued candidates and 0 blockers**. Audit outcomes were one new
295
302
> `ADMISSIBLE_COMPLETED_SALE` and two `PENDING_REVIEW`; **no record was admitted automatically**. The live
296
303
> adapters bind search results to exact AJAX response/cardinality and document actions to exact KAYIT,
297
304
> response URI, modal row and action fingerprint.
298
305
299
-
> **Live status.** UYAP Live Browser Pilot 1 reached **`PASS`** on the real **2026/263 Esas** record. A later bounded Ankara batch (`2026-06-18..2026-06-24`) collected five terminal-sale cards through native UDF artifacts: two new records were explicitly admitted, two were identified as existing observations (one primary ID and one alias), and one remains blocked for human review. This is **not** an official API, does **not** automate authentication, is **not** unattended continuous ingestion, and does **not** prove universal layout coverage. The automated test suite remains fully offline.
306
+
> **Live status.** UYAP Live Browser Pilot 1 reached **`PASS`** on the real **2026/263 Esas** record. A later bounded Ankara batch (`2026-06-18..2026-06-24`) collected five terminal-sale cards through native UDF artifacts: two new records were explicitly admitted, two were identified as existing observations (one primary ID and one alias), and one remains blocked for human review. The history endpoint is an observed internal same-origin interface, **not** an official public API. The workflow does **not** automate authentication, is **not** unattended continuous ingestion, and does **not** prove universal layout coverage. The automated test suite remains fully offline.
Copy file name to clipboardExpand all lines: src/sold/cli.py
+30-10Lines changed: 30 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2390,6 +2390,8 @@ def uyap_campaign_cmd(
2390
2390
max_provinces: Optional[int] =typer.Option(None, "--max-provinces", min=1, help="Bu koşuda en fazla işi olan il"),
2391
2391
max_windows_per_province: Optional[int] =typer.Option(1, "--max-windows-per-province", min=1, help="İl başına bu koşuda en fazla gerçek arama penceresi"),
2392
2392
max_records: Optional[int] =typer.Option(None, "--max-records", min=1, help="Acquire fazında toplam işlenecek en fazla kart"),
2393
+
fast_discovery: bool=typer.Option(True, "--fast/--ui", help="Keşifte same-origin endpoint havuzu veya seri UI"),
0 commit comments