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

@@ -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,