Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

compression-rules.md 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # Compression Rules
  2. These rules govern how source text is compressed into distillate format. Apply as a final pass over all output.
  3. ## Strip — Remove entirely
  4. - Prose transitions: "As mentioned earlier", "It's worth noting", "In addition to this"
  5. - Rhetoric and persuasion: "This is a game-changer", "The exciting thing is"
  6. - Hedging: "We believe", "It's likely that", "Perhaps", "It seems"
  7. - Self-reference: "This document describes", "As outlined above"
  8. - Common knowledge explanations: "Vercel is a cloud platform company", "MIT is an open-source license", "JSON is a data interchange format"
  9. - Repeated introductions of the same concept
  10. - Section transition paragraphs
  11. - Formatting-only elements (decorative bold/italic for emphasis, horizontal rules for visual breaks)
  12. - Filler phrases: "In order to", "It should be noted that", "The fact that"
  13. ## Preserve — Keep always
  14. - Specific numbers, dates, versions, percentages
  15. - Named entities (products, companies, people, technologies)
  16. - Decisions made and their rationale (compressed: "Decision: X. Reason: Y")
  17. - Rejected alternatives and why (compressed: "Rejected: X. Reason: Y")
  18. - Explicit constraints and non-negotiables
  19. - Dependencies and ordering relationships
  20. - Open questions and unresolved items
  21. - Scope boundaries (in/out/deferred)
  22. - Success criteria and how they're validated
  23. - User segments and what success means for each
  24. - Risks with their severity signals
  25. - Conflicts between source documents
  26. ## Transform — Change form for efficiency
  27. - Long prose paragraphs → single dense bullet capturing the same information
  28. - "We decided to use X because Y and Z" → "X (rationale: Y, Z)"
  29. - Repeated category labels → group under a single heading, no per-item labels
  30. - "Risk: ... Severity: high" → "HIGH RISK: ..."
  31. - Conditional statements → "If X → Y" form
  32. - Multi-sentence explanations → semicolon-separated compressed form
  33. - Lists of related short items → single bullet with semicolons
  34. - "X is used for Y" → "X: Y" when context is clear
  35. - Verbose enumerations → parenthetical lists: "platforms (Cursor, Claude Code, Windsurf, Copilot)"
  36. ## Deduplication Rules
  37. - Same fact in multiple documents → keep the version with most context
  38. - Same concept at different detail levels → keep the detailed version
  39. - Overlapping lists → merge into single list, no duplicates
  40. - When source documents disagree → note the conflict explicitly: "Brief says X; discovery notes say Y — unresolved"
  41. - Executive summary points that are expanded elsewhere → keep only the expanded version
  42. - Introductory framing repeated across sections → capture once under the most relevant theme