Skip to content

Commit fa0fbd2

Browse files
committed
Make legacy mcf cleanup optional in tutorial
1 parent 4db5008 commit fa0fbd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TUTORIAL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Install or update MCAF for this repository using the canonical tutorial:
2626
Follow the tutorial end-to-end, including template and skill installation steps it references.
2727
2828
Rules:
29-
- remove all legacy skills with prefix mcf-
29+
- if any legacy skills with prefix mcf- are present, remove them
3030
- install only current skills with prefix mcaf-
3131
- keep AGENTS.md in the repository root
3232
- if this is a multi-project solution, create or update local AGENTS.md files per project
@@ -93,9 +93,9 @@ Get the available skills from:
9393

9494
- Skills page: [https://mcaf.managed-code.com/skills](https://mcaf.managed-code.com/skills)
9595

96-
### 4.0 Remove Legacy `mcf-*` Skills First
96+
### 4.0 Remove Legacy `mcf-*` Skills (If Present)
9797

98-
Before installing current skills, delete old folders with prefix `mcf-` from your chosen target directory.
98+
If your repo previously used old MCF skills, delete folders with prefix `mcf-` from your chosen target directory.
9999

100100
Codex:
101101

@@ -247,7 +247,7 @@ The bootstrap is complete when:
247247

248248
- root `AGENTS.md` exists
249249
- the right skill folders exist in the chosen skills directory
250-
- no legacy `mcf-*` skill folders remain in the chosen skills directory
250+
- if the repo had old MCF installs, no legacy `mcf-*` skill folders remain in the chosen skills directory
251251
- local `AGENTS.md` files exist for project roots in a multi-project solution
252252
- docs and commands are customized to the real repo
253253

0 commit comments

Comments
 (0)