mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-14 23:22:51 +00:00
`normalize_logical_path()` silently dropped leading `..` components because `PathBuf::pop()` on an empty buffer is a no-op. For user-global workflows (~/.fabro/workflows/) invoked from an unrelated CWD, the manifest builder produces logical paths with leading `..` segments, but the BundleFileResolver normalized them differently during lookup — stripping the `..` — causing a key mismatch and leaving `@` references unresolved. Preserve `..` when there is no normal component to collapse. Closes #175 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| crates | ||
| packages/fabro-api-client | ||