FixDocumentation Index
Fetch the complete documentation index at: https://docs.trytrellis.app/llms.txt
Use this file to discover all available pages before exploring further.
SessionStart hook crash on Python ≤3.11 (SyntaxError: f-string expression part cannot include a backslash). No new migrations.
Bug Fixes
Hook session-start: PEP 498 f-string backslash in Python ≤3.11
The Windows path normalizer added in 0.5.0-rc.6 (#226) used:.replace(...) call out of each f-string expression into a local variable. 9 occurrences across:
packages/cli/src/templates/codex/hooks/session-start.pypackages/cli/src/templates/copilot/hooks/session-start.pypackages/cli/src/templates/shared-hooks/session-start.py(Claude Code / Cursor / Gemini CLI / Qoder / CodeBuddy / Factory Droid / Kiro)
packages/cli/test/regression.test.ts: regex scan asserts no f-string contains a backslash inside {...} expressions, plus a best-effort python3 -c "ast.parse(...)" pass.