Phase A1: make README honest (implemented vs planned) - #5
Closed
mandarwagh9 wants to merge 1 commit into
Closed
mandarwagh9 wants to merge 1 commit into
mandarwagh9 wants to merge 1 commit into
Conversation
Phase A1 of the 10x roadmap. The README advertised several capabilities as shipped that aren't wired into the live pipeline; this marks them as planned and fixes concrete drift. - Add an "Implementation status" table up front (source of truth: ✅ vs 🔭) - Mark 🔭 planned: cross-camera homography (H-PROJ), pixel extrapolation (EXTRAP), appearance re-ID, sensor-trust scoring, adaptive-Kalman-by-area, GPS/IMU fusion, DeepSORT/centroid fallback chain, compass ribbon, threat ring - Reframe the homography section as forward-looking design - Note only the orange WORLD ghost path is emitted today - Fix mobile handshake (no target_fps is sent; sensor_data is received, not fused) - Update Testing section for the new frontend tests + comprehensive CI gate - pyproject: allow Python 3.13 (requires-python <3.14; verified locally) - .env.example: remove the duplicated JWT/AUTH block No code behaviour change; backend gate green (ruff/mypy/57 tests). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 19, 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.
What & why
Phase A1 of the OVERWATCH 10× roadmap. The README sold several headline features as shipped that aren't actually wired into the pipeline. This makes the docs truthful and fixes concrete drift — docs-only, no behaviour change.
Changes
H-PROJ), pixel extrapolation (EXTRAP), appearance re-ID, sensor-trust scoring, adaptive-Kalman-by-bbox-area, GPS/IMU fusion, DeepSORT/centroid fallback, compass ribbon, threat ring.WORLDghost path is emitted today.target_fpsis not sent;sensor_datais received but not fused).pyproject:requires-python→<3.14(3.13 verified working locally)..env.example: removed the duplicated JWT/AUTH block.Verification
ruffclean ·mypyclean (16 files) ·pytest57 passed (no Python source changed).README.md,backend/.env.example,pyproject.toml.🤖 Generated with Claude Code