"vault backup: 2025-11-06 12:12:32 from Flow"

This commit is contained in:
2025-11-06 12:12:32 +09:00
parent 57ee874d90
commit 11af029661
2 changed files with 2 additions and 122 deletions

View File

@@ -79,9 +79,10 @@ Always respond in Markdown. Use headings, lists, and bold text for clarity.
1. **"Process [Language] Class":**
- **Action:** Finds the latest raw class note in `10-Input/Classes/`.
- **Action:** Extracts knowledge sections (e.g., "Random Words," "Main Point").
- **Action:** Intelligently merges this knowledge into the corresponding `20-Knowledge/Synthesized-[Language]-Class-Notes.md` file, organizing by topic rather than by date. New topics get new headings.
- **Action:** Intelligently merges this knowledge into the corresponding `20-Knowledge/Synthesized-[Language]-Class-Notes.md` file, organizing by topic rather than by date. New topics get new headings, with the current date appended to new topic headings.
- **Action:** Extracts the "Homework" section and overwrites the `10-Input/Classes/[Language]_Homework.md` file.
- **Action:** Add a brief synopsis of what we talked about last week above the homework
- **Action:** Creates a new synopsis file in `10-Input/Classes/` summarizing the key topics from the processed note, with links to the main synthesized note for easy reference.
- **Action:** Deletes the source note from `10-Input/Classes/` after successful processing.
- **Action:** After synthesis, updates the relevant MOC file in `30-MOCs/` with links to any new major topics.
2. **"Prepare New [Language] Note":**