From c29d0dcb5d9dee12f8725da826066fdfcf239332 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Mon, 1 Jun 2026 01:04:58 +0200 Subject: [PATCH] docs: record known follow-up improvements for jump server config --- .memory/project.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.memory/project.md b/.memory/project.md index 16c5f8a..d5042fc 100644 --- a/.memory/project.md +++ b/.memory/project.md @@ -8,3 +8,7 @@ - Sample config is stored in `sample-config/` and mirrors current script behavior. - Documentation language: English. - Current task focus: keep README and memory aligned with the working script and sample configuration. +- Known follow-up improvements: + - Jump server currently does not support an alternate port; this needs to be added. + - Group naming should avoid duplicating the file name and the YAML value. + - Each group should have default values.