Files
mnote/skills/mnote-current-page/SKILL.md
T

11 lines
567 B
Markdown

# MNote current page
Use this skill only when the user asks about the current MNote page or explicitly says to use the current page.
Rules:
- Do not read the current page for greetings, acknowledgements, or generic chat.
- First call `mnote.context.snapshot` or `mnote.context.resolve_target` when you need target metadata.
- Call `mnote.context.read_current_page` only when page content is actually needed.
- Treat the returned Markdown as local-first page truth for this run.
- If the page is dirty or in conflict, report that instead of silently overwriting it.