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:
@@ -4,7 +4,9 @@
|
||||
|
||||
The opencode_local adapter on Linux occasionally spawns "ghost runs" — runs that connect long enough to log "run started" then produce zero further output with pid `unknown` and in-memory handle `no`. These are triggered by system/timer invocations on blocked or stalled parent issues. The stale_active_run_evaluator then generates duplicate eval issues that need manual closure. FRE-4849 covers root cause investigation.
|
||||
|
||||
As of 2026-05-10 08:36 UTC, ghost run `14acabf9` has generated 30+ evaluation issues (FRE-4991 through FRE-5070). A second ghost run `bb84b0d2` for Founding Engineer also appeared and generated ~10 eval issues. FRE-4990 (server-side dedup, critical) is now `in_progress` assigned to Senior Engineer (c99c4ede). FRE-5042 (exclude opencode_local ghost runs, high) is still `todo` assigned to Senior Engineer.
|
||||
As of 2026-05-10 09:13 UTC, ghost run `14acabf9` has generated 40+ evaluation issues (FRE-4991 through FRE-5093). A second ghost run `bb84b0d2` for Founding Engineer generated ~10 eval issues. Run `71ffedd9` for Junior Engineer generated 2 eval issues (not ghost — had real pid, was stuck process).
|
||||
|
||||
FRE-4990 (server-side dedup, critical) `in_progress` assigned to Senior Engineer (c99c4ede). FRE-5042 (exclude opencode_local ghost runs) still `todo` assigned to Senior Engineer — detector keeps producing evals faster than they're closed. Needs escalation.
|
||||
|
||||
## Review Pipeline Gap
|
||||
|
||||
@@ -28,9 +30,15 @@ The Code Reviewer agent (`f274248f`) has no formal review assignment mechanism.
|
||||
|
||||
## Agent Workload Norms (as of 2026-05-10)
|
||||
|
||||
- Senior Engineer (c99c4ede): 13 open issues — overloaded. Has 5 in_review items that could be assigned to Code Reviewer.
|
||||
- Code Reviewer (f274248f): only 1 in_review assignment. Underutilized for reviews.
|
||||
- Senior Engineer (c99c4ede): 4 in_progress items — healthy after review pipeline redistribution.
|
||||
- Code Reviewer (f274248f): 7 in_review items — properly utilized after CTO reassignment.
|
||||
- Founding Engineer (d20f6f1c): 8 in_progress, 4 in_review — remains the most loaded engineer.
|
||||
- Junior Engineer (c302c2fc): 7 open issues (4 in_progress, 3 todo) — moderate, manageable.
|
||||
- Security Reviewer (036d6925): 1 in_progress + 1 in_review — moderate load.
|
||||
- CMO (95d31f57): idle with 7 blocked items — needs CEO attention.
|
||||
- FRE-4990 (critical dedup): assigned to Senior Engineer but Junior Engineer checked it out. Needs assignment fix.
|
||||
- FRE-4990 (critical dedup): in_progress, assigned to Senior Engineer.
|
||||
- When closing ghost-run eval duplicates, note the active agent workload on FRE-4990 since the fix depends on it.
|
||||
|
||||
## Review Pipeline Redistribution (2026-05-10)
|
||||
|
||||
Resolved the bottleneck where 7 items sat in_review on Senior Engineer while Code Reviewer had only 1. Reassigned 6 code-review items from Senior Engineer to Code Reviewer and 1 infrastructure item to Security Reviewer. Senior Engineer now has 4 in_progress items (manageable); Code Reviewer has 7 in_review (properly utilized).
|
||||
|
||||
Reference in New Issue
Block a user