Fix corrupted Claude dashboard files and restore typecheck - #11
Fix corrupted Claude dashboard files and restore typecheck#11Shakeyswings wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ab8dd961a1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| </div> | ||
| <RewardToast badgeName="Operator" visible={toastVisible} onClose={() => setToastVisible(false)} /> | ||
| </div> | ||
| <main style={{ minHeight: "100vh", background: "#020617", color: "#f8fafc", padding: "48px" }}> |
There was a problem hiding this comment.
Restore mission entry points on the dashboard
For users landing on /, this replacement leaves the dashboard as static text with no links or buttons to the existing mission workflows. I checked the route tree: /missions/new is still the mission creation UI and /workflows is only reachable after already being in a mission, while the previous dashboard exposed /missions/new and /workflows; this makes the MVP mission flow effectively undiscoverable from the home page unless users know the URL.
Useful? React with 👍 / 👎.
Removes corrupted dashboard TSX files from active compilation and restores MissionStatusContract export.
Validation:
Scope: