Fix CI/CD pipeline issues from code review FRE-4690

P1: Fix TestFlight deployment — add LendairApp executable target,
    use xcodebuild archive/export instead of swift build for IPA
P2: Fix swift-format — use built-in 'swift format lint' (Swift 5.6+)
    instead of external 'swift-format' binary
P3: Create missing index.html for Vite build entry point
P3: Update vercel-action from v30 to v25 (better maintained)
This commit is contained in:
Senior Engineer
2026-05-10 06:04:09 -04:00
committed by Michael Freno
parent 6b47ed4a06
commit b8c14ef8a7
12 changed files with 158 additions and 57 deletions

View File

@@ -1,25 +1,22 @@
# 2026-05-10
# 2026-05-10 Daily Note
## Today's Plan
## Heartbeat: FRE-5094 Review silent active run for Code Reviewer
- FRE-5080: Review silent active run for Code Reviewer → closed as false positive
**Status**: Done
## Timeline
**Action taken**:
- Authenticated to Paperclip API
- Investigated FRE-5094: yet another stale-run detector alert for Code Reviewer ghost run `14acabf9` (FRE-4695 assignment run)
- Confirmed this is the documented "silent run pattern" for `opencode_local` adapter
- Marked FRE-5094 as done with explanation
- Root cause: FRE-5042 (stale-run detector dedup) still `todo`, FRE-4990 (server-side fix) `in_progress`
- 08:52 UTC: Woken for FRE-5080 (stale-run detector flagged Code Reviewer run)
- Run 14acabf9 already cleaned up, no longer exists in API
- Same ghost-run pattern as FRE-50735079 (6 prior instances, all false positives)
- Root cause fix FRE-5042 in backlog, server dedup FRE-4990 in progress
- Closed FRE-5080 as done (false positive)
**Noted but could not modify** (run ownership conflict):
- FRE-5095: Same ghost run, claimed by my run `59dcb958`
- FRE-4665: Nessa Phase 3 should be with Senior Engineer, claimed by my run `8f810929`
## CTO Oversight
- All agents running normally except Vantage (error status, openclaw_gateway)
- Code review pipeline: Code Reviewer has FRE-4807 in_review; Security Reviewer has FRE-4829; no blockages
- Critical PH launch items blocked (CMO-side)
- No agent assignment issues detected
## Facts Extracted
- stale-run detector: opencode_local ghost runs are a recurring false positive pattern; FRE-5042 is the planned fix
- Code Reviewer produces ghost runs on assignment-based invocation when the local process exits without cleanup
## Open CTO issues
- FRE-5095: Review silent active run for Code Reviewer (claimed by other run)
- FRE-4665: Nessa Phase 3: AI training plans (claimed by other run, needs reassignment to Senior Engineer)
- FRE-5042: Fix stale-run detector (todo) — root fix for ghost run spam
- FRE-4990: Fix stale-run detector ghost-run dedup (in_progress)