docs(readme): add logo, drop redundant concept section, trim asides#147
Merged
Conversation
Copies the robot-inspecting-a-dot product art from robocurve/website into docs/assets/, adding a cream rounded-tile background so the cream-filled head circle reads on GitHub dark mode and PyPI. The README references it by absolute raw.githubusercontent URL because README.md is also the PyPI long description, where relative paths 404. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…t check The two-inputs concept already appears in the tagline, the Inspect AI mapping table, and the Python example, and the docs landing page leads with the same section — so Install moves up under the fold. The one detail stated nowhere else, the pre-rollout (policy, embodiment) compatibility check, moves to a Why Inspect Robots bullet. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Cuts detail a reader acting on the section doesn't need: the PEP 668 parenthetical, the uv-run re-sync play-by-play, the Rerun viewer memory cap and upgrade note, the .env precedence rules, and the CaP-X adapter spec-sheet (now deferred to the plugin README). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Subtitle becomes 'evaluating AI and robots in the physical world'; the tagline's italicized any-s go roman. Cuts the uv-run note's remedy sentence, the wizard parentheticals, and restructures the buried --store-frames conditional into the sentence. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…e bullet inspect-robots-maniskill and inspect-robots-openvla were aspirational examples that don't exist; point at inspect-robots-yam and the first-party plugins instead. Subtitle 'evaluating' -> 'benchmarking' to stop echoing 'evaluation framework'. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 21, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Three README improvements, one commit each:
Logo. Adds the Inspect Robots logo (the robot-inspecting-a-dot product art from
robocurve/website) centered above the title. Committed atdocs/assets/inspect-robots-logo.svgwith one adaptation: a cream rounded-tile background, so the cream-filled head circle reads on GitHub dark mode and PyPI instead of assuming the site's cream page. The blinking-eye CSS animation is kept and honorsprefers-reduced-motion. The README references it by absoluteraw.githubusercontent.com/.../main/...URL becauseREADME.mdis also the PyPI long description (via hatch-fancy-pypi-readme), where relative paths break — so the image 404s until this merges.Drop "One framework, two swappable inputs". The two-inputs concept already appears in the tagline, the Inspect AI mapping table, and the Python example's comment, and the docs landing page leads with the same section — so Install moves up under the fold. The one detail stated nowhere else, the pre-rollout
(policy, embodiment)compatibility check, moves to a "Why Inspect Robots" bullet.Trim over-explaining asides. Cuts detail a reader acting on each section doesn't need: the PEP 668 parenthetical, the uv-run re-sync play-by-play, the Rerun viewer memory-cap/upgrade note, the
.envprecedence rules, and the CaP-X adapter spec-sheet (deferred to the plugin README). Kept: the MolmoAct2 server warning, the safety-guardrails paragraph, and the Developmentuv lockblockquote (CONTRIBUTING.md does not cover that gotcha).Changes
docs/assets/inspect-robots-logo.svgand reference it atop the README.envsetup, and the CaP-X sectionChecklist
pre-commit installdone; hooks pass (or ranpre-commit run --all-files)pytest --cov, ran via the pre-push hook)ruff check .andruff format --check .pass (no Python files touched)mypypasses (strict) — no Python files touchedCHANGELOG.mdupdated under "Unreleased" — N/A, docs-only (matches docs: add _html.py and view to the module map #138 precedent)Related
None — standalone docs change.
🤖 Generated with Claude Code