Skip to content

Commit ff277dd

Browse files
MajorTalclaude
andcommitted
Add llms-cli.txt update step to /publish skill
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 171af01 commit ff277dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.claude/commands/publish.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Stage all three files and commit: `git add package.json cli/package.json package
3535
1. `git push` to push the version bump commit.
3636
2. Create a git tag: `git tag v<new_version> && git push --tags`
3737
3. Create a GitHub release from the tag using `gh release create v<new_version> --generate-notes`. This auto-generates release notes from commits since the last release.
38-
4. Print a summary of what was published, including the new version and npm URLs:
38+
4. **Update `llms-cli.txt` in the run402 repo.** The CLI documentation lives in a separate repo at `~/dev/run402/site/llms-cli.txt`. If any CLI commands, manifest fields, or user-facing behavior changed since the last release, update that file to match, then commit and push the run402 repo.
39+
5. Print a summary of what was published, including the new version and npm URLs:
3940
- https://www.npmjs.com/package/run402-mcp
4041
- https://www.npmjs.com/package/run402

0 commit comments

Comments
 (0)