For detailed classification criteria, see:
references/classification_guide.md
-
Intelligent Session Range Recognition
- Automatic Recognition: Analyze recent conversations to identify the current discussion topic and question boundaries
- Key Signals:
- Time point when the user raised a new question
- Topic transition markers (e.g., "Additionally", "Another question")
- Problem resolution markers (e.g., "Okay", "Got it", "Resolved")
- Extraction Principle: Only extract continuous conversation segments relevant to the current question, avoid including irrelevant content
- Intelligent Judgment:
- If it's a single Q&A (1-3 rounds): Extract the Q&A
- If it's a complex discussion (4-10 rounds): Extract the complete discussion process
- If it exceeds 10 rounds: Prompt the user to confirm whether to include all content
-
Read Classification Criteria
- Must read
references/classification_guide.md
before execution
- Determine the attribution of the Q&A (Context Heavy vs Atomic Concept)
-
Determine Processing Method
- Context Heavy: Append the section at the end of the original text
- Atomic Concept: Generate an independent knowledge card
-
Apply C+I Structure
- Read
references/ci_structure.md
to obtain complete specifications
- Strictly organize content according to the template format
- Logic (Insight) comes first, Context comes below
-
Obtain Confirmation
- Provide the following information at once:
- Session Range: Clearly inform which rounds of conversations were extracted (e.g., "Extracted the last 3 rounds of conversations")
- Judgment Result: Context Heavy or Atomic Concept
- Judgment Reason: Why this judgment was made
- Target File Path: Which file will be written to
- Prohibited: Displaying a complete preview of the content to be appended (the preview is too long and interferes with reading)
- Confirm only once and wait for the user's reply
-
Write to File
- Directly write to the file after user confirmation
- Prohibited: Displaying the preview or confirming again
- Briefly inform the result after writing
For complete instructions and templates, see:
references/ci_structure.md