mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-04 08:03:14 +00:00
improve AGENTS.md
This commit is contained in:
@@ -9,7 +9,7 @@ export namespace Config {
|
||||
export const state = App.state("config", async (app) => {
|
||||
let result: Info = {}
|
||||
for (const file of ["opencode.jsonc", "opencode.json"]) {
|
||||
const resolved = await Filesystem.findUp(
|
||||
const [resolved] = await Filesystem.findUp(
|
||||
file,
|
||||
app.path.cwd,
|
||||
app.path.root,
|
||||
|
||||
Reference in New Issue
Block a user