fix(codex): qualify packaged git bash guidance
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -66,7 +66,7 @@ test("#given Windows without Git Bash #when resolving #then returns install guid
|
||||
assert.equal(result.found, false);
|
||||
assert.deepEqual(result.checkedPaths, [programFilesGitBash, programFilesX86GitBash]);
|
||||
assert.match(result.installHint, /winget install --id Git\.Git -e --source winget/);
|
||||
assert.match(result.installHint, /rerun `bunx omo install --platform=codex`/);
|
||||
assert.match(result.installHint, /rerun `bunx --package oh-my-openagent omo install --platform=codex`/);
|
||||
});
|
||||
|
||||
test("#given Windows without Git Bash and winget is allowed #when preparing #then winget runs and resolver retries", async () => {
|
||||
|
||||
Reference in New Issue
Block a user