Skip to content

Fix corrupted Claude dashboard files and restore typecheck - #11

Open
Shakeyswings wants to merge 3 commits into
mainfrom
fix/remove-corrupted-claude-dashboard-files
Open

Fix corrupted Claude dashboard files and restore typecheck#11
Shakeyswings wants to merge 3 commits into
mainfrom
fix/remove-corrupted-claude-dashboard-files

Conversation

@Shakeyswings

Copy link
Copy Markdown
Owner

Removes corrupted dashboard TSX files from active compilation and restores MissionStatusContract export.

Validation:

  • npx tsc --noEmit passes locally

Scope:

  • UI stabilization only
  • no auth changes
  • no database changes

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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" }}>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant