A minimal Python CLI task manager used to test the ai-gitops workflow.
This is a test target repository - not a real project. It exists solely to validate that our AI-assisted bounty hunting workflow looks professional before we use it on real open-source projects.
python task.py --help# Add a task
python task.py add "Buy groceries"
# List tasks
python task.py list
# Complete a task
python task.py done 1python -m pytest test_task.pyCopy config.yaml.example to ~/.config/task-cli/config.yaml and customize.