fix(lint): merge the duplicate agent-status contract type imports (#20907)

main's tip fails audit:code-quality:native on import(no-duplicates), which
reds the static analysis and verify jobs of every open PR via the merge ref.
This commit is contained in:
Brennan Benson
2026-09-15 17:36:08 -07:00
committed by GitHub
parent 3520e8eb41
commit 7ec2986fd1
@@ -4,10 +4,12 @@ import {
} from './agent-status-store-contract'
import type { AgentChildWorkAliasRecord } from './agent-status-child-work-alias'
import type { AgentChildWorkRecord } from './agent-status-child-work'
import type { AgentStatusFactRecord } from './agent-status-store-contract'
import type {
AgentStatusFactRecord,
AgentStatusTombstoneRecord
} from './agent-status-store-contract'
import type { AgentStatusParentRecord } from './agent-status-store-parent'
import type { AgentStatusStoreState } from './agent-status-store-state'
import type { AgentStatusTombstoneRecord } from './agent-status-store-contract'
import { getUtf8ByteLength } from './utf8-byte-limits'
type AgentStatusSnapshotRecord =