You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skills: ask user for output directory before running commands
Without this, the agent picks an output directory on its own (e.g.
odf/namespace-application) and the user has no way to change it.
Add a "Pick an output directory" step to the validate-application,
gather-application, test-run, and test-clean skills. The
validate-clusters skill already had this step but used a vague <env>
placeholder.
All skills now suggest out/ as the base directory and ask the agent
to use a new directory for each run. If the directory already exists
the agent suggests a name with a datetime suffix (e.g.
out/clusters-2026-07-20-19-46). Reusing a directory causes output
files with numeric suffixes (-2, -3) that confuse the agent when
inspecting results.
Also rename <output-dir> to <output-directory> to match the step
heading and reinforce that the agent should use the directory chosen
in the previous step.
Assisted-by: Cursor/Claude Opus 4.6
Signed-off-by: Nir Soffer <nsoffer@redhat.com>
0 commit comments