gitignore cleanup

This commit is contained in:
2026-01-02 15:34:51 -07:00
parent 6d18354571
commit 5cea0ba44c
6 changed files with 76 additions and 70 deletions

View File

@@ -146,8 +146,8 @@ python test_project.py
1. The system reads the template from `ds_prompt.txt`
2. It loads the previous 60 prompts from the fixed length cyclic buffer `historic_prompts.json`
3. The AI generates 6 new prompts, attempting to minimize repetition
4. Six new prompts are offered (maintaining only the last 60)
5. User selects one prompt for their journal writing session, which is added to the `historic_prompts.json` cyclic buffer.
4. Six new prompts are displayed.
5. User selects one prompt for his/her journal writing session, which is added to the `historic_prompts.json` cyclic buffer.
## 📝 Prompt Examples