improve AGENTS.md

This commit is contained in:
Dax Raad
2025-06-09 15:28:06 -04:00
parent 60faa26a15
commit a2884b08cc
6 changed files with 19 additions and 27 deletions

View File

@@ -37,7 +37,7 @@ export namespace App {
cwd: input.cwd,
version: input.version,
})
const git = await Filesystem.findUp(".git", input.cwd).then((x) =>
const git = await Filesystem.findUp(".git", input.cwd).then(([x]) =>
x ? path.dirname(x) : undefined,
)
log.info("git", { git })