chore: generate

This commit is contained in:
kilo-maintainer[bot]
2026-02-12 08:01:36 +00:00
parent 1eedad9213
commit 324a30e679
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -272,4 +272,4 @@ jobs:
AUR_KEY: ${{ secrets.AUR_KEY }}
GITHUB_TOKEN: ${{ steps.committer.outputs.token }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true
NPM_CONFIG_PROVENANCE: true
+1 -3
View File
@@ -33,9 +33,7 @@ async function resolveRelative(instruction: string): Promise<string[]> {
return Filesystem.globUp(instruction, Instance.directory, Instance.worktree).catch(() => [])
}
if (!Flag.KILO_CONFIG_DIR) {
log.warn(
`Skipping relative instruction "${instruction}" - no KILO_CONFIG_DIR set while project config is disabled`,
)
log.warn(`Skipping relative instruction "${instruction}" - no KILO_CONFIG_DIR set while project config is disabled`)
return []
}
return Filesystem.globUp(instruction, Flag.KILO_CONFIG_DIR, Flag.KILO_CONFIG_DIR).catch(() => [])