(workspaceId: string)
| 1800 | } |
| 1801 | |
| 1802 | async getGoal(workspaceId: string): Promise<GoalRecordV1 | null> { |
| 1803 | return this.normalizeGoalLimits(workspaceId, { syncChatTail: true }); |
| 1804 | } |
| 1805 | |
| 1806 | /** |
| 1807 | * Reject sends/resumes that would run a non-terminal budgeted goal on an |
no test coverage detected