fix: remove workflow completion surface

This commit is contained in:
2026-07-16 06:22:41 +09:00
parent d30dca2d99
commit 0b56052a44
10 changed files with 73 additions and 36 deletions
+2 -2
View File
@@ -83,8 +83,8 @@ pub struct WorkerManifest {
/// `[feature.web].enabled = true`.
#[serde(default)]
pub web: Option<WebConfig>,
/// External Agent Skills (`SKILL.md`) directories to ingest as
/// Workflows. Each entry is a path to a skills *root* (i.e. a
/// External Agent Skills (`SKILL.md`) candidate directories. Each entry
/// is a path to a skills *root* (i.e. a
/// directory whose children are individual `<name>/SKILL.md` skill
/// bundles). Paths are resolved against the manifest's base
/// directory like other path fields. Absent ⇒ no skills loaded;