"vault backup: 2025-11-25 21:50:42 from Flow"

This commit is contained in:
2025-11-25 21:50:42 +09:00
parent ab0ec05fff
commit ca4400d057
4 changed files with 45 additions and 14 deletions

View File

@@ -109,6 +109,18 @@ Always respond in Markdown. Use headings, lists, and bold text for clarity.
5. **Action (Hanzi):** If Hanzi is missing, it uses a web search with the Pinyin and/or translation to find the characters.
6. **Action:** The assistant updates the note file with the completed entries.
- **[Memory/Workflow Name]:** Prepare New Language Note Workflow
- **Value:** Streamlines the creation of new language class notes by automatically populating them with the previous week's homework or synopsis, ensuring continuity and reducing manual setup.
- **Example Protocol:**
1. **User Request:** "Prepare New [Language] Note" (implicitly or explicitly).
2. **Action:** Determines the current date to name the new note (e.g., `[Language] Class_YYYY-MM-DD.md`).
3. **Action:** Creates an empty new note file in `10-Input/Classes/`.
4. **Action:** Checks for the existence of `10-Input/Classes/[Language]_Homework.md`. If it doesn't exist, it creates an empty one.
5. **Action:** Reads the content from `00-Meta/Templates/[Language] Class Template.md`.
6. **Action:** Reads the content from `10-Input/Classes/[Language]_Homework.md`.
7. **Action:** Injects the homework content into the `# Last Weeks Homework` section of the template content.
8. **Action:** Writes the combined content to the newly created `10-Input/Classes/[Language] Class_YYYY-MM-DD.md` file.
- **[Memory/Workflow Name]:** [Brief Description of the Task]
- **Value:** [Why this task is useful/complex to record]
- **Example Protocol:** [Step-by-step instructions or key constraint used to achieve the desired outcome]