Skip to content

Commit 3860ae4

Browse files
committed
docs(import-tmuxinator): Note synchronize deprecation in summary table
why: Deprecation context helps prioritize import implementation. what: - Add deprecation note to synchronize row in summary table
1 parent ee9aa3b commit 3860ae4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

notes/import-tmuxinator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tmuxinator Import Behavior
22

3-
*Last updated: 2026-03-06*
3+
*Last updated: 2026-03-07*
44
*Importer: `src/tmuxp/workspace/importers.py:import_tmuxinator`*
55

66
## Syntax Differences (Translatable)
@@ -232,7 +232,7 @@ These are features that cannot be imported because tmuxp lacks the underlying ca
232232
| `socket_path` | ✗ Missing | Difference (needs add) |
233233
| `attach: false` | ✗ Missing | Difference (needs add) |
234234
| `on_project_*` hooks | ✗ Missing | **Limitation** |
235-
| `synchronize` | ✗ Missing | **Limitation** |
235+
| `synchronize` | ✗ Missing (`true`/`before` deprecated in tmuxinator → `after` recommended) | **Limitation** |
236236
| `enable_pane_titles` / titles | ✗ Missing | **Limitation** |
237237
| ERB templating | ✗ Missing | **Limitation** |
238238
| `tmux_command` (wemux) | ✗ Missing | **Limitation** |

0 commit comments

Comments
 (0)