restore the missing typing.Optional import in scripts/playbook.py
so older python runtimes can import the CLI module successfully.
add a regression test for typing annotation imports and register it
in the tests README.
remove the pre-checkout dependency on .gitea/ci/prepare_repo.sh
from the root workflows and inline the bootstrap logic instead.
add a regression test for workflow bootstrap ordering and register
it in the tests README.
upgrade commit-message, style-cleanup, and bulk-refactor-workflow
to use trigger-focused frontmatter and a shared contract structure.
add a first-party skill quality test gate and register it in tests
documentation.
replace the superpowers-only workflow with a manifest-driven pipeline
sync ui-ux-pro-max into codex/skills and document source lists
fix the prettier path test so the Python suite passes on Windows
replace the old select/record progress flow with a single main_loop claim/finish CLI.
route template execution through main_loop only, remove the legacy plan_progress entry points, and update tests to enforce the new behavior.