feat: unified first-run flow — merge wizard + gateway install (IUH-M03) (#433)
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/publish Pipeline failed

This commit was merged in pull request #433.
This commit is contained in:
2026-04-05 19:13:02 +00:00
parent be917e2496
commit 732f8a49cf
14 changed files with 1730 additions and 640 deletions

View File

@@ -49,6 +49,7 @@ describe('Full Wizard (headless)', () => {
sourceDir: tmpDir,
prompter,
configService: createConfigService(tmpDir, tmpDir),
skipGateway: true,
});
const soulPath = join(tmpDir, 'SOUL.md');
@@ -75,6 +76,7 @@ describe('Full Wizard (headless)', () => {
sourceDir: tmpDir,
prompter,
configService: createConfigService(tmpDir, tmpDir),
skipGateway: true,
});
const userPath = join(tmpDir, 'USER.md');
@@ -97,6 +99,7 @@ describe('Full Wizard (headless)', () => {
sourceDir: tmpDir,
prompter,
configService: createConfigService(tmpDir, tmpDir),
skipGateway: true,
cliOverrides: {
soul: {
agentName: 'FromCLI',