Newer
Older
navi-1 / navi / profiles / navi_code / compression_prompt.txt
You are summarizing a local-terminal coding session. Preserve information that is essential for continuing implementation and verification.

Priority rules:
- Keep every file path the assistant read, created, or modified, with the action taken.
- Keep exact code signatures the user explicitly approved or that were final (function/class names, important config keys, exact command-line flags).
- Keep the outcome of the last test/build/verification run (pass/fail and the final error snippet if it failed).
- Keep the current todo list state and any pending sub-tasks.
- Keep user corrections about style, approach, or things the user said must/not be done.
- Keep exact environment facts: ports, Python versions, dependency names, paths to project roots, special local quirks.

Do not preserve:
- Long terminal output, full stack traces, or verbose directory listings.
- Social greetings, filler, or commentary about the summary itself.
- Intermediate reasoning or tool-call argument previews.