Skip to content

docs(help): put Prime Claude for NLP++ first in the LLM Prompts list - #206

Merged
ddehilster merged 1 commit into
VisualText:mainfrom
ddehilster:docs/prompt-order-prime-claude-first
Aug 8, 2026
Merged

docs(help): put Prime Claude for NLP++ first in the LLM Prompts list#206
ddehilster merged 1 commit into
VisualText:mainfrom
ddehilster:docs/prompt-order-prime-claude-first

Conversation

@ddehilster

Copy link
Copy Markdown
Member

What

Moves Prime Claude for NLP++ to the first position in the Help view's LLM Prompts list.

The tree lists Help/markdown/vscode/prompts/*.md in filename order, so the position is the numeric prefix:

filewas
00-prime-claude.md02-
01-general-pointers.md00-
02-chemical-formulas.md01-

03-more-text-files.md, 04-dictionaries-kbs.md and 05-missing-words.md are untouched, so the rest of the list keeps its order.

Why

Prime Claude is the prompt you are supposed to paste first — every other prompt in the library assumes Claude has already been primed with it — but it sat third. It also matters beyond the list order: the Help toolbar button and the Quick Start link both open whichever prompt sorts first, so they were handing people the overview page instead of the priming prompt.

Also in this PR

  • Links in vscode/home.md and vscode/quickstart.md updated to the new filenames.
  • 01-general-pointers.md: its numbered guide to the library is reordered so Prime Claude is VISUALTEXT-FILES-001 Initial commit #1, matching what the tree now shows, and its links follow the renames. Its desc: hover no longer says "Start here", since it is no longer the first entry.
  • Help/check-help-docs.ps1 reports 0 broken links and 0 table/index drift.

No extension code changes — the ordering is entirely data.

The Help view lists the prompt library in filename order, and the toolbar
button opens whichever prompt sorts first. Prime Claude for NLP++ is the
one you are meant to paste before anything else, but it sat third behind
the overview page and the chemical-formulas walkthrough.
Renumber so it leads:
00-prime-claude.md (was 02)
01-general-pointers.md (was 00)
02-chemical-formulas.md (was 01)
03-05 keep their numbers, so the rest of the list is unchanged. Links in
home.md, quickstart.md, and the general-pointers page follow the renames,
and the numbered guide in general-pointers is reordered to match what the
tree now shows.
@ddehilster
ddehilster merged commit 2813acd into VisualText:mainAug 8, 2026
1 check passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ddehilster