Skip to main content

PILOT Dashboard - Process Refinement System

Generate real-time progress dashboard for PILOT execution plan. Shows track progress, active tasks, blockers, and session statistics.

Usage: python pilot_dashboard.py python pilot_dashboard.py --track E python pilot_dashboard.py --json

Author: CODITECT Process Refinement Version: 1.0.0 Created: 2026-01-02

File: pilot_dashboard.py

Functions

get_project_root()

Get the project root directory.

parse_pilot_plan()

Parse PILOT plan to extract track progress.

generate_progress_bar(completed, total, width)

Generate ASCII progress bar.

format_dashboard(tracks, filter_track)

Format tracks as ASCII dashboard.

main()

No description

Usage

python pilot_dashboard.py