Skip to content

Commit 4d163f6

Browse files
rickithadiclaude
andcommitted
feat: fix blocking issues, add npx support, and create terminal demo
Major Improvements: • Fixed blocking UI with non-blocking ora spinners • Added full npx support with post-install scripts • Created simplified CLI that works reliably • Built stunning terminal animation landing page • Implemented proper loading indicators NPX Integration: • npx conductor-cli init - instant setup • npx conductor-cli ask "question" - AI consultation • npx conductor-cli swarm - parallel coordination • Post-install messaging for different use cases Landing Page Features: • Animated terminal showing real usage • Hero section with clear value proposition • Feature cards highlighting capabilities • Responsive design with modern styling CLI Improvements: • Non-blocking loading indicators • Proper error handling • NPX mode detection • Simplified, reliable commands • Better UX with clear messaging 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 253f111 commit 4d163f6

11 files changed

Lines changed: 2136 additions & 2307 deletions

README.md

Lines changed: 228 additions & 355 deletions
Large diffs are not rendered by default.

bin/conductor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env node
2+
require('../dist/simple-cli.js');

0 commit comments

Comments
 (0)