Timeline
660 memories — chronological, newest first.
[code-factory-primer] feat: add /get_notion_tasks command - queries Notion DB for eligible tasks
Apr 16, 02:23 AM
[code-factory-primer] feat: add session_start.py hook - logs session start, supports additionalContext injection
Apr 16, 02:23 AM
[code-factory-primer] feat: add adw_plan_implement_update_notion_task.py - Notion 3-phase workflow with prototype support
Apr 16, 02:23 AM
[code-factory-primer] feat: add Notion-based cron trigger for rapid prototyping system
Apr 16, 02:23 AM
[code-factory-primer] feat: add adw_build_update_notion_task.py - Notion-aware 2-phase build workflow
Apr 16, 02:23 AM
[code-factory-primer] docs: add Claude Code hooks reference to ai_docs
Apr 16, 02:21 AM
[code-factory-primer] feat(hooks): add TTS notification announcement to notification.py
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add TTS + LLM completion announcement to stop.py
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add TTS subagent completion announcement to subagent_stop.py
Apr 16, 02:18 AM
[code-factory-primer] feat(commands): add /convert_paths_absolute to fix relative paths in settings.json
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add pyttsx3 offline TTS fallback for hook audio notifications
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add ElevenLabs Turbo v2.5 TTS script for hook audio notifications
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add OpenAI gpt-4o-mini-tts streaming script for hook audio notifications
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add AI-powered event summarizer for hook observability
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add send_event.py universal hook event sender to observability server
Apr 16, 02:18 AM
[code-factory-primer] docs(adws): add Multi-Agent Task List System section documenting todone architecture
Apr 16, 02:10 AM
[code-factory-primer] feat: add tasks.md template for multi-agent task list system
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /clean_worktree to remove worktree and branch
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /mark_in_progress to update task status to in-progress
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /update_task to record task success or failure
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /init_worktree for sparse checkout worktree creation
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /process_tasks to analyze and select eligible tasks
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /build slash command for direct task implementation
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /plan slash command for task workflow planning step
Apr 16, 02:09 AM
[code-factory-primer] feat(triggers): add multi-agent task list cron orchestrator (todone)
Apr 16, 02:09 AM
[code-factory-primer] feat(adw): add 3-phase plan-implement-update task workflow for complex multi-agent tasks
Apr 16, 02:09 AM
[code-factory-primer] feat(adw): add 2-phase build-update task workflow for lightweight multi-agent processing
Apr 16, 02:09 AM
[code-factory-primer] feat(data-models): add task management Pydantic models for multi-agent task list system
Apr 16, 02:09 AM
[code-factory-primer] feat(utils): add check_env_vars, format_agent_status, format_worktree_status, get_safe_subprocess_env for multi-agent support
Apr 16, 02:09 AM
[code-factory-primer] docs: add Primitive ADWs section covering prompt/slash/chore-implement/sdk CLIs and agent_sdk.py
Apr 16, 02:00 AM
[code-factory-primer] feat: add adw_sdk_prompt.py - SDK-based interactive CLI from tac-8
Apr 16, 01:59 AM
[code-factory-primer] feat: add adw_chore_implement.py - compound plan+implement workflow from tac-8
Apr 16, 01:59 AM
[code-factory-primer] feat: add adw_slash_command.py - generic slash command runner from tac-8
Apr 16, 01:59 AM
[code-factory-primer] feat: add adw_prompt.py - adhoc prompt CLI primitive from tac-8
Apr 16, 01:59 AM
[code-factory-primer] feat: add Claude Code Python SDK module (agent_sdk.py) from tac-8
Apr 16, 01:59 AM
[code-factory-primer] docs: link GUIDE.md from README
Apr 15, 11:36 PM
[code-factory-primer] docs: add GUIDE.md — operating guide covering setup, GitHub config, issue writing, autonomy progression, and principles
Apr 15, 11:36 PM
[code-factory-primer] feat: add tac-6 SDLC additions — review, patch, document phases
New pipeline phases:
Apr 15, 09:58 PM
[code-factory-primer] feat: initial Code Factory harness from tac-5
ADW engine, Claude Code hooks, slash commands, composable pipeline phases.
Apr 15, 09:47 PM
[vercel-inventory] Full paginated inventory (376 projects) + real production URLs
Apr 15, 08:52 PM
[vercel-inventory] Add delete links and help section
Apr 15, 08:32 PM
[vercel-inventory] Bump Next to 15.1 for React 19 peer compat
Apr 15, 08:27 PM
[vercel-inventory] Initial vercel-inventory dashboard
Apr 15, 08:26 PM
[podbean-fork] Fix duplicate scheduler: Dockerfile CMD was overriding Procfile with --workers 2
The Dockerfile CMD hardcoded --workers 2, ignoring the Procfile. Now uses
Apr 14, 02:27 AM
[podbean-fork] Use single gunicorn worker with 4 threads to prevent duplicate scheduler
Two workers meant two APScheduler instances firing the same cron job.
Apr 14, 02:22 AM
[podbean-fork] Fix duplicate scheduler: use gunicorn --preload to run startup code once
Both gunicorn workers were starting their own APScheduler, causing every
Apr 14, 02:10 AM
[skills] fix skill yaml rendering (#898)
Made-with: Cursor
Apr 13, 08:37 PM
[Honcho] Initial: Honcho install docs across Windows/Mac/VPS3
Documents the Honcho Claude Code memory plugin install (v0.2.4) on all three
Apr 13, 04:31 PM
[mission-control] feat(discord): bidirectional Discord <-> MCC sync
- Add discord-bot.mjs gateway: listens to all guild messages, routes
Apr 12, 03:34 AM
[mission-control] feat(executor): daemon shells out to Claude Code CLI instead of Anthropic SDK
Run jobs through the user's Claude Code Max subscription (no per-token
Apr 11, 10:29 PM