style(macos): doc comment on storedPendingPayload

Refs #107237
This commit is contained in:
Peter Steinberger
2026-07-14 03:16:48 -07:00
committed by Peter Steinberger
parent 3ce9166319
commit d66033315f
2 changed files with 5 additions and 5 deletions

View File

@@ -268,8 +268,8 @@ enum OnboardingSystemAgentResumeStore {
defaults.removeObject(forKey: onboardingSystemAgentPendingRetiredKey)
}
// Pre-rename releases stored the lease under the Crestodian key; adopt it once
// so an app upgrade cannot orphan a live activation record.
/// Pre-rename releases stored the lease under the Crestodian key; adopt it once
/// so an app upgrade cannot orphan a live activation record.
private static func storedPendingPayload(defaults: UserDefaults) -> Any? {
if let stored = defaults.object(forKey: onboardingSystemAgentPendingKey) { return stored }
guard let retired = defaults.object(forKey: onboardingSystemAgentPendingRetiredKey) else {

View File

@@ -511,9 +511,6 @@ export const KNIP_UNUSED_EXPORT_BASELINE = [
"src/context-engine/registry.ts: ContextEngineRegistrationResult",
"src/context-engine/registry.ts: getContextEngineFactory",
"src/context-engine/registry.ts: listContextEngineIds",
"src/system-agent/agent-turn.ts: SystemAgentTurnDeps",
"src/system-agent/agent-turn.ts: SystemAgentTurnDirective",
"src/system-agent/agent-turn.ts: runSystemAgentTurnWithDeps",
"src/cron/command-output-summary.ts: cronCommandSummaryNeedsExternalRedaction",
"src/cron/delivery-context.ts: cronDeliveryFromContext",
"src/cron/delivery-preview.ts: resolveCronDeliveryPreview",
@@ -616,6 +613,9 @@ export const KNIP_UNUSED_EXPORT_BASELINE = [
"src/skills/lifecycle/upload-store.ts: MAX_ACTIVE_SKILL_UPLOADS",
"src/skills/runtime/refresh.ts: resetSkillsRefreshForTest",
"src/skills/runtime/remote-skills.ts: resetRemoteNodeSkillsForTests",
"src/system-agent/agent-turn.ts: runSystemAgentTurnWithDeps",
"src/system-agent/agent-turn.ts: SystemAgentTurnDeps",
"src/system-agent/agent-turn.ts: SystemAgentTurnDirective",
"src/tasks/detached-task-runtime.ts: resetDetachedTaskLifecycleRuntimeForTests",
"src/tasks/detached-task-runtime.ts: setDetachedTaskLifecycleRuntime",
"src/tasks/generated-media-task-activity.ts: resetGeneratedMediaTaskActivityForTests",