From 4d8ddb9a0a523d3b64f906e25ad123638c510edb Mon Sep 17 00:00:00 2001 From: Mos Date: Tue, 11 Aug 2026 22:53:47 +0000 Subject: [PATCH] fix: quote SKILL.md descriptions containing colons (silent skill-load failure) (#3) --- packages/mosaic/framework/skills/mosaic-deploy/SKILL.md | 2 +- packages/mosaic/framework/skills/mosaic-woodpecker/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mosaic/framework/skills/mosaic-deploy/SKILL.md b/packages/mosaic/framework/skills/mosaic-deploy/SKILL.md index 509900d2..46efe44e 100644 --- a/packages/mosaic/framework/skills/mosaic-deploy/SKILL.md +++ b/packages/mosaic/framework/skills/mosaic-deploy/SKILL.md @@ -1,6 +1,6 @@ --- name: mosaic-deploy -description: Full end-to-end deploy flow for Mosaic Stack projects: push branch → open PR → wait for CI → merge → redeploy Portainer stack. Use when deploying a feature branch to production or staging, or when asked to ship a completed feature. Orchestrates mosaic-gitea, mosaic-woodpecker, and mosaic-portainer skills. +description: "Full end-to-end deploy flow for Mosaic Stack projects: push branch → open PR → wait for CI → merge → redeploy Portainer stack. Use when deploying a feature branch to production or staging, or when asked to ship a completed feature. Orchestrates mosaic-gitea, mosaic-woodpecker, and mosaic-portainer skills." --- # mosaic-deploy diff --git a/packages/mosaic/framework/skills/mosaic-woodpecker/SKILL.md b/packages/mosaic/framework/skills/mosaic-woodpecker/SKILL.md index 427100a5..37a063c0 100644 --- a/packages/mosaic/framework/skills/mosaic-woodpecker/SKILL.md +++ b/packages/mosaic/framework/skills/mosaic-woodpecker/SKILL.md @@ -1,6 +1,6 @@ --- name: mosaic-woodpecker -description: Manage Woodpecker CI pipelines for Mosaic Stack projects. Use when checking pipeline status, triggering pipelines, waiting for CI to complete, or debugging build failures. Wraps scripts in ~/.config/mosaic/tools/woodpecker/. CI URL: https://ci.mosaicstack.dev. +description: "Manage Woodpecker CI pipelines for Mosaic Stack projects. Use when checking pipeline status, triggering pipelines, waiting for CI to complete, or debugging build failures. Wraps scripts in ~/.config/mosaic/tools/woodpecker/. CI URL: https://ci.mosaicstack.dev." --- # mosaic-woodpecker