mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 19:35:28 -06:00
refactor: burn export name collision debt (#121767)
* refactor(tasks): disambiguate lifecycle helpers * refactor(channels): clarify account and id helpers * refactor(media): separate SDK facades from cores * refactor(auto-reply): consolidate command helpers * refactor(cli): disambiguate registration helpers * refactor(gateway): clarify runtime and test helpers * chore(scripts): burn resolved collision debt * fix(refactor): update remaining core callers * fix(refactor): update remaining UI callers * chore(plugin-sdk): refresh API baseline
This commit is contained in:
committed by
GitHub
parent
1e1f1b1d54
commit
dd2aedf08f
@@ -63,7 +63,7 @@ vi.mock("./program/program-context.js", () => ({
|
||||
|
||||
vi.mock("./program/register.subclis-core.js", () => ({
|
||||
getSubCliEntries: getSubCliEntriesMock,
|
||||
registerSubCliByName: registerSubCliByNameMock,
|
||||
registerSubCliByNameCore: registerSubCliByNameMock,
|
||||
}));
|
||||
|
||||
vi.mock("../plugins/cli.js", () => ({
|
||||
|
||||
Reference in New Issue
Block a user