refactor: apply repository naming contract
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/** Current-surface projection and byte-bounded rendering. */
|
||||
|
||||
import { isCompactCheckpointSource } from '@deepseek-ai/dsh-compact'
|
||||
import { isCompactCheckpointSource } from '@deepseek-ai/dsh-compaction'
|
||||
import type { SessionSurfaceSnapshot } from '@deepseek-ai/dsh-session-query'
|
||||
import { assertNever } from '@deepseek-ai/dsh-llm'
|
||||
import { TextRetainer } from '@deepseek-ai/dsh-retention'
|
||||
import { TextRetainer } from '@deepseek-ai/dsh-output-retention'
|
||||
import { stringifyTagSafeJson } from './serialization.ts'
|
||||
import type { ReferencedConversationItem } from './types.ts'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user