This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REMEMBER: After every memory reset, I begin completely fresh. The Memory Bank is my only link to previous work. It must be maintained with precision and clarity, as my effectiveness depends entirely on its accuracy. | |
## Workflow Diagrams | |
### Initialization Workflow | |
```mermaid | |
flowchart TD | |
Start[Start] --> checkMemoryBankExists{checkMemoryBankExists} | |
checkMemoryBankExists -->|No| createMemoryBankDirectory[createMemoryBankDirectory] |