From 33d0177ee85ea873dbb66a25862371537528e038 Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Thu, 22 May 2025 08:48:54 +0200 Subject: [PATCH] Update markdown heading guidelines in enhancer prompt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added specific guidelines to use heading level 2 (##) for top-level headings in enhanced notes, improving formatting consistency. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/enhancer.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/enhancer.py b/src/enhancer.py index ff85881..47be1ab 100644 --- a/src/enhancer.py +++ b/src/enhancer.py @@ -44,7 +44,11 @@ Input will be provided within this context, providing a structure for the existi # Output Format -Provide the enhanced notes in markdown format. Use markdown syntax for headings, lists, and emphasis to improve clarity and presentation. Ensure that all integrated content from the context is accurately reflected. Return only the markdown-formatted note. Do not wrap the output in code blocks or use triple backticks.""" +Provide the enhanced notes in markdown format. Use markdown syntax for headings, lists, and emphasis to improve clarity and presentation. + +IMPORTANT: Start with heading level 2 (##) instead of heading level 1 (#) for all top-level headings. Use heading level 3 (###) for subheadings, and so on. + +Ensure that all integrated content from the context is accurately reflected. Return only the markdown-formatted note. Do not wrap the output in code blocks or use triple backticks.""" def get_model_max_tokens(client, model_name): """