-
- Goal needs confirmation
-
-
- Start onboarding to draft an objective and success
- metrics.
+ {resolvedBoardType !== "general" &&
+ baseBoard &&
+ !(baseBoard.goal_confirmed ?? false) ? (
+
+
+
+ Goal needs confirmation
+
+
+ Start onboarding to draft an objective and success
+ metrics.
+
+
+
+
+ ) : null}
+
+
+
+ setName(event.target.value)}
+ placeholder="Board name"
+ disabled={isLoading || !baseBoard}
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Boards in the same group can share cross-board context
+ for agents.
-
+
+
+
+ setTargetDate(event.target.value)
+ }
+ disabled={isLoading}
+ />
+
- ) : null}
-
-
-
- setName(event.target.value)}
- placeholder="Board name"
- disabled={isLoading || !baseBoard}
- />
-
-
-
-
-
-
-
-
+
+
-
+ setSuccessMetrics(event.target.value)
+ }
+ placeholder='e.g. { "target": "Launch by week 2" }'
+ className="min-h-[140px] font-mono text-xs"
disabled={isLoading}
/>
- Boards in the same group can share cross-board context
- for agents.
+ Add key outcomes so the lead agent can measure progress.
+ {metricsError ? (
+ {metricsError}
+ ) : null}
-
-
- setTargetDate(event.target.value)}
- disabled={isLoading}
- />
-
-
-
-
-
-
-
-
-
- {gateways.length === 0 ? (
-
-
- No gateways available. Create one in Gateways to
- continue.
-
+ {errorMessage ? (
+
{errorMessage}
+ ) : null}
+
+
+
+
- ) : null}
-
- {errorMessage ? (
-
{errorMessage}
- ) : null}
-
-
-
-
-
-
-
- )}
+
+