mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 15:43:45 +00:00
improve AGENTS.md
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user