Skip to content

Commit da95471

Browse files
committed
Remove all legacy mcf references from docs
1 parent fa0fbd2 commit da95471

File tree

2 files changed

+3
-29
lines changed

2 files changed

+3
-29
lines changed

TUTORIAL.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ 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-
- if any legacy skills with prefix mcf- are present, remove them
3029
- install only current skills with prefix mcaf-
3130
- keep AGENTS.md in the repository root
3231
- if this is a multi-project solution, create or update local AGENTS.md files per project
@@ -93,30 +92,6 @@ Get the available skills from:
9392

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

96-
### 4.0 Remove Legacy `mcf-*` Skills (If Present)
97-
98-
If your repo previously used old MCF skills, delete folders with prefix `mcf-` from your chosen target directory.
99-
100-
Codex:
101-
102-
```bash
103-
find .codex/skills -maxdepth 1 -mindepth 1 -type d -name 'mcf-*' -exec rm -rf {} +
104-
```
105-
106-
Claude Code:
107-
108-
```bash
109-
find .claude/skills -maxdepth 1 -mindepth 1 -type d -name 'mcf-*' -exec rm -rf {} +
110-
```
111-
112-
Optional verification:
113-
114-
```bash
115-
find .codex/skills .claude/skills -maxdepth 1 -mindepth 1 -type d -name 'mcf-*' 2>/dev/null
116-
```
117-
118-
The result should be empty.
119-
12095
For each selected skill:
12196

12297
1. Open the skill entry on the Skills page.
@@ -126,7 +101,7 @@ For each selected skill:
126101

127102
This keeps install deterministic without requiring manifests or archives.
128103

129-
### 4.1 Recommended .NET Bundle
104+
### 4.0 Recommended .NET Bundle
130105

131106
For a .NET repository, the usual baseline is:
132107

@@ -165,7 +140,7 @@ Add tool-specific .NET skills only when the repo standardizes on them:
165140
- Generated during site build from current `mcaf-dotnet-*` folders in `skills/`.
166141
<!-- MCAF:DOTNET-OPTIONAL-SKILLS-END -->
167142

168-
### 4.2 Current Skill Catalog (Generated)
143+
### 4.1 Current Skill Catalog (Generated)
169144

170145
The website build generates this list from the actual folders under `skills/`.
171146

@@ -247,7 +222,6 @@ The bootstrap is complete when:
247222

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

docs/templates/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If the stack is `.NET`, document skill-management rules explicitly:
109109
- `mcaf-dotnet` is the entry skill and routes to specialized `.NET` skills.
110110
- Keep exactly one framework skill: `mcaf-dotnet-xunit` or `mcaf-dotnet-tunit` or `mcaf-dotnet-mstest`.
111111
- Add tool-specific `.NET` skills only when the repository actually uses those tools in CI or local verification.
112-
- Legacy `mcf-*` skills are forbidden. Remove old `mcf-*` folders and keep only `mcaf-*` skills in agent skill directories.
112+
- Keep only `mcaf-*` skills in agent skill directories.
113113
- When upgrading skills, recheck `build`, `test`, `format`, `analyze`, and `coverage` commands against the repo toolchain.
114114

115115
## Rules to Follow (Mandatory)

0 commit comments

Comments
 (0)