GitHub - ApexOpsStudio/ai-gitops-test-target: Test target repo for validating ai-gitops workflows

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

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.