docs(vision): sync reasoning-window defaults after gate item 6 - #14
Merged
Conversation
Item 6 (PR #13) widened the reasoning window and its coupled knobs, but two descriptions still carried the old values: - vision-worker README: "roughly six-second window" and the env table's REASON_WINDOW_SECONDS=6 / REASON_MAX_FRAMES=4 / EVENT_COOLDOWN_SECONDS=20. Updated to 20 / 8 / 25 and reworded the window prose to state why it is wide (a placement's before/after contrast, which a tight window hides). - console VisionPanel test fixture hardcoded window_seconds=6, max_frames=4, event_cooldown_seconds=20. These are unasserted mock values, but aligning them to 20 / 8 / 25 keeps the fixture honest. Test still passes. The live Console UI is unaffected -- it renders these from /v1/status, not from constants. No `.env.example` or architecture-doc changes were needed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Point the hero "NVIDIA Spark Hackathon Seattle 2026 · Winner" badge at the LinkedIn announcement post, and add a "Source on GitHub" link in the footer. The badge keeps its pill styling as a link (no underline, accent-border hover). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Item 6 (#13) widened the reasoning window and its coupled knobs, but two descriptions still carried the pre-item-6 values. This is a docs/fixture-only sync — no runtime behavior changes.
Changed
services/vision-worker/README.md— the service that owns these knobs:REASON_WINDOW_SECONDS 6→20,REASON_MAX_FRAMES 4→8,EVENT_COOLDOWN_SECONDS 20→25.apps/console/.../VisionPanel.test.tsx— mock fixture hardcoded6 / 4 / 20. Unasserted, but aligned to20 / 8 / 25so it doesn't mislead. Test still passes.Deliberately unchanged
/v1/status, not constants — already correct, not stale..env.exampledoesn't set these knobs; architecture docs (00–19) describe concepts, not tunables;docs/spikes/*are frozen lab records.🤖 Generated with Claude Code