Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 720 Bytes

File metadata and controls

36 lines (23 loc) · 720 Bytes

Task CLI - Test Target for ai-gitops

A minimal Python CLI task manager used to test the ai-gitops workflow.

What is this?

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.

Installation

python task.py --help

Usage

# Add a task
python task.py add "Buy groceries"

# List tasks
python task.py list

# Complete a task
python task.py done 1

Testing

python -m pytest test_task.py

Configuration

Copy config.yaml.example to ~/.config/task-cli/config.yaml and customize.