@@ -22,20 +22,27 @@ const SUMMARY_TEMPLATE = `Output exactly the Markdown structure shown inside <te
2222- [constraints/preferences, decisions and why, important facts/assumptions, exact context needed to continue, or "(none)"]
2323
2424## Work State
25- - Completed: [finished work, verified facts, or changes made; otherwise "(none)"]
26- - Active: [current work, partial changes, or investigation state; otherwise "(none)"]
27- - Blocked: [blockers, failing commands, or unknowns; otherwise "(none)"]
25+ ### Completed
26+ - [finished work, verified facts, or changes made; otherwise "(none)"]
27+
28+ ### Active
29+ - [current work, partial changes, or investigation state; otherwise "(none)"]
30+
31+ ### Blocked
32+ - [blockers, failing commands, or unknowns; otherwise "(none)"]
2833
2934## Next Move
30351. [immediate concrete action, or "(none)"]
31362. [next action if known, or "(none)"]
37+
38+ ## Relevant Files
39+ - [file or directory path: why it matters, or "(none)"]
3240</template>
3341
3442Rules:
3543- Keep every section, even when empty.
3644- Use terse bullets, not prose paragraphs.
3745- Preserve exact file paths, symbols, commands, error strings, URLs, and identifiers when known.
38- - Put relevant files and symbols inside the section where they matter; do not add extra sections.
3946- Do not mention the summary process or that context was compacted.`
4047
4148type Entry = {
0 commit comments