From 9d00f69680d52055980950d84cae570e80c95db0 Mon Sep 17 00:00:00 2001 From: sno Date: Fri, 20 Feb 2026 12:35:25 +0100 Subject: [PATCH] feat(cli): refine /set-project and /list-envs with numbered selection and exclusions --- src/bmm/workflows/0-context/list-envs/workflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bmm/workflows/0-context/list-envs/workflow.md b/src/bmm/workflows/0-context/list-envs/workflow.md index 953182555..3c5cd3b35 100644 --- a/src/bmm/workflows/0-context/list-envs/workflow.md +++ b/src/bmm/workflows/0-context/list-envs/workflow.md @@ -22,7 +22,7 @@ main_config: '{project-root}/_bmad/bmm/config.yaml' ### 2. Output Results -1. Display a formatted bulleted list of the existing environments you found. -2. Clearly indicate the `default (root)` environment. +1. Display a formatted numbered list of the existing environments you found. +2. Clearly indicate the `default (root)` environment (usually [0]). 3. Check if there is an active environment currently set. Read `{project-root}/{{bmadFolderName}}/.current_project`. If it exists, indicate which environment from the list is currently active (e.g. by adding `(ACTIVE)` next to the bullet point). 4. Inform the user that they can switch to another environment or create a new one using the `/set-project ` command.