Timeline
660 memories — chronological, newest first.
[claude-clean-home] Clean .claude config — 20 agents, 110 skills, 24 commands, 2 hooks
No MCPs. No staging artifacts. Drop-in replacement for ~/.claude/
Apr 27, 12:37 PM
[merlino-skills] init: 1109 skills + Anthropic skill-creator eval suite
- 247 live skills (from C drive)
Apr 24, 03:14 PM
[late-social-connect] wip: ad-hoc session paused — mediaItems fix + firstComment decision pending
Apr 24, 01:46 PM
[late-social-connect] fix: extend requireAuth to accept partner/client JWT cookies
Client dashboard (/d/[orgSlug]) was calling Clerk-protected data
Apr 24, 12:14 AM
[late-social-connect] fix: rename proxy.ts -> middleware.ts so Next.js loads multi-tenant routing
Next.js only auto-loads src/middleware.ts. proxy.ts was silently ignored,
Apr 23, 11:25 PM
[late-social-connect] feat: add title field to video/media compose forms
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Apr 23, 11:01 PM
[raven-intel] Initial commit from Create Next App
Apr 23, 05:22 PM
[skills] Fill in Apache 2.0 copyright notice in claude-api LICENSE.txt (#990)
Replace the [yyyy] [name of copyright owner] placeholder with the
Apr 20, 09:38 PM
[code-factory-primer] remaining course vids
the answer is 42
Apr 20, 06:35 PM
[mission-control] fix: skip countEligibleForArchive query — function not deployed to prod Convex
The query runs unconditionally on page load but doesn't exist on
Apr 19, 11:40 PM
[localforge] feat(lm-studio): add health probe and E2E verification for #87-91
Verifies the full LM Studio integration end-to-end against a live local server with TodoTestApp.
Apr 19, 12:12 PM
[localforge] feat(features): agent logs section in feature detail dialog (97)
Apr 19, 12:10 PM
[localforge] docs(progress): session 12 notes for #26, #27, #30, #35
Batch covered: delete project with file-removal toggle, delete
Apr 19, 12:04 PM
[localforge] feat(settings): project-specific LM Studio URL and model overrides (#35)
Adds per-project overrides on top of global defaults. Projects can
Apr 19, 12:02 PM
[localforge] docs: session 11 notes - feature CRUD + dependencies (#40, #41, #42, #43, #49)
Adds titleTouched blur-driven 'Title is required' alert in the add-feature dialog (#41 UX fix) and records the session 11 batch in claude-progress.txt.
Apr 19, 12:00 PM
[localforge] docs: session 10 notes - batch completion of #22, #23, #25, #55, #24
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Apr 19, 11:58 AM
[localforge] feat: project creation form validation (#24)
Client-side guards the name field against empty, whitespace-only, and
Apr 19, 11:57 AM
[localforge] feat: project list shows X/Y feature progress (#29)
- lib/projects.ts: new listProjectsWithProgress() helper
Apr 19, 11:55 AM
[localforge] test: verify feature #18 - no horizontal scroll on any viewport
- 14 checks via headless Playwright (scripts/check-overflow-all.js)
Apr 19, 11:54 AM
[localforge] feat: AI bootstrapper conversation creates session (#55)
- Add mode selector in New Project dialog (Start blank vs Describe to AI)
Apr 19, 11:50 AM
[localforge] test: verify feature #26 - delete project with optional file removal
Apr 19, 11:48 AM
[localforge] docs: note session 8 completion of features 12, 13, 14, 32, 33
Theme toggle (dark/light), persistence via localStorage, light mode
Apr 19, 11:45 AM
[localforge] feat: delete project with confirmation dialog (#22, #23, #25)
- #22 Verified: project folder created on disk when creating project via UI
Apr 19, 11:44 AM
[localforge] test: verify feature #36 settings form validation
- Tested all three validated fields (LM Studio URL, Model, Working Directory) end-to-end via the settings form.
Apr 19, 11:43 AM
[localforge] docs: note session 7 completion of features 19, 20, 21, 28, 37
- #19 empty state renders when no projects exist (CTA + welcome hero)
Apr 19, 11:41 AM
[localforge] test: verify feature #34 working directory config saves and loads
- Added scripts/rm-workdir.js as cleanup helper for the test-workdir
Apr 19, 11:40 AM
[localforge] feat: verify feature 17 mobile hamburger menu at 375px viewport
Apr 19, 11:37 AM
[localforge] feat: implement app shell, settings page, icon, and dark mode default (features #6, #7, #11, #15, #31)
- #6 App loads without errors: added app/icon.svg to fix /favicon.ico 404, verified zero console errors on /
Apr 19, 11:37 AM
[localforge] docs: verify feature #8 - main content renders beside sidebar
Verified existing app-shell layout satisfies feature #8: sidebar (w-72) on left, main (flex-1) fills remaining viewport width, no overlap. Screenshots captured on / and /settings, 0 console errors.
Apr 19, 11:36 AM
[localforge] feat: add shadcn Button + verify Tailwind/shadcn styling (#9)
- Added components/ui/button.tsx with cva-driven variants (default, destructive, outline, secondary, ghost, link) and sizes (default, sm, lg, icon). Uses cn() and hsl(var(--*)) CSS tokens from globals.css for theme support.
Apr 19, 11:33 AM
[localforge] feat: verify feature #10 - SQLite DB file auto-created on startup
- Deleted ./data/localforge.db, ran ./init.sh --background
Apr 19, 11:31 AM
[localforge] feat: complete infra features 1-5
DB connection, schema migration, project CRUD with disk persistence, mock-free codebase, and Drizzle query logging.
Apr 19, 11:28 AM
[localforge] Initial setup: init.sh, project structure, and features created via API
Scaffolds LocalForge - a long-running autonomous coding harness that uses
Apr 19, 11:16 AM
[skills] chore: update claude-api skill (#956)
Add shared/model-migration.md and refresh model references, managed
Apr 16, 07:12 PM
[code-factory-primer] Add course transcripts and notes
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Apr 16, 04:52 PM
[code-factory-primer] docs: add Notion-based Rapid Prototyping System section to adws/README.md
Apr 16, 02:24 AM
[code-factory-primer] feat: add Notion-specific Pydantic models to data_models.py
Apr 16, 02:24 AM
[code-factory-primer] docs: add Vite+Vue3 development guide for plan_vite_vue workflow
Apr 16, 02:24 AM
[code-factory-primer] docs: add UV single-file scripts reference for plan_uv_script workflow
Apr 16, 02:24 AM
[code-factory-primer] docs: add MCP Python SDK reference (2033 lines) for plan_uv_mcp workflow
Apr 16, 02:24 AM
[code-factory-primer] docs: add Bun runtime reference (1480 lines) for plan_bun_scripts workflow
Apr 16, 02:24 AM
[code-factory-primer] feat: add prune_worktrees.sh - cleans up git worktrees and branches
Apr 16, 02:23 AM
[code-factory-primer] feat: add kill_notion_cron.sh - kills running Notion cron trigger processes
Apr 16, 02:23 AM
[code-factory-primer] feat: add /plan_uv_mcp command - plans MCP server MVPs for AI tool integration
Apr 16, 02:23 AM
[code-factory-primer] feat: add /plan_bun_scripts command - plans Bun TypeScript application MVPs
Apr 16, 02:23 AM
[code-factory-primer] feat: add /plan_vite_vue command - plans Vite+Vue3+TypeScript web app MVPs
Apr 16, 02:23 AM
[code-factory-primer] feat: add /make_worktree_name command - generates descriptive worktree names from task description
Apr 16, 02:23 AM
[code-factory-primer] feat: add /plan_uv_script command - plans Python UV single-file script MVPs
Apr 16, 02:23 AM
[code-factory-primer] feat: add /update_notion_task_with_file command - posts agent output files to Notion
Apr 16, 02:23 AM
[code-factory-primer] feat: add /update_notion_task command - updates Notion page status with callout blocks
Apr 16, 02:23 AM