wogiflow 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -538,6 +538,38 @@ When corrected:
|
|
|
538
538
|
- Individual records stored in `.workflow/corrections/` for searchable history
|
|
539
539
|
- Aggregated patterns in `feedback-patterns.md` for AI context
|
|
540
540
|
|
|
541
|
+
### Repeated Issue Detection (CRITICAL)
|
|
542
|
+
|
|
543
|
+
**When you detect user frustration about a repeated issue, you MUST act immediately.**
|
|
544
|
+
|
|
545
|
+
The user may express this in many ways:
|
|
546
|
+
- "This keeps happening"
|
|
547
|
+
- "I told you this before"
|
|
548
|
+
- "You keep forgetting X"
|
|
549
|
+
- "This failed again"
|
|
550
|
+
- "How many times do I have to tell you"
|
|
551
|
+
- Any indication of a recurring problem or previous instruction being ignored
|
|
552
|
+
|
|
553
|
+
**Required response:**
|
|
554
|
+
|
|
555
|
+
1. **Acknowledge** - Don't be defensive. The user's frustration is valid.
|
|
556
|
+
|
|
557
|
+
2. **Investigate root cause** - Don't just fix the symptom:
|
|
558
|
+
- Why did this happen multiple times?
|
|
559
|
+
- What instruction or rule was missing?
|
|
560
|
+
- Check `decisions.md` and `feedback-patterns.md` for related issues
|
|
561
|
+
|
|
562
|
+
3. **Persist the fix to `decisions.md`** - This is MANDATORY:
|
|
563
|
+
- Add a clear rule that prevents recurrence
|
|
564
|
+
- Include context about why it matters
|
|
565
|
+
- Add verification steps if applicable
|
|
566
|
+
|
|
567
|
+
4. **Record in `feedback-patterns.md`** - Track the pattern with count and mark as promoted
|
|
568
|
+
|
|
569
|
+
5. **Verify the fix** - Don't just write the rule; test that it works
|
|
570
|
+
|
|
571
|
+
**Why this matters**: The user installed WogiFlow expecting an AI that learns and improves. Repeating the same mistakes breaks trust. Every repeated failure is a failure of the learning system itself.
|
|
572
|
+
|
|
541
573
|
### Improvement Placement
|
|
542
574
|
|
|
543
575
|
Before implementing, determine scope:
|