Skip to content

ApexOpsStudio/ai-gitops-test-target

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Test target repo for validating ai-gitops workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages