mirror of https://github.com/garrytan/gstack.git
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 <noreply@anthropic.com>
This commit is contained in:
parent
33a807e8db
commit
aecd68bb97
|
|
@ -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: <today + 3 days>
|
||||
author: "anoop@hashdirectors.com // ghosty"
|
||||
content: |
|
||||
---
|
||||
## Finding
|
||||
{finding title + one-line description}
|
||||
## Why it matters
|
||||
|
|
|
|||
|
|
@ -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: <today + 3 days>
|
||||
author: "anoop@hashdirectors.com // ghosty"
|
||||
content: |
|
||||
---
|
||||
## Finding
|
||||
{finding title + one-line description}
|
||||
## Why it matters
|
||||
|
|
|
|||
Loading…
Reference in New Issue