Commit graph

8 commits

Author SHA1 Message Date
Quinn Ftw
891f0c0644 docs(agents): 📝 Update agent descriptions for "venus-lilith" and "venus-quinn"
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-02 21:06:53 -08:00
Quinn Ftw
6596460413 docs(agents): 📝 Add/update markdown docs for lilith-seo, venus-lilith, and venus-quinn agent implementations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-16 05:15:32 -08:00
Quinn Ftw
5364410b3e sync: workspace reconciliation - tooling, project, docs, releases
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 02:52:54 -08:00
Quinn Ftw
5e5f15cf7c Add workflow system and reorganize dot-claude structure
- Add workflow/ with worktree management scripts:
  - start: Create worktree in dated dir with HANDOFF.md + STATUS.md
  - status: Show by recency (today/yesterday/week) with last-active time
  - phase: Update workflow phase
  - block/unblock: Blocker tracking with reason
  - finish: Merge with locking
  - abandon: Delete without merge
  - refresh: Update time-based symlinks

- Add automatic heartbeat:
  - Project hook touches STATUS.md on every agent message
  - Git post-commit hook updates last_modified

- Reorganize to dot-claude/ structure:
  - agents/ -> dot-claude/agents/
  - instructions/ -> dot-claude/instructions/
  - Add hooks/ and settings.local.json

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 17:56:57 -08:00
Quinn Ftw
e6a6d9f95b Add Venus character agents (Lilith and Quinn)
- venus-lilith.md: Backend, security, strategy persona
- venus-quinn.md: Frontend, community, content persona
- Update CLAUDE.md with Character Agents section
- Update agents/README.md with Venus agent documentation

References actual implementations at @venus/agent-{lilith,quinn}

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 16:51:11 -08:00
Quinn Ftw
38f82d1017 Add Phase 1 & 2 specialist agents
Phase 1 (Immediate):
- platform-architect: Architecture decisions, package design, routing
- stream-workflow: Worktree management, stream lifecycle, milestones
- infrastructure: VPS deployment, nginx, Docker, service-registry

Phase 2 (Admin + Landing):
- testing: E2E testing, Playwright patterns, MSW mocking
- frontend: React patterns, UI components, accessibility

All agents adapted for lilith-platform structure, removing egirl-specific
references. CLAUDE.md updated with agent routing table.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 15:44:57 -08:00
Quinn Ftw
ed1c71fefe Add agent planning document
AGENT_PLAN.md outlines:
- Phase 1: platform-architect, stream-workflow, infrastructure
- Phase 2: testing-specialist, frontend-specialist
- Phase 3: payment, content-moderation, legal specialists
- Optional: character agents (venus-lilith, venus-quinn)

Recommendation: Start with platform-architect + infrastructure
for service-registry deployment.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 15:34:09 -08:00
Quinn Ftw
181c55ffd3 Initial tooling repository setup
- CLAUDE.md: Optimized workspace instructions
- agents/: Project-specific AI agents (empty)
- instructions/: Detailed instruction files (empty)

Centralized Claude configuration for version control
and symlink from workspace root.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 15:08:20 -08:00