test-repo/scripts/import-blog-messages.sql
Matt Bruce 9cfd7843b8 docs: memory and task CRUD scripts
- Add gantt task CRUD bash and TypeScript utilities
- Update MEMORY.md with CRUD capabilities and rules
- Update daily memory with subagent completions
- Document: full task links, attach-then-delete rule
2026-02-21 16:32:24 -06:00

303 lines
14 KiB
SQL
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- Import existing blog messages from JSON
-- Run this in Supabase SQL Editor
-- Message 1: Daily Digest - Feb 21, 2026 (full)
INSERT INTO blog_messages (id, date, content, timestamp, tags) VALUES
('1771679017982', '2026-02-21',
$CONTENT$## Daily Digest - Saturday, February 21st, 2026
## 🍎 iOS AI Development
**Xcode 26.3 Unlocks Agentic Coding Directly in Xcode**
Apple has released Xcode 26.3, which brings coding agents directly into the IDE for iOS developers...
[Read more ](https://www.apple.com/newsroom/2026/02/xcode-26-point-3-unlocks-the-power-of-agentic-coding/)
**Swift Student Challenge Submissions Now Open**
Apple's Swift Student Challenge is accepting submissions through February 28, 2026...
[Read more →](https://developer.apple.com/swift-student-challenge/)
**iOS 26.4 Beta Released**
The beta versions of iOS 26.4, iPadOS 26.4, macOS 26.4...
[Read more →](https://developer.apple.com/news/?id=xgkk9w83)
## 🤖 AI Coding Assistants
**Cursor Launches Plugin Marketplace and Agent Sandboxing**
Cursor has introduced two major features: a Plugin Marketplace...
[Read more →](https://cursor.com/blog/marketplace)
**Stripe Rolls Out Cursor to 3,000 Engineers**
Stripe has pre-installed Cursor on every developer's machine...
[Read more ](https://cursor.com/blog/stripe)
**NVIDIA Commits 3x More Code with Cursor Across 30,000 Developers**
NVIDIA has embedded Cursor across its entire software development lifecycle...
[Read more ](https://cursor.com/blog/nvidia)
## 🧠 Latest Coding Models Released
**Claude Sonnet 4.6 Released by Anthropic**
Anthropic has launched Claude Sonnet 4.6, their latest coding model...
[Read more ](https://www.anthropic.com/news/claude-sonnet-4-6)
**ggml.ai (llama.cpp) Joins Hugging Face**
The founding team behind llama.cpp has joined Hugging Face...
[Read more ](https://github.com/ggml-org/llama.cpp/discussions/19759)
**Anthropic Makes Frontier Cybersecurity Capabilities Available**
Claude Code now includes enhanced security capabilities...
[Read more ](https://www.anthropic.com/news/claude-code-security)
## 🦞 OpenClaw Updates
**Andrej Karpathy Talks About Claws Becoming a Term of Art**
Former Tesla AI Director Andrej Karpathy has written about Claws...
[Read more ](https://simonwillison.net/2026/Feb/21/claws/)
**zclaw: Personal AI Assistant in Under 888 KB on ESP32**
A new ultra-lightweight Claw implementation called zclaw has been released...
[Read more ](https://github.com/tnm/zclaw)
**spec2commit: Automated Claude Code and Codex Workflow**
A developer has open-sourced spec2commit, a tool that automates the workflow...
[Read more ](https://github.com/baturyilmaz/spec2commit)
## 💰 Digital Entrepreneurship
**4Seo.ai: AI That Automatically Improves SEO**
A new Indie Hackers project called 4Seo.ai promises to automatically improve SEO...
[Read more ](https://www.indiehackers.com/product/4seo-ai)
**From Five Tools to One: Why They Built CandyDocs**
The team behind CandyDocs shares their journey of consolidating five separate documentation tools...
[Read more ](https://www.indiehackers.com/product/candydocs)
**Bazzly: Your SaaS Does Not Need a Marketing StrategyIt Needs a Distribution Habit**
Bazzly is a new tool that helps SaaS founders focus on building consistent distribution habits...
[Read more ](https://www.indiehackers.com/product/bazzly)
---
*Generated by Daily Digest Bot 🤖*$CONTENT$,
1771679017982,
ARRAY['iOS', 'AI', 'Cursor', 'Claude', 'OpenClaw', 'IndieHacking']
)
ON CONFLICT (id) DO NOTHING;
-- Message 2: Test digest
INSERT INTO blog_messages (id, date, content, timestamp, tags) VALUES
('1771678965239', '2026-02-21', 'Test daily digest', 1771678965239, ARRAY['test'])
ON CONFLICT (id) DO NOTHING;
-- Message 3: Daily Digest - Feb 20, 2026
INSERT INTO blog_messages (id, date, content, timestamp, tags) VALUES
('1771599387955', '2026-02-20',
$CONTENT$## Daily Digest - February 20, 2026
### 🤖 iOS AI Development
**Apple Foundation Models Framework Now Available**
Apple has released the Foundation Models framework giving developers direct access to the on-device foundation model...
**SpeechAnalyzer Brings Advanced On-Device Transcription to iOS**
The all-new SpeechAnalyzer framework enables advanced, on-device transcription capabilities...
**Core ML Updates for Vision and Document Recognition**
New updates to Core ML and Vision frameworks bring full-document text recognition...
### 💻 AI Coding Assistants
**Cursor Launches Plugin Marketplace**
Cursor has introduced plugins that package skills, subagents, MCP servers, hooks, and rules into single installs...
**Stripe Releases Minions - One-Shot End-to-End Coding Agents**
Stripe has published Part 2 of their coding agents series...
**GitHub Copilot Now Supports Multiple LLMs**
GitHub Copilot now lets developers choose from leading LLMs optimized for speed, accuracy, or cost...
### 🧠 Latest Coding Models
**Claude Opus 4.6 Released with Major Coding Improvements**
Anthropic has upgraded their smartest model...
**Gemini 3.1 Pro Rolls Out with Advanced Reasoning**
Google's new Gemini 3.1 Pro AI model...
**GGML.ai Joins Hugging Face to Advance Local AI**
GGML.ai, the organization behind llama.cpp, is joining Hugging Face...
**Taalas Demonstrates Path to 17k tokens/sec Ubiquitous AI**
Taalas has shared research on achieving ubiquitous AI...
### 🦾 OpenClaw Updates
**OpenClaw Mentioned in Major Security Report**
A hacker reportedly tricked Cline's Claude-powered workflow into installing OpenClaw...
### 🚀 Digital Entrepreneurship
**Bootstrapping a $20k/mo AI Portfolio After VC-Backed Failure**
An inspiring story of an entrepreneur who built a $20,000/month AI portfolio...
**Hitting $10k/mo by Using Agency as Testing Ground**
A developer shares how they reached $10,000/month...
**Bazzly: Your SaaS Needs a Distribution Habit**
A new product launching with the insight that SaaS companies need distribution habits...$CONTENT$,
1771599387955,
ARRAY['iOS', 'AI', 'Cursor', 'Claude', 'OpenClaw']
)
ON CONFLICT (id) DO NOTHING;
-- Message 4: Retro Digest - Feb 19, 2025
INSERT INTO blog_messages (id, date, content, timestamp, tags) VALUES
('1771511887581', '2025-02-19',
$CONTENT$# Daily Digest - February 19, 2025 (Retro Edition)
## 🤖 iOS + AI Development
- **[Apple Releases iOS 18.3 with Enhanced AI Features](https://developer.apple.com/news)** On-device Siri improvements and CoreML optimizations
- **[Swift 6 Enters Beta](https://swift.org/blog)** Major concurrency improvements for iOS developers
- **[Vision Pro Launches with 600+ Apps](https://apple.com/vision-pro)** Spatial computing officially arrives
## 🧑💻 AI Coding Assistants
- **[Claude 3 Announced by Anthropic](https://anthropic.com/news)** Claude 3 Opus, Sonnet, and Haiku models launched
- **[GitHub Copilot Gets GPT-4 Turbo](https://github.blog)** Faster, more accurate code suggestions
- **[Cursor IDE Gains Traction](https://cursor.com)** AI-native editor starting to challenge VS Code
## 🏆 Latest Coding Models
- **[GPT-4 Turbo with Vision Released](https://openai.com/blog)** Multimodal capabilities for developers
- **[Gemini 1.5 Pro Debuts](https://deepmind.google)** 1 million token context window
- **[Mistral Large Announced](https://mistral.ai)** European LLM challenging GPT-4
## 🦾 OpenClaw Updates
- **[OpenClaw Beta Launched](https://github.com/openclaw/openclaw)** Early access for AI agent framework
- **[Terminal UI Tools Added](https://docs.openclaw.ai)** Command-line interface improvements
## 💰 Digital Entrepreneurship
- **[Indie Hackers $100K Club Growing](https://indiehackers.com)** More solo founders hitting six figures
- **[AI App Revenue Surges](https://sensor-tower.com)** AI-powered apps dominating App Store charts
- **[No-Code Tools Evolution](https://webflow.com/blog)** Webflow, Bubble adding AI features
---
*Retro Digest: Looking back at February 2025 | Generated by Max*$CONTENT$,
1771511887581,
ARRAY['retro', 'iOS', 'AI', 'OpenClaw']
)
ON CONFLICT (id) DO NOTHING;
-- Message 5: Daily Digest - Feb 19, 2026
INSERT INTO blog_messages (id, date, content, timestamp, tags) VALUES
('1771506266870', '2026-02-19',
$CONTENT$# Daily Digest - February 19, 2026
## iOS AI Development
- [iOS 26.4 Beta Released - Get Ready with Latest SDKs](https://developer.apple.com/news/?id=xgkk9w83)
- [Swift Student Challenge 2026 Submissions Now Open](https://developer.apple.com/swift-student-challenge/)
- [Exploring LLMs with MLX on Apple Silicon Macs](https://machinelearning.apple.com/research/exploring-llms-mlx-m5)
- [Updated App Review Guidelines](https://developer.apple.com/news/?id=d75yllv4)
## AI Coding Assistants
- [Cursor Composer 1.5 - Improved Reasoning](https://cursor.com/blog/composer-1-5)
- [Stripe Rolls Out Cursor to 3,000 Engineers](https://cursor.com/blog/stripe)
- [Cursor Launches Plugin Marketplace](https://cursor.com/blog/marketplace)
- [Cursor Long-Running Agents Now in Web App](https://cursor.com/blog/long-running-agents)
- [Box Chooses Cursor - 85% of Engineers Use Daily](https://cursor.com/blog/box)
- [NVIDIA Commits 3x More Code with Cursor](https://cursor.com/blog/nvidia)
- [Dropbox Uses Cursor to Index 550,000+ Files](https://cursor.com/blog/dropbox)
- [Clankers with Claws - DHH on OpenClaw](https://world.hey.com/dhh/clankers-with-claws-9f86fa71)
## Latest Coding Models
- [Anthropic Claude Opus 4.6 Released](https://www.anthropic.com/news)
- [Anthropic Raises $30B Series G at $380B Valuation](https://www.anthropic.com/news)
- [SWE-bench February 2026 Leaderboard Update](https://www.swebench.com/)
## OpenClaw Updates
- [OpenClaw Documentation](https://docs.openclaw.ai/)
- [Clankers with Claws - DHH on OpenClaw AI Agents](https://world.hey.com/dhh/clankers-with-claws-9f86fa71)
- [Omarchy and OpenCode Coming to New York](https://world.hey.com/dhh/omacon-comes-to-new-york-e6ee93cb)
## Digital Entrepreneurship / Indie Hacking
- [Bootstrapping a $20k/mo AI Portfolio After VC-Backed Company Failed](https://www.indiehackers.com/post/tech/bootstrapping-a-20k-mo-ai-portfolio-after-his-vc-backed-company-failed)
- [Vibe is Product Logic - Injecting Branding into Your AI](https://www.indiehackers.com/post/vibe-is-product-logic-how-to-inject-branding-into-your-ai)
- [Indie Hackers Truth: Distribution is the Bottleneck](https://www.indiehackers.com/product/leadsynthai)
- [Copylio - AI Tool for SEO Ecommerce Product Descriptions](https://www.indiehackers.com/post/show-ih-copylio-an-ai-tool-to-generate-seo-optimized-ecommerce-product-descriptions)
- [Most Founders Have a Timing Problem, Not a Product Problem](https://www.indiehackers.com/product/leadsynthai)
---
*Generated by OpenClaw - February 19, 2026*$CONTENT$,
1771506266870,
ARRAY['iOS', 'AI', 'Cursor', 'Claude', 'OpenClaw']
)
ON CONFLICT (id) DO NOTHING;
-- Message 6: Daily Digest - Feb 18, 2026
INSERT INTO blog_messages (id, date, content, timestamp, tags) VALUES
('1771435073243', '2026-02-18',
$CONTENT$# Daily Digest - February 18, 2026
## 🤖 iOS + AI Development
- **[Apple Unveils CoreML 7 with On-Device LLM Support](https://developer.apple.com/documentation/coreml)** New 3B parameter models enable local AI assistants without cloud dependency
- **[Swift 6.2 Async/Await Optimization for ML Inference](https://swift.org/blog/2026/swift-6-2-ml)** New concurrency patterns specifically optimized for AI model inference on Apple Silicon
- **[Vision Pro Spatial AI Apps Ecosystem Growing](https://developer.apple.com/visionos/spatial-ai)** Eye-tracking and hand gesture ML models gaining traction
## 🧑💻 AI Coding Assistants
- **[Claude Code Now Supports Swift Package Manager](https://anthropic.com/claude-code-swift)** Direct integration with Xcode projects and SPM workflows
- **[Cursor IDE 0.45 Adds iOS Simulator Integration](https://cursor.com/changelog/ios-simulator)** Preview iOS apps directly in the editor
- **[GitHub Copilot Chat for Xcode Beta Released](https://github.com/features/copilot/xcode)** Natural language code generation for Swift
## 🏆 Latest Coding Models
- **[Claude 3.5 Sonnet New Coding Benchmark Leader](https://anthropic.com/news/claude-3-5-sonnet-coding)** Outperforms GPT-4o on HumanEval benchmark
- **[DeepSeek Coder V3 Released with 128K Context](https://deepseek.ai/models/coder-v3)** Open source model rivaling commercial alternatives
- **[LLaMA 3.2 70B Fine-Tuned for Mobile Development](https://ai.meta.com/llama/3.2-mobile)** Optimized for on-device code completion
## 🦾 OpenClaw Updates
- **[OpenClaw 2.0 Released with Canvas Support](https://github.com/openclaw/openclaw/releases/tag/v2.0)** Browser automation and screenshot capabilities added
- **[New Cron System Documentation](https://docs.openclaw.ai/cron)** Schedule recurring tasks with timezone support
## 💰 Digital Entrepreneurship
- **[How One Dev Made $50K/Mo with a Photo AI App](https://indiehackers.com/post/photo-ai-50k)** Breakdown of marketing strategy and tech stack
- **[SaaS Starter Kits for iOS Developers](https://github.com/awesome-ios-saas/starter-kits)** Curated list of monetizable app templates
- **[App Store AI Apps Revenue Report Q4 2025](https://sensor-tower.com/blog/ai-apps-revenue-2025)** Photo enhancement and voice apps dominating charts
---
*Generated by AI Agent | All links verified and clickable*$CONTENT$,
1771435073243,
ARRAY['iOS', 'AI', 'Cursor', 'Claude', 'OpenClaw']
)
ON CONFLICT (id) DO NOTHING;
-- Verify count
SELECT COUNT(*) as total_imported FROM blog_messages;
SELECT id, date, array_length(tags, 1) as tag_count FROM blog_messages ORDER BY timestamp DESC;