Tags

Tags give the ability to mark specific points in history as being important
  • v0.0.1-alpha.1

    ## Known bugs and yet-to-apply fixes
    
    - [ ] Fix hardcoded version labels in `src/checkwp/report/theme.twig`
      - Header still shows `v1.0.0`
      - Footer still shows `v1.0.0`
    
    - [ ] Reconcile the legacy environment-variable wording in `CHANGELOG.md`
      - It still says the environment standard is `CHECKWP_AI_KEY`
    
    - [ ] Decide whether the legacy compatibility alias `--ai-provider` in `src/checkwp/cli.py` should stay
      - Canonical flags are now `--ai-key`, `--ai-model`, and `--ai-endpoint`
    
    - [ ] Review the remaining `ai_key` fallback in `src/checkwp/api.py`
      - The backend still accepts `CHECKWP_API_KEY` and `CHECKWP_AI_KEY`
    
    - [ ] Update any deployment docs that still reference old environment wording
      - Especially `CONNECT-WITH-NUXT.md` and `LLM-HANDOFF.md`
    
    - [ ] Run the release pipeline / CI again after the final cleanup
      - Current test suite passes locally, but the release flow still needs verification