Fix Pyright/Pylance import warnings in session-start hooks.Documentation Index
Fetch the complete documentation index at: https://docs.trytrellis.app/llms.txt
Use this file to discover all available pages before exploring further.
Bug Fixes
- IDE import warnings: Suppressed Pyright/Pylance
reportMissingImportsfalse positives insession-start.pyhooks. Thecommon.configandcommon.pathsimports are resolved at runtime viasys.pathbut IDE static analyzers cannot follow dynamic paths. Added# type: ignore[import-not-found]annotations
Notes
- Run
trellis updateto sync - No migration required