test-repo/memory/daily-digest-system.md
Matt Bruce cdbce5aabe Update daily digest coverage areas
- Added AI coding assistants for iOS development (Claude Code, Cursor, Copilot, etc.)
- Added latest coding models tracking (Claude, GPT, Gemini, LLaMA, DeepSeek)
- Updated cron job payload with new search topics
- Updated documentation with expanded coverage areas
2026-02-18 10:01:33 -06:00

74 lines
2.0 KiB
Markdown

# Daily Digest System
## Overview
Automated daily digest at 7:00 AM CST covering:
- iOS development news (especially AI-related)
- OpenClaw updates and community news
- Digital entrepreneurship and passive income opportunities
## How It Works
### 1. Research Phase
The agent searches for:
- **iOS + AI**: Latest developments in AI for iOS apps, CoreML, on-device ML
- **AI Coding Assistants**: Claude Code, Cursor, GitHub Copilot, Codeium, Windsurf for iOS dev
- **Coding Models**: Latest model releases (Claude, GPT, Gemini, LLaMA, DeepSeek) and rankings
- **OpenClaw**: GitHub updates, Discord discussions, new features
- **Digital Products**: SaaS ideas, indie hacking, app store success stories
### 2. Compilation
Creates a formatted digest with:
- Date and title
- Categorized sections
- Links to sources
- Brief summaries
### 3. Distribution
- **Primary**: Posts to blog-backup at http://localhost:3003
- **Notification**: Sends Telegram message with link to digest
## API Endpoints
### Blog Backup
```bash
POST http://localhost:3003/api/messages
Content-Type: application/json
{
"date": "2026-02-18",
"content": "## Daily Digest - Feb 18, 2026\n\n### iOS + AI..."
}
```
### Telegram
Use the `message` tool with channel=telegram
## Running Manually
```bash
cd /Users/mattbruce/Documents/Projects/OpenClaw/Web/blog-backup
# Trigger digest generation via cron or manual run
```
## Schedule
- **Time**: 7:00 AM CST daily
- **Cron**: Set up via OpenClaw cron system
## For Future AI Continuity
If this agent is replaced:
1. Read this file for context
2. Check cron jobs: `openclaw cron list`
3. The job runs as isolated session with full context in payload
4. Blog data persists in `data/messages.json`
## Search Queries Used
- "iOS AI development 2026"
- "CoreML new features"
- "Claude Code iOS development"
- "Cursor IDE iOS Swift"
- "AI coding assistants comparison 2026"
- "best coding models 2026 Claude GPT Gemini"
- "LLaMA Code deepseek coder latest"
- "OpenClaw GitHub"
- "indie iOS developer success"
- "digital products passive income"