chore(gui): remove rebased mission artifacts

This commit is contained in:
_Kerman
2026-07-22 22:37:11 +08:00
parent beec67f187
commit c2dcf178f1
168 changed files with 2 additions and 17006 deletions

View File

@@ -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 */

View File

@@ -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