-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Milestone
Description
Title: Basic command-line interface for Cortex
Description:
Create cortex command that users can run.
Requirements:
- Entry point:
cortex install <software> - Calls LLM integration layer
- Displays progress
- Shows results
Example:
$ cortex install docker
🧠 Understanding request...
📦 Planning installation...
⚙️ Installing Docker...
✅ Docker installed successfullyAcceptance Criteria:
- Works for basic install command
- User-friendly output
- Error messages helpful
- Installation via pip/setup.py
Skills: Python, CLI design, argparse
Bounty: $25 upon merge
Sahilbhatane