跳转到主要内容

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.

修复 session-start hooks 中的 Pyright/Pylance import 警告。

修复

  • IDE import 警告:修复 session-start.py 中 Pyright/Pylance 的 reportMissingImports 误报。common.configcommon.paths 在运行时通过 sys.path 动态解析,但 IDE 静态分析器无法追踪动态路径。添加了 # type: ignore[import-not-found] 注解

说明

  • 运行 trellis update 同步更新
  • 无需迁移