"vault backup: 2026-03-04 20:07:55 from Flow"

This commit is contained in:
2026-03-04 20:07:55 -06:00
parent 407724e407
commit 6223629f0e
3 changed files with 22 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ Always respond in Markdown. Use headings, lists, and bold text for clarity.
- **Action:** Finds the latest raw class note in `10-Input/Classes/` that does not contain `processed: true` in its frontmatter.
- **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. New entries are added under existing topic headings, and new topics get new headings. A date stamp in the format `- YYYY-MM-DD:` is added next to each new heading for tracking.
- **Action (Priority):** Anything listed under a **# Main Point** heading is treated as high-priority permanent knowledge. All detailed explanations, nuances, and examples within this section MUST be preserved in full during synthesis.
- **Action:** Extracts the "Homework" section and overwrites the `10-Input/Classes/[Language]_Homework.md` file.
- **Action:** Creates a brief synopsis of the processed note's key topics, prepends it to the `[Language]_Homework.md` file, and then deletes any standalone synopsis file that was created.
- **Action:** Adds `processed: true` to the YAML frontmatter of the source note to prevent re-processing.
@@ -133,6 +134,7 @@ Always respond in Markdown. Use headings, lists, and bold text for clarity.
- **Action:** Finds the latest raw class note in `10-Input/Classes/` that does not contain `processed: true` in its frontmatter.
- **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. New entries are added under existing topic headings, and new topics get new headings. A date stamp in the format `- YYYY-MM-DD:` is added next to each new heading for tracking.
- **Action (Priority):** Anything listed under a **# Main Point** heading is treated as high-priority permanent knowledge. All detailed explanations, nuances, and examples within this section MUST be preserved in full during synthesis.
- **Action:** Extracts the "Homework" section and overwrites the `10-Input/Classes/[Language]_Homework.md` file.
- **Action:** Creates a brief synopsis of the processed note's key topics, prepends it to the `[Language]_Homework.md` file, and then deletes any standalone synopsis file that was created.
- **Action:** Adds `processed: true` to the YAML frontmatter of the source note to prevent re-processing.