go/pkg/plugin
Snider 3587d0ce27 test: add coverage for lab, session, sigil, repos, plugin packages
Brings 5 packages from low/zero coverage to solid test suites:
- pkg/lab: 0% → 100% (Store pub/sub, Config env loading)
- pkg/session: 0% → 89.9% (transcript parser, HTML renderer, search, video)
- pkg/io/sigil: 43.8% → 98.5% (XOR/ShuffleMask obfuscators, ChaCha20-Poly1305)
- pkg/repos: 18.9% → 81.9% (registry, topo sort, directory scan, org detection)
- pkg/plugin: 54.8% → 67.1% (installer error paths, Remove, registry Load/Save)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-24 13:29:15 +00:00
..
config.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
installer.go refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
installer_test.go test: add coverage for lab, session, sigil, repos, plugin packages 2026-02-24 13:29:15 +00:00
loader.go refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
loader_test.go refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
manifest.go refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
manifest_test.go refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
plugin.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
plugin_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
registry.go refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
registry_test.go test: add coverage for lab, session, sigil, repos, plugin packages 2026-02-24 13:29:15 +00:00