[PR #2958] [MERGED] chore: standardize prebuilt terminology and add vale linting #3040

Closed
opened 2026-06-05 18:20:54 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2958
Author: @npentrel
Created: 3/6/2026
Status: Merged
Merged: 3/9/2026
Merged by: @npentrel

Base: mainHead: open-swe/b1dc3811-7695-a6d3-0b98-c0b4232ab7b5


📝 Commits (10+)

  • f7f9698 Standardize "pre-built" → "prebuilt" across all docs and add Vale prose linting to enforce terminology consistency.
  • 32f6816 Add more linting
  • 5c89298 Apply suggestion from @npentrel
  • 7efbefc Apply suggestions from code review
  • d3b2394 Apply suggestions from code review
  • acc2ea0 Apply suggestion from @npentrel
  • 5f8507f Apply suggestion from @npentrel
  • eb5a2c5 Apply suggestion from @npentrel
  • 932b03d Apply suggestion from @npentrel
  • b3e620f Apply suggestions from code review

📊 Changes

242 files changed (+4888 additions, -403 deletions)

View changed files

.github/vale/styles/LangChain/Accessibility.yml (+27 -0)
.github/vale/styles/LangChain/Adverbs.yml (+9 -0)
.github/vale/styles/LangChain/Antecedents.yml (+12 -0)
.github/vale/styles/LangChain/AvoidFirstPerson.yml (+23 -0)
.github/vale/styles/LangChain/AvoidFutureTense.yml (+11 -0)
.github/vale/styles/LangChain/AvoidObscure.yml (+20 -0)
.github/vale/styles/LangChain/AvoidPastTense.yml (+178 -0)
.github/vale/styles/LangChain/AvoidSubjunctive.yml (+11 -0)
.github/vale/styles/LangChain/But.yml (+10 -0)
.github/vale/styles/LangChain/CommaNonRestrictiveClause.yml (+8 -0)
.github/vale/styles/LangChain/CommaOxford.yml (+10 -0)
.github/vale/styles/LangChain/CommaQuotation.yml (+11 -0)
.github/vale/styles/LangChain/CommaRestrictiveClause.yml (+8 -0)
.github/vale/styles/LangChain/ConciseTerms.yml (+91 -0)
.github/vale/styles/LangChain/Dashes.yml (+14 -0)
.github/vale/styles/LangChain/DashesSpaces.yml (+15 -0)
.github/vale/styles/LangChain/GenderBias.yml (+48 -0)
.github/vale/styles/LangChain/Girls.yml (+7 -0)
.github/vale/styles/LangChain/GlobalAudienceIdioms.yml (+23 -0)
.github/vale/styles/LangChain/GlobalAudienceJargon.yml (+29 -0)

...and 80 more files

📄 Description

This PR adds vale to standardize pre-built to prebuilt and add other linting rules that I think are fairly standard


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2958 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 3/6/2026 **Status:** ✅ Merged **Merged:** 3/9/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `open-swe/b1dc3811-7695-a6d3-0b98-c0b4232ab7b5` --- ### 📝 Commits (10+) - [`f7f9698`](https://github.com/langchain-ai/docs/commit/f7f96980149da4c36bbc0bec924893ea277686d9) Standardize "pre-built" → "prebuilt" across all docs and add Vale prose linting to enforce terminology consistency. - [`32f6816`](https://github.com/langchain-ai/docs/commit/32f68165cafa47c95e1b3ef98f2d4b3d7c784c37) Add more linting - [`5c89298`](https://github.com/langchain-ai/docs/commit/5c89298c1a75675ae0a5d2b6cbd415a8d1f1a8ae) Apply suggestion from @npentrel - [`7efbefc`](https://github.com/langchain-ai/docs/commit/7efbefcb92aa3ebc47f088947198e9d3df1e3b7c) Apply suggestions from code review - [`d3b2394`](https://github.com/langchain-ai/docs/commit/d3b23948b282cdfbad6334037727bca529f8e976) Apply suggestions from code review - [`acc2ea0`](https://github.com/langchain-ai/docs/commit/acc2ea095c991fc0899c79c0b6cae50afd4fc613) Apply suggestion from @npentrel - [`5f8507f`](https://github.com/langchain-ai/docs/commit/5f8507fca683094961e5b83f90a711fe33532d06) Apply suggestion from @npentrel - [`eb5a2c5`](https://github.com/langchain-ai/docs/commit/eb5a2c5423637ac3bfac44d20d4e742d4e33ee73) Apply suggestion from @npentrel - [`932b03d`](https://github.com/langchain-ai/docs/commit/932b03d1d33eedb1fb8fbb6bbcf99e09e7db5074) Apply suggestion from @npentrel - [`b3e620f`](https://github.com/langchain-ai/docs/commit/b3e620fb75c7ed2f94e887f73205011533448fd0) Apply suggestions from code review ### 📊 Changes **242 files changed** (+4888 additions, -403 deletions) <details> <summary>View changed files</summary> ➕ `.github/vale/styles/LangChain/Accessibility.yml` (+27 -0) ➕ `.github/vale/styles/LangChain/Adverbs.yml` (+9 -0) ➕ `.github/vale/styles/LangChain/Antecedents.yml` (+12 -0) ➕ `.github/vale/styles/LangChain/AvoidFirstPerson.yml` (+23 -0) ➕ `.github/vale/styles/LangChain/AvoidFutureTense.yml` (+11 -0) ➕ `.github/vale/styles/LangChain/AvoidObscure.yml` (+20 -0) ➕ `.github/vale/styles/LangChain/AvoidPastTense.yml` (+178 -0) ➕ `.github/vale/styles/LangChain/AvoidSubjunctive.yml` (+11 -0) ➕ `.github/vale/styles/LangChain/But.yml` (+10 -0) ➕ `.github/vale/styles/LangChain/CommaNonRestrictiveClause.yml` (+8 -0) ➕ `.github/vale/styles/LangChain/CommaOxford.yml` (+10 -0) ➕ `.github/vale/styles/LangChain/CommaQuotation.yml` (+11 -0) ➕ `.github/vale/styles/LangChain/CommaRestrictiveClause.yml` (+8 -0) ➕ `.github/vale/styles/LangChain/ConciseTerms.yml` (+91 -0) ➕ `.github/vale/styles/LangChain/Dashes.yml` (+14 -0) ➕ `.github/vale/styles/LangChain/DashesSpaces.yml` (+15 -0) ➕ `.github/vale/styles/LangChain/GenderBias.yml` (+48 -0) ➕ `.github/vale/styles/LangChain/Girls.yml` (+7 -0) ➕ `.github/vale/styles/LangChain/GlobalAudienceIdioms.yml` (+23 -0) ➕ `.github/vale/styles/LangChain/GlobalAudienceJargon.yml` (+29 -0) _...and 80 more files_ </details> ### 📄 Description This PR adds vale to standardize pre-built to prebuilt and add other linting rules that I think are fairly standard --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:20:54 -04:00
yindo closed this issue 2026-06-05 18:20:54 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3040