ifURI docs

ifURI / urirun work summary - 2026-06-20

This note summarizes the current cross-repository state after the latest urirun, connector, app and examples work.

Completed

Verified

The latest noVNC example was verified with:

python3 -m py_compile computer/browser_node.py orchestrator/run_flow.py
make test
make test-full
docker compose config
python3 -m json.tool generated/registry.json

make test-full produced:

{
  "ok": true,
  "mode": "full",
  "steps": 16,
  "routes": 24,
  "screenshots": [
    "pc1-example.png",
    "pc2-ifuri.png",
    "pc3-example-org.png",
    "pc4-example-net.png"
  ]
}

The ifURI desktop GUI work was verified earlier with focused GUI smoke tests and the full non-e2e pytest suite in if-uri/app.

Important repositories

Documentation files updated

Remaining work