v1.0.6
feat: --init now does everything — workflow + config in one command
- checkpoint --init installs the GitHub Actions workflow and creates a default .checkpoint.yaml
- Removed the interactive setup wizard entirely — no more API key prompts locally
- Updated CI template to actions/checkout@v4 and setup-python@v5
- MASTER_CONTEXT.md is now auto-generated on first push if it doesn't exist
- Fixed dspy import error in llm_diagrams.py (replaced with direct LiteLLM calls)
- Updated README to reflect new setup flow