mirror of
https://github.com/logos-co/logos-dev-boost.git
synced 2026-08-27 16:11:11 +00:00
These were already wrong before any deletion. module-builder repointed the cdylib Qt glue onto logos-plugin-qt's logos-qt-host-generator (5081088) and the docs kept naming logos-qt-generator, so the pipeline they describe has not been the pipeline that runs for some time. That matters more here than in most docs: guidelines/ and docs/ are SHIPPED — flake.nix copies them into the dev-boost output, and generate-agents-md.ts embeds them into every scaffolded module's AGENTS.md/CLAUDE.md. So the stale line was being handed to module authors, and to agents reading the scaffold, as the instruction. That is why the six doctests/outputs/ files change too: they are the recorded scaffolder output, and they carry the same text. Only the middle step moves. `logos-cpp-generator --backend cdylib` — the Qt-free C-ABI export wrapper — is a different tool doing a different job and is deliberately untouched; it remains correct in every one of these blocks. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>