style: format quickstart note and media-note test
This commit is contained in:
@@ -32,10 +32,7 @@ async function withTempHome<T>(fn: (home: string) => Promise<T>): Promise<T> {
|
|||||||
const previousHome = process.env.HOME;
|
const previousHome = process.env.HOME;
|
||||||
const previousBundledSkills = process.env.CLAWDBOT_BUNDLED_SKILLS_DIR;
|
const previousBundledSkills = process.env.CLAWDBOT_BUNDLED_SKILLS_DIR;
|
||||||
process.env.HOME = base;
|
process.env.HOME = base;
|
||||||
process.env.CLAWDBOT_BUNDLED_SKILLS_DIR = path.join(
|
process.env.CLAWDBOT_BUNDLED_SKILLS_DIR = path.join(base, "bundled-skills");
|
||||||
base,
|
|
||||||
"bundled-skills",
|
|
||||||
);
|
|
||||||
try {
|
try {
|
||||||
vi.mocked(runEmbeddedPiAgent).mockReset();
|
vi.mocked(runEmbeddedPiAgent).mockReset();
|
||||||
return await fn(base);
|
return await fn(base);
|
||||||
|
|||||||
@@ -218,10 +218,7 @@ export async function runOnboardingWizard(
|
|||||||
"Tailscale exposure: Off",
|
"Tailscale exposure: Off",
|
||||||
"Direct to chat providers.",
|
"Direct to chat providers.",
|
||||||
];
|
];
|
||||||
await prompter.note(
|
await prompter.note(quickstartLines.join("\n"), "QuickStart");
|
||||||
quickstartLines.join("\n"),
|
|
||||||
"QuickStart",
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const localPort = resolveGatewayPort(baseConfig);
|
const localPort = resolveGatewayPort(baseConfig);
|
||||||
|
|||||||
Reference in New Issue
Block a user