Skip to content

Commit adbc847

Browse files
committed
style: fix formatting
1 parent 858f421 commit adbc847

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/prompts/compress.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You specify boundaries by matching unique text strings in the conversation. CRIT
2929

3030
THE FORMAT OF COMPRESS
3131
`topic`: Short label (3-5 words) for display - e.g., "Auth System Exploration"
32-
`content`: Object containing:
33-
`startString`: Unique text string marking the beginning of the range
34-
`endString`: Unique text string marking the end of the range
35-
`summary`: Complete technical summary replacing all content in the range
32+
`content`: Object containing:
33+
`startString`: Unique text string marking the beginning of the range
34+
`endString`: Unique text string marking the end of the range
35+
`summary`: Complete technical summary replacing all content in the range

lib/prompts/distill.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Before distilling, ask yourself: _"Will I need the raw output for upcoming work?
2424

2525
THE FORMAT OF DISTILL
2626
`targets`: Array of objects, each containing:
27-
`id`: Numeric ID (as string) from the `<prunable-tools>` list
28-
`distillation`: Complete technical substitute for that tool output
27+
`id`: Numeric ID (as string) from the `<prunable-tools>` list
28+
`distillation`: Complete technical substitute for that tool output

0 commit comments

Comments
 (0)