feat: add template synchronization utility and CI integration

This commit is contained in:
Musa 2026-02-17 09:39:30 -08:00
parent c69fbd8a4d
commit 7036c4597d
4 changed files with 215 additions and 0 deletions

View file

@ -46,6 +46,9 @@ jobs:
- name: Install plano tools
run: uv sync --extra dev
- name: Run CLI template/demo sync check
run: uv run python -m planoai.template_sync --check
- name: Run tests
run: uv run pytest