Commit 8965a93
fix: quote YAML values in Task schema frontmatter to prevent parse errors
Unquoted values containing commas (e.g. `description: string, what needs
to be done`) caused basic-memory's YAML parser to reject the frontmatter
on seed. Matches the quoting style already used in conversation-schema.ts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent e260d35 commit 8965a93
1 file changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments