tweak: inform agent if no skills are available

This commit is contained in:
Aiden Cline
2025-12-27 21:20:00 -06:00
parent 1b5bf32ce5
commit 79c263494f
2 changed files with 18 additions and 14 deletions

View File

@@ -2,7 +2,6 @@ import { Ripgrep } from "../file/ripgrep"
import { Global } from "../global"
import { Filesystem } from "../util/filesystem"
import { Config } from "../config/config"
import { Skill } from "../skill"
import { Instance } from "../project/instance"
import path from "path"