Sprint 4 — Front Office Marathon (Codex handoff)#78
Draft
KevinBigham wants to merge 13 commits into
Draft
Conversation
Goal Packet v2.0 format. Marathon mission: 12 sequential milestones wiring the four orphaned worker surfaces (open negotiations, negotiation detail, interactive press conference, player trade value) into UI, plus finishing the player-profile cross-linking across Trade/Draft/News/ Scouting/Stats. Includes a Bonus Round section for if Codex closes Sprint 4 with time and quality to spare. Designed to keep Codex working autonomously overnight: clear pause conditions, autonomy rules, milestone discipline, evaluator-visible proof via .logs/goal-progress.md, and a final STATUS.md handoff. Built on top of Sprint 3.5 (PR #77) at main 93b3f5b. Consumer-only — no new worker methods, no schema changes, no new dependencies. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Codex correctly paused under Pause Condition 1 because the original GOAL.md asked for contract-negotiation fields (salary asks, offered terms, deadlines) but getOpenNegotiations() returns TradeNegotiationView (trade packages between teams) — fundamentally different shape. Two false orphans removed: - getOpenNegotiations / getNegotiation: trade negotiations, not contract ones. Rewritten as Trade Negotiations Inbox against the real shape. - getInteractivePressConference: already wired in AppLayout.tsx:167. Milestone dropped entirely. Real orphans preserved: - getOpenNegotiations / getNegotiation → /trade-negotiations inbox + detail - getPlayerTradeValue → panel on PlayerProfilePage - 5 cross-linking gaps (Trade / Draft / News / Scouting / Stats) Now 10 milestones (was 12). Inbox is read-only, deep-links into existing TradePage builder via ?negotiationId=<id> query param. Also preserves Codex's pause STATUS.md and .logs/goal-progress.md entries as evidence trail. Co-Authored-By: Claude Opus 4.7 <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.
Mission
Sprint 4 wires the four orphaned worker surfaces into a coherent Front Office experience, plus finishes the player-profile cross-linking that Roster / Free Agency / Minors already have:
getOpenNegotiations()→ new/negotiationsroutegetNegotiation(id)→ new/negotiations/:iddetailgetInteractivePressConference()→ new surface (route or Press Room tab — Codex's call)getPlayerTradeValue(playerId)→ new panel on Player ProfilePlus cross-linking gaps: Trade, Draft, News, Scouting, Stats all get clickable player names linking to
/players/:playerId.Format
Goal Packet v2.0 — single-mission contract. 12 sequential milestones, each independently shippable, each with its own commit + validation gate. Bonus Round section for if Codex closes early.
Built on
93b3f5bmainNon-Negotiables
Handoff
This PR ships only the GOAL.md. Codex will produce the implementation. Claude Code (reviewer) will flip to ready + merge once Kevin approves in the morning.
🤖 Generated with Claude Code