Skip to content

Commit dd587b7

Browse files
johnlindquistclaude
andcommitted
docs: graduate install instructions for the 3.0.0 release
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent f7ebb68 commit dd587b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git diff | explain.md # Pipe through any command
1010

1111
---
1212

13-
## New in v3 (prerelease on the `next` tag)
13+
## New in v3
1414

1515
**Markdown agents that evolve.** One file per agent. Any engine. Evals that
1616
prove behavior. Every run makes them better.

skills/mdflow/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ the user. Dry runs are free.
2929
## Step 0: is mdflow installed? (free)
3030

3131
```bash
32-
command -v md || npm i -g mdflow@next # v3 prerelease; drop @next once 3.0 ships
32+
command -v md || npm i -g mdflow
3333
```
3434

3535
## The roster convention

0 commit comments

Comments
 (0)