mirror of
https://github.com/logos-co/assembly.git
synced 2026-08-30 20:51:14 +00:00
Both plugins now live in standalone public repos under the maintainer's account and are consumed via github: sources instead of the in-repo plugins/ directory: - github:corpetty/quartz-inline-comments - github:corpetty/quartz-tikz Removes plugins/inline-comments and plugins/tikz from this repo. `quartz plugin install --from-config` clones both repos and builds them (no committed dist/), pinning each to a commit in quartz.lock.json. The dead plugins/*/dist gitignore rule is dropped. Verified locally: install clones + builds both from GitHub, orphaned local lockfile entries pruned, and `quartz build` still renders the inline-comments component and the tikz diagram container. CI will clone+build them on deploy. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>