fix(gateway): commit the ignored tool_projection/dashboard.py (staging worker crash) - #345
Merged
Merged
Conversation
…le hid
A bare `dashboard.py` pattern in .gitignore (meant for a root scratch file)
also matched gateway/standalone_chat/tool_projection/dashboard.py, so it
was never committed. The deployed chat worker crashed at import
("cannot import name 'dashboard'") and every staging run stayed queued.
Anchor the scratch patterns to the repo root and add the file. Also add
the two product docs pages the sidebar references but the root /docs/
rule kept out of git.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XfZZecsk7TeJvfaLxD2d3g
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
The deployed staging chat worker exits 1 at import:
cannot import name 'dashboard' from partially initialized module gateway.standalone_chat.tool_projection. Cause: a baredashboard.pyline in .gitignore matchedtool_projection/dashboard.py, so PR #344 never carried the file. Every staging run since 21:47 UTC has stayed queued.This adds the file, anchors the scratch patterns to the repo root, and adds the two product docs pages the sidebar references but the root
/docs/rule hid.🤖 Generated with Claude Code
https://claude.ai/code/session_01XfZZecsk7TeJvfaLxD2d3g