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:
Tianyi Cui
2026-08-13 00:36:22 +08:00
parent 101df7cf58
commit a2d0f7f411
3281 changed files with 21730 additions and 21592 deletions

View File

@@ -730,7 +730,7 @@ describe('ConversationNodeAssembler', () => {
role: 'start',
}
}
if ((event.type as string) === 'compact/start') {
if ((event.type as string) === 'compaction/start') {
return {
id: (event.data as unknown as { compactionId: string }).compactionId,
role: 'start',
@@ -758,7 +758,7 @@ describe('ConversationNodeAssembler', () => {
input(at(2, 'step/start', { turn: 1, step: 1 })),
input(at(3, 'turn/start', { turn: 2 })),
input(at(4, 'command/run', { commandId: 'command', name: 'x' })),
input(at(5, 'compact/start', { compactionId: 'compact', turn: null })),
input(at(5, 'compaction/start', { compactionId: 'compact', turn: null })),
], false)
assembler.flush()