CERT-MAGIC-RUN-LIVE
Magic Run mode. The Tax Professional opens a return in TaxProLink, clears any TPL validation, lands on Personal Information, and clicks Start Abbicus. From there the agent owns the workflow: detect → run → Save & Continue → detect → repeat. The run stops cleanly on the first unsupported screen, blocking validation, or handler failure. Earlier successes are preserved in the aggregate proof's checkpoints.
Enqueues this client's Return Summary onto the work queue. The paired Windows Agent picks the job up on its next poll and drives TaxProLink end-to-end. Requires a paired workstation with the Agent online and a TaxProLink session the preparer has signed in to.
Run Certification
Dispatches this Certification Client to the paired Windows Agent.
Engine-only simulator runs live at /dev/simulator.
Navigation & Mapper Probe (v0.1.56)
Read-only TPL probe. The form_grid_dom probe stops at the grid; the new form_entry_dom probe (v0.1.56) continues through Add New and enumerates every editable field on the blank entry form so we can build the mapper. Neither probe types a value or clicks Save. Every completed run is auto-saved and listed below.
Form Grid DOM probe (generalized)
Fill and save Personal Information first (or run CERT-001). Enter the tree anchor id (e.g. 1099R, 1099INT, 1099DIV, W2), then press Capture. The probe locates the live treeview frame by URL pattern, dumps every anchor, synthetic-clicks the requested anchor, polls for the grid frame, and dumps every control + every onclick attribute containing nextCall=. It stops there.
Recent probe captures (auto-saved)
No captures yet.
Tax year
2025
Population
Basic W2
Expected reconciliation outcome
Partial — some scenarios honestly unsupported
Name
Morgan T. Avery
Filing status
Single
Household
Magic-run progressive test — same synthetic identity as CERT-PERSONAL-INFO-LIVE
Location
Fictional — Austin, TX
Live-DOM certification scaffold for progressive multi-screen runs starting from any supported TPL screen. The preparer owns navigation up to the first supported screen; Abbicus owns every screen after that until coverage ends.
No items expected to require preparer review.
Execution
2 steps — Completed with unsupported items
Plan is fixed at session_check + detect_and_continue. The Magic loop advances as far as chrome-cdp coverage allows; today that means Personal Information then a clean stop on the next screen.
Reconciliation
0 forms, 12 matches, 0 review items
Completed return
rs_cert_magic_run_live · version 0.1.0
Permanent progressive live-browser certification under Magic Run mode. All data is fictional. Coverage expands as new screens are added to chrome-cdp.cjs (detector anchor + handler) and adapter.cjs (dispatcher branch). No engine, planner, contract, or new cert client required to extend coverage — this single cert grows with the agent.