- Created memory/digest-topics.json for customizing search topics - Each topic has id, name, enabled flag, and searchQueries array - Easy to add/remove/modify topics without code changes - Updated documentation with customization instructions
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"version": "1.0",
|
|
"lastUpdated": "2026-02-18",
|
|
"topics": [
|
|
{
|
|
"id": "ios-ai",
|
|
"name": "🤖 iOS + AI Development",
|
|
"enabled": true,
|
|
"searchQueries": [
|
|
"iOS AI development 2026",
|
|
"CoreML new features",
|
|
"on-device machine learning iOS",
|
|
"Vision Pro AI apps"
|
|
]
|
|
},
|
|
{
|
|
"id": "ai-coding",
|
|
"name": "🧑💻 AI Coding Assistants",
|
|
"enabled": true,
|
|
"searchQueries": [
|
|
"Claude Code iOS development",
|
|
"Cursor IDE iOS Swift",
|
|
"GitHub Copilot Xcode",
|
|
"Codeium iOS development",
|
|
"Windsurf IDE mobile"
|
|
]
|
|
},
|
|
{
|
|
"id": "coding-models",
|
|
"name": "🏆 Latest Coding Models",
|
|
"enabled": true,
|
|
"searchQueries": [
|
|
"best coding models 2026",
|
|
"Claude Sonnet Opus latest",
|
|
"GPT-4o coding performance",
|
|
"Gemini 1.5 Pro code",
|
|
"LLaMA Code 3 latest",
|
|
"DeepSeek Coder V3",
|
|
"coding model benchmarks 2026"
|
|
]
|
|
},
|
|
{
|
|
"id": "openclaw",
|
|
"name": "🦾 OpenClaw Updates",
|
|
"enabled": true,
|
|
"searchQueries": [
|
|
"OpenClaw GitHub releases",
|
|
"OpenClaw Discord updates",
|
|
"OpenClaw new features"
|
|
]
|
|
},
|
|
{
|
|
"id": "entrepreneurship",
|
|
"name": "💰 Digital Entrepreneurship",
|
|
"enabled": true,
|
|
"searchQueries": [
|
|
"indie iOS developer success",
|
|
"SaaS starter kits 2026",
|
|
"app store passive income",
|
|
"AI app business models",
|
|
"one person SaaS revenue"
|
|
]
|
|
}
|
|
],
|
|
"notes": "Edit this file to add/remove topics. Set enabled: false to skip a topic. Add searchQueries for better coverage. Changes take effect on next digest run."
|
|
}
|