Source
[code-factory-primer] feat: add /get_notion_tasks command - queries Notion DB for eligible tasks
GitFact
Apr 16, 02:23 AM
[code-factory-primer] feat: add session_start.py hook - logs session start, supports additionalContext injection
GitFact
Apr 16, 02:23 AM
[code-factory-primer] feat: add adw_plan_implement_update_notion_task.py - Notion 3-phase workflow with prototype support
GitFact
Apr 16, 02:23 AM
[code-factory-primer] feat: add Notion-based cron trigger for rapid prototyping system
GitFact
Apr 16, 02:23 AM
[code-factory-primer] feat: add adw_build_update_notion_task.py - Notion-aware 2-phase build workflow
GitFact
Apr 16, 02:23 AM
[code-factory-primer] docs: add Claude Code hooks reference to ai_docs
GitFact
Apr 16, 02:21 AM
[code-factory-primer] feat(hooks): add TTS notification announcement to notification.py
GitFact
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add TTS + LLM completion announcement to stop.py
GitFact
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add TTS subagent completion announcement to subagent_stop.py
GitFact
Apr 16, 02:18 AM
[code-factory-primer] feat(commands): add /convert_paths_absolute to fix relative paths in settings.json
GitFact
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add pyttsx3 offline TTS fallback for hook audio notifications
GitFact
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add ElevenLabs Turbo v2.5 TTS script for hook audio notifications
GitFact
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add OpenAI gpt-4o-mini-tts streaming script for hook audio notifications
GitFact
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add AI-powered event summarizer for hook observability
GitFact
Apr 16, 02:18 AM
[code-factory-primer] feat(hooks): add send_event.py universal hook event sender to observability server
GitFact
Apr 16, 02:18 AM
[code-factory-primer] docs(adws): add Multi-Agent Task List System section documenting todone architecture
GitFact
Apr 16, 02:10 AM
[code-factory-primer] feat: add tasks.md template for multi-agent task list system
GitFact
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /clean_worktree to remove worktree and branch
GitFact
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /mark_in_progress to update task status to in-progress
GitFact
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /update_task to record task success or failure
GitFact
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /init_worktree for sparse checkout worktree creation
GitFact
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /process_tasks to analyze and select eligible tasks
GitFact
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /build slash command for direct task implementation
GitFact
Apr 16, 02:09 AM
[code-factory-primer] feat(commands): add /plan slash command for task workflow planning step
GitFact
Apr 16, 02:09 AM
[code-factory-primer] feat(triggers): add multi-agent task list cron orchestrator (todone)
GitFact
Apr 16, 02:09 AM
[code-factory-primer] feat(adw): add 3-phase plan-implement-update task workflow for complex multi-agent tasks
GitFact
Apr 16, 02:09 AM
[code-factory-primer] feat(adw): add 2-phase build-update task workflow for lightweight multi-agent processing
GitFact
Apr 16, 02:09 AM
[code-factory-primer] feat(data-models): add task management Pydantic models for multi-agent task list system
GitFact
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
GitFact
Apr 16, 02:09 AM
[code-factory-primer] docs: add Primitive ADWs section covering prompt/slash/chore-implement/sdk CLIs and agent_sdk.py
GitFact
Apr 16, 02:00 AM
[code-factory-primer] feat: add adw_sdk_prompt.py - SDK-based interactive CLI from tac-8
GitFact
Apr 16, 01:59 AM
[code-factory-primer] feat: add adw_chore_implement.py - compound plan+implement workflow from tac-8
GitFact
Apr 16, 01:59 AM
[code-factory-primer] feat: add adw_slash_command.py - generic slash command runner from tac-8
GitFact
Apr 16, 01:59 AM
[code-factory-primer] feat: add adw_prompt.py - adhoc prompt CLI primitive from tac-8
GitFact
Apr 16, 01:59 AM
[code-factory-primer] feat: add Claude Code Python SDK module (agent_sdk.py) from tac-8
GitFact
Apr 16, 01:59 AM
[code-factory-primer] docs: link GUIDE.md from README
GitFact
Apr 15, 11:36 PM
[code-factory-primer] docs: add GUIDE.md — operating guide covering setup, GitHub config, issue writing, autonomy progression, and principles
GitFact
Apr 15, 11:36 PM
[code-factory-primer] feat: add tac-6 SDLC additions — review, patch, document phases New pipeline phases:
GitFact
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.
GitFact
Apr 15, 09:47 PM
[vercel-inventory] Full paginated inventory (376 projects) + real production URLs
GitFact
Apr 15, 08:52 PM
[vercel-inventory] Add delete links and help section
GitFact
Apr 15, 08:32 PM
[vercel-inventory] Bump Next to 15.1 for React 19 peer compat
GitFact
Apr 15, 08:27 PM
[vercel-inventory] Initial vercel-inventory dashboard
GitFact
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
GitFact
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.
GitFact
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
GitFact
Apr 14, 02:10 AM
[skills] fix skill yaml rendering (#898) Made-with: Cursor
GitFact
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
GitFact
Apr 13, 04:31 PM
[mission-control] feat(discord): bidirectional Discord <-> MCC sync - Add discord-bot.mjs gateway: listens to all guild messages, routes
GitFact
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
GitFact
Apr 11, 10:29 PM

Showing 251300 of 660