improve AGENTS.md

This commit is contained in:
Dax Raad
2025-06-09 15:28:06 -04:00
parent d9af524676
commit 10219b14d4
6 changed files with 19 additions and 27 deletions
+1 -1
View File
@@ -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,