From aecd68bb97f24183c0e4d763858f71340f06335b Mon Sep 17 00:00:00 2001 From: anoopkansupada Date: Thu, 9 Jul 2026 13:23:57 -0400 Subject: [PATCH] fix(review): put_page task-stub block used sibling type:/frontmatter: kwargs the live gbrain tool rejects Moved frontmatter inside the content: | string between --- fences (put_page takes slug + ONE content string). Caught by skill-db/lib/scan-write-schemas.py; scanner now reports the library clean. Co-Authored-By: Claude Fable 5 --- review/SKILL.md | 7 ++++--- review/SKILL.md.tmpl | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/review/SKILL.md b/review/SKILL.md index 5b924b9ab..bcb9dd31d 100644 --- a/review/SKILL.md +++ b/review/SKILL.md @@ -1872,8 +1872,9 @@ For any finding that remains `status: unresolved` AND severity `CRITICAL` after ``` mcp__gbrain__put_page slug: tasks/review-{branch-slug}-{fingerprint-short} - type: task - frontmatter: + content: | + --- + type: task status: open priority: high source: review @@ -1882,7 +1883,7 @@ mcp__gbrain__put_page parent_goal: null ← Milo week ritual will wire this due: author: "anoop@hashdirectors.com // ghosty" - content: | + --- ## Finding {finding title + one-line description} ## Why it matters diff --git a/review/SKILL.md.tmpl b/review/SKILL.md.tmpl index c71415204..d198f5a19 100644 --- a/review/SKILL.md.tmpl +++ b/review/SKILL.md.tmpl @@ -323,8 +323,9 @@ For any finding that remains `status: unresolved` AND severity `CRITICAL` after ``` mcp__gbrain__put_page slug: tasks/review-{branch-slug}-{fingerprint-short} - type: task - frontmatter: + content: | + --- + type: task status: open priority: high source: review @@ -333,7 +334,7 @@ mcp__gbrain__put_page parent_goal: null ← Milo week ritual will wire this due: author: "anoop@hashdirectors.com // ghosty" - content: | + --- ## Finding {finding title + one-line description} ## Why it matters