Commit 61f2753
committed
docs: record UYAP Live Pilot 1 seventh real live FAIL + Live Interoperability Fix 7
README pilot callout and DEVELOPMENT_HISTORY milestone updated to seven real live runs all FAIL. Run 7 live-proved Fix 5's modal/document-row detection and, newly, Fix 6's download semantics (fa-arrow-down -> download, download_action_resolved=true for all four rows) - but every row still reported view_action_resolved=false / no_view_action and viewer_pages_opened=0, with both action summaries being bare <i> icons (a document icon and the download arrow) and no eye/view control. Root cause: the logical document-row boundary was too narrow and action introspection counted icon descendants inside the label/download control instead of the owning actionable controls; the separate eye/view control is a sibling outside the selected semantic-label ancestor. Fix 7 makes the logical DocumentRow the smallest single-recognized-label ancestor that contains actual actionable controls (button/a/[role=button]/[onclick]), with a constrained actionable-sibling expansion so the adjacent eye button is captured, bounded by a unique-recognized-label guard (modal/body/html/multi-identity ancestors rejected); an icon is metadata of its owning control, never its own ActionSpec (two icons in one button => one control; one download + one view button => two). Fix-6 positive precedence and Fix-6.1 same-row fallback are reused unchanged. A separate non-clean rerun also showed a pre-opened/stale document list already visible before the entry click; Fix 7 adds preopened_document_list_reusable to reuse a valid same-context open list without re-clicking (hidden/raw-HTML labels never qualify), setting document_entry_state=preopened_document_list_reused. No live PASS is claimed: eye/view semantics have not been resolved live, the viewer has not been reached programmatically, the Fix-6.1 download-required fallback has not run live, no official UDF has downloaded live, raw-UDF extraction is not proven, and the Ihale Bedeli was not extracted; a post-Fix-7 operator rerun is required. Structural core, four SMM moments, conditional_on_trade, Theta_A, TOKI external (5 observed / 0 SMM), and the numerical-search convention are unchanged.1 parent db22134 commit 61f2753
2 files changed
Lines changed: 49 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
| 267 | + | |
266 | 268 | | |
267 | 269 | | |
268 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
0 commit comments