AI Newsletter Digest improvements: fixed QP soft line break decoding, URL extraction, and content cleaning
This commit is contained in:
7
.learnings/ERRORS.md
Normal file
7
.learnings/ERRORS.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Errors Log
|
||||
|
||||
Captures command failures, exceptions, and integration issues.
|
||||
|
||||
Format: `[ERR-YYYYMMDD-XXX] skill_or_command_name`
|
||||
|
||||
---
|
||||
7
.learnings/FEATURE_REQUESTS.md
Normal file
7
.learnings/FEATURE_REQUESTS.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Feature Requests Log
|
||||
|
||||
Captures user-requested capabilities that don't exist yet.
|
||||
|
||||
Format: `[FEAT-YYYYMMDD-XXX] capability_name`
|
||||
|
||||
---
|
||||
34
.learnings/LEARNINGS.md
Normal file
34
.learnings/LEARNINGS.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Learnings Log
|
||||
|
||||
Captures corrections, knowledge gaps, and best practices for continuous improvement.
|
||||
|
||||
Format: `[LRN-YYYYMMDD-XXX] category`
|
||||
|
||||
---
|
||||
|
||||
## [LRN-20260222-001] correction
|
||||
|
||||
**Logged**: 2026-02-22T01:25:00Z
|
||||
**Priority**: medium
|
||||
**Status**: resolved
|
||||
**Area**: config
|
||||
|
||||
### Summary
|
||||
User corrected that newsletters should check anthonymau@gmail.com (their Gmail), not krillyclaw@gmail.com (agent email).
|
||||
|
||||
### Details
|
||||
The daily newsletter digest was configured to check the wrong email account. User's newsletters go to anthonymau@gmail.com, not the agent's email.
|
||||
|
||||
### Suggested Action
|
||||
Always verify which email account should be checked for user data vs agent data.
|
||||
|
||||
### Metadata
|
||||
- Source: user_feedback
|
||||
- Related Files: skills/imap-smtp-email/.env, automations/ai-newsletter-digest/daily-digest.sh
|
||||
- Tags: email, configuration, gmail
|
||||
|
||||
### Resolution
|
||||
- **Resolved**: 2026-02-22T01:30:00Z
|
||||
- **Notes**: Updated .env to use anthonymau@gmail.com with correct app password. Tested successfully.
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user