From 8ea4b0745d42301c03b47c254189f5fba1accc2c Mon Sep 17 00:00:00 2001 From: Mikael Hugo Date: Mon, 11 May 2026 20:12:37 +0200 Subject: [PATCH] fix(.agents): list all 5 skills in manifest.yaml enabled.skills sf-wiki, forge-autonomous-runtime, forge-command-surface, nix-build, and smoke-test are all present in .agents/skills/ and must be declared in enabled.skills per the AGENTS-1 spec. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .agents/manifest.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.agents/manifest.yaml b/.agents/manifest.yaml index c4e282fe3..c11ac037e 100644 --- a/.agents/manifest.yaml +++ b/.agents/manifest.yaml @@ -17,7 +17,12 @@ enabled: policies: - default-safe - yolo - skills: [] + skills: + - forge-autonomous-runtime + - forge-command-surface + - nix-build + - sf-wiki + - smoke-test resolution: enableUserOverlay: false