chore(gui): remove rebased mission artifacts
This commit is contained in:
@@ -147,11 +147,6 @@ export function apply(ctx: Context): void {
|
||||
ctx.goals.block(state.agent, ref, { code: outcome.code, message: outcome.message })
|
||||
return
|
||||
case 'disarm':
|
||||
// TODO(disarm-reason): `GoalRoundOutcome.disarm.reason` carries a
|
||||
// specific string (durability-failed/disposed/interrupted) that is
|
||||
// produced in `classifyGoalRound()` but discarded here. Either log it
|
||||
// or remove it from the variant to stop dead payload being carried
|
||||
// through the result type.
|
||||
ctx.goals.disarm(state.agent)
|
||||
return
|
||||
/* v8 ignore next 2 -- GoalRoundOutcome is closed and every member is handled above */
|
||||
|
||||
@@ -64,10 +64,7 @@ export interface ResolvedConfig {
|
||||
defaultMaxGoalRounds: number
|
||||
}
|
||||
|
||||
/**
|
||||
* One accepted mutation waiting to enter or be observed in the session log.
|
||||
*
|
||||
*/
|
||||
/** One accepted mutation waiting to enter or be observed in the session log. */
|
||||
interface PendingGoalChange {
|
||||
readonly change: GoalChangeMeta
|
||||
readonly activation: GoalActivation
|
||||
|
||||
Reference in New Issue
Block a user