|
@@ -76,7 +76,7 @@ await using tmp = await tmpdir({
|
|
|
|
|
|
|
|
### Notes
|
|
### Notes
|
|
|
|
|
|
|
|
-- Directories are created in the system temp folder with prefix `opencode-test-`
|
|
|
|
|
|
|
+- Directories are created in the system temp folder with prefix `kirincode-test-`
|
|
|
- Use `await using` for automatic cleanup when the variable goes out of scope
|
|
- Use `await using` for automatic cleanup when the variable goes out of scope
|
|
|
- Paths are sanitized to strip null bytes (defensive fix for CI environments)
|
|
- Paths are sanitized to strip null bytes (defensive fix for CI environments)
|
|
|
|
|
|
|
@@ -128,7 +128,7 @@ import { TestInstance } from "../fixture/fixture"
|
|
|
it.instance("uses the temp directory", () =>
|
|
it.instance("uses the temp directory", () =>
|
|
|
Effect.gen(function* () {
|
|
Effect.gen(function* () {
|
|
|
const test = yield* TestInstance
|
|
const test = yield* TestInstance
|
|
|
- expect(test.directory).toContain("opencode-test-")
|
|
|
|
|
|
|
+ expect(test.directory).toContain("kirincode-test-")
|
|
|
}),
|
|
}),
|
|
|
)
|
|
)
|
|
|
```
|
|
```
|