From 08ee25381633fa121e29e49c7351db1f640f9452 Mon Sep 17 00:00:00 2001 From: Sebastian <165098826+stroland02@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:39:26 -0400 Subject: [PATCH] Fix formatting issue (trailing newline) in SKILL.md --- skills/ml-adoption-playbook/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/ml-adoption-playbook/SKILL.md b/skills/ml-adoption-playbook/SKILL.md index 45f0cc6b..d34e4fad 100644 --- a/skills/ml-adoption-playbook/SKILL.md +++ b/skills/ml-adoption-playbook/SKILL.md @@ -54,4 +54,4 @@ When assisting a user via this playbook, agents should: 1. **Ask clarifying questions** to complete Phase 1 before proposing architectures. 2. **Draft a data contract** in Phase 2 for user approval. 3. **Write the decoupling interface** (API/Service) in Phase 3 *before* writing the training loop. -4. **Deliver a reproducible script** in Phase 4 that trains the model and saves the artifact. \ No newline at end of file +4. **Deliver a reproducible script** in Phase 4 that trains the model and saves the artifact.