Commit Graph

16 Commits

Author SHA1 Message Date
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
806a61acf1 Signed-off-by: Matt Bruce <mbrucedogs@gmail.com> 2026-02-21 14:27:26 -06:00
7f54cb6d1d Add lock file to web monitor script to prevent concurrent runs 2026-02-20 08:55:10 -06:00
6ef43a00c3 Add daily data backup system
- Created daily-backup.sh script for all 3 web apps
- Backs up data/ directories to Git daily at 11:00 PM CST
- Commits and pushes to Gitea automatically
- Logs to memory/backup.log
- Cron job created for automated daily runs
2026-02-19 13:26:11 -06:00
8c85263553 Add iOS MRR opportunities research report
10 high-potential iOS app ideas with:
- Market analysis and revenue estimates
- Competitor breakdowns
- Viral mechanics
- iOS-specific feature recommendations
- Focus Timer with Live Activities (recommended first project)
2026-02-18 23:40:46 -06:00
e1e55cf175 Update daily memory - evening task progress 2026-02-18 21:01:47 -06:00
eb919244a0 Fix cron auto-restart script - add Homebrew PATH
- Added /opt/homebrew/bin to PATH for npm access
- Use full path to npm (/opt/homebrew/bin/npm) for reliability
- Script tested and working
2026-02-18 20:49:52 -06:00
b934c9fdb3 Task #7: Root cause analysis - why websites die
- Analyzed system limits, memory usage, process status
- Identified primary suspect: Next.js dev server memory leaks
- Secondary suspects: macOS power mgmt, SSH timeout, OOM killer
- Created monitoring script for CPU/memory/file descriptors
- Documented recommendations: production builds, PM2, nohup
2026-02-18 16:04:44 -06:00
67e6ef5c1b Update daily digest to require full URLs for all articles
- Updated cron job payload to require [headline](url) markdown format
- Updated documentation to emphasize clickable links requirement
- Posted new sample digest with proper link formatting
- Every item now includes full URL to source article
2026-02-18 11:17:59 -06:00
834fa5721c Update web monitoring docs with Heartbeat Monitor
- Added new Heartbeat Monitor dashboard at port 3005
- Documented all features: uptime tracking, sparklines, add app UI
- Updated all three projects in the monitoring list
- Added instructions for adding new apps dynamically
2026-02-18 11:16:02 -06:00
e02147408a Add web apps monitoring documentation and auto-restart cron job
- Created memory/web-apps-monitoring.md with status and restart instructions
- Set up cron job to check both sites every 10 minutes
- Auto-restarts any site that returns non-200 or times out
- Sends Telegram notification if restart occurs
2026-02-18 11:11:38 -06:00
31534090f3 Add editable digest topics configuration
- 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
2026-02-18 10:57:30 -06:00
ebd8594ab3 Add ideas backlog file for quick capture 2026-02-18 10:03:10 -06:00
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
3ac195e8d0 Add daily digest system documentation
- Created memory/daily-digest-system.md with full system overview
- Documented API endpoints and cron schedule
- Added instructions for AI continuity if agent is replaced
2026-02-18 09:49:56 -06:00
105621b40e Add project standards and responsive design requirements to AGENTS.md
- Documented mobile-first responsive design as REQUIRED standard
- Added web development tech preferences (Next.js, Tailwind, etc.)
- Created memory/project-standards.md for coding guidelines
2026-02-18 09:42:05 -06:00