Skip to content

Runbooks Setup #11

@nnthanh101

Description

@nnthanh101

Deliverable: Working project skeleton with CLI framework


  • Set up logging and configuration management
  • Create CLI framework with Click
  • Write initial functional tests

⚡ Quick Setup & Test

1. Install & Setup

# 1. Install dependencies using Taskfile.yaml
task install

# 2. Install package in editable mode for CLI execution  
uv pip install -e .

2. Validate Core Functionality

# Test all CLI commands (automated via Taskfile)
task test-cli

# Run complete validation workflow
task validate

3. Alternative: Manual Step-by-Step

# Manual quality checks (if needed)
task test           # Run tests
task code_quality   # Code quality  
task demo           # Run sample commands

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions