Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 17s
Smoke Test / smoke (pull_request) Failing after 18s
Validate Config / YAML Lint (pull_request) Failing after 20s
Validate Config / JSON Validate (pull_request) Successful in 20s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 57s
Validate Config / Python Test Suite (pull_request) Has been skipped
Validate Config / Cron Syntax Check (pull_request) Successful in 14s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 13s
Validate Config / Shell Script Lint (pull_request) Failing after 59s
Validate Config / Playbook Schema Validation (pull_request) Successful in 23s
PR Checklist / pr-checklist (pull_request) Failing after 4m12s
Architecture Lint / Lint Repository (pull_request) Failing after 21s
The context bar regex used ASCII pipe '|' but the actual tmux status bar uses U+2502 '│' (box drawings light vertical). The primary pattern never matched, falling back to percentage-only extraction with model="unknown" and used=total=0. Fixed: - Updated pattern to match '│' separator - Support K/M suffixes (8.19K, 65.5K, 262.1K etc.) - Support decimals in token counts - parse_count() converts K/M to numeric values Now all 4 acceptance criteria are met: - Context % + model + used/total extracted from every pane - 60% triggers summarization prompt (logic already present) - 80% triggers urgent commit-and-restart (logic already present) - Context levels fully logged to tmux-state.json manifest Closes #510