Skip to content

Commit ba6348a

Browse files
committed
fix: wrap workstreams objective tag and fix discovery-phase formatting
1 parent b321cb2 commit ba6348a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

assets/configs/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,11 @@
448448
"replacement": "</objective>",
449449
"description": "gsd-reapply-patches.md"
450450
},
451+
{
452+
"pattern": "Manage parallel workstreams for concurrent milestone work.",
453+
"replacement": "<objective>\nManage parallel workstreams for concurrent milestone work.\n</objective>",
454+
"description": "gsd-reapply-patches.md"
455+
},
451456
{
452457
"pattern": "Show the following output to the user verbatim, with no extra commentary:",
453458
"replacement": "",

gsd-opencode/commands/gsd/gsd-workstreams.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ description: Manage parallel workstreams — list, create, switch, status, progr
55

66
# /gsd-workstreams
77

8+
<objective>
89
Manage parallel workstreams for concurrent milestone work.
10+
</objective>
911

1012
## Usage
1113

gsd-opencode/get-shit-done/workflows/discovery-phase.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ For: Choosing between options, new external integration.
9393

9494
```
9595
For each library/framework:
96-
- mcp__context7__resolve-library-id - mcp__context7__get-library-docs (mode: "code" for API, "info" for concepts)
96+
- mcp__context7__resolve-library-id
97+
- mcp__context7__get-library-docs (mode: "code" for API, "info" for concepts)
9798
```
9899

99100
3. **Official docs** for anything Context7 lacks.

0 commit comments

Comments
 (0)