Update tigrbl to tigrbl-lens v0.0.11 and verify mounted docs endpoints #4962
+3
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
tigrbl-lensasset version so generated Lens HTML references the latest@tigrbljs/tigrbl-lens@0.0.11JS/CSS and keep integration tests aligned with that asset version.Description
TIGRBL_LENS_VERSIONconstant from0.0.9to0.0.11inpkgs/standards/tigrbl/tigrbl/system/docs/lens.pyso generated HTML imports the new asset URLs.pkgs/standards/tigrbl_tests/tests/i9n/test_mountable_lens_uvicorn.pyto expect the0.0.11JS/CSS URLs.ruffper repo contribution guidance.uvicornserver mountingopenrpc.jsonat/openrpc.jsonand Lens at/lens(withspec_path="/openrpc.json") and captured Playwright screenshots of both endpoints as proof of work.Testing
uv run --directory pkgs/standards --package tigrbl ruff format .anduv run --directory pkgs/standards --package tigrbl ruff check . --fix, which completed successfully.uv run --directory pkgs/standards --package tigrbl-tests ruff format .anduv run --directory pkgs/standards --package tigrbl-tests ruff check . --fix, which completed successfully.uvicornserver and verifiedGET /openrpc.jsonreturned a valid OpenRPC payload (HTTP 200 with"openrpc": "1.2.6").GET /lensreturned HTML that references@tigrbljs/tigrbl-lens@0.0.11and includes the embedded importmap andid="root"(HTTP 200).browser:/tmp/codex_browser_invocations/e0c9d5137c0c9a4e/artifacts/artifacts/openrpc-endpoint.pngandbrowser:/tmp/codex_browser_invocations/e0c9d5137c0c9a4e/artifacts/artifacts/lens-endpoint.png.Codex Task