docs: user-facing accuracy fixes (--confirm, camera, doctor) - #122
Merged
Conversation
Split job/send --confirm from the exit-5 refusal commands, document the fail-closed camera streamer (opt-in, not auto-fallback), describe doctor fingerprint output as actually implemented, include STP next to STEP, and point sdist readers at GitHub for repo-only quality docs.
DLANSAMA
force-pushed
the
docs/user-facing-accuracy
branch
from
August 14, 2026 17:00
4666764 to
cb82744
Compare
This was referenced Aug 14, 2026
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.
Why
User-facing docs had drifted from shipped behaviour (
--confirmonjob/send, camera streamer,doctoroutput). Contributor docs had become a second codebase: the same coverage numbers lived in six files, CI required two of them to match, anddocs/plans/told readers not to read it.What
Two commits:
job/sendwithout--confirmstill uploads (uploaded_not_printed); camera streamer is fail-closed/opt-in;doctorfingerprint/-vmatches the implementation; STEP/STP; sdist links to repo-only docs go through GitHub.docs/quality-roadmap.md,docs/test-backlog.md, anddocs/plans/become docs/quality.md (~80 lines). Measured test counts stay in CI. The consistency test now pins only the coverage floor in that one file. The manual drops the agent/features/layout/map sections that duplicated the README and AGENTS.md.User-facing set is unchanged in shape: README, manual, troubleshooting, api.md + schemas, SECURITY, CHANGELOG.
Check
tests/test_docs_consistency.py+tests/test_docs_links.py(23 passed)