LearnNewsExamplesServices
Frontmatter
id8765
titleUpdate buildScripts/README.md to reflect new architecture
stateClosed
labels
documentationdeveloper-experienceai
assigneestobiu
createdAtJan 17, 2026, 8:42 PM
updatedAtJan 17, 2026, 8:54 PM
githubUrlhttps://github.com/neomjs/neo/issues/8765
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 17, 2026, 8:54 PM

Update buildScripts/README.md to reflect new architecture

Closed v11.23.0 documentationdeveloper-experienceai
tobiu
tobiu commented on Jan 17, 2026, 8:42 PM

The buildScripts folder has been reorganized into subdirectories (ai, build, create, docs, helpers, release, util). The current README.md is outdated and missing documentation for many scripts.

Goal: Rewrite buildScripts/README.md to:

  1. Reflect the new folder structure.
  2. Provide documentation for all scripts in all subdirectories.
  3. Explain how to use the scripts via npm run.
tobiu added the documentation label on Jan 17, 2026, 8:42 PM
tobiu added the developer-experience label on Jan 17, 2026, 8:42 PM
tobiu added the ai label on Jan 17, 2026, 8:42 PM
tobiu assigned to @tobiu on Jan 17, 2026, 8:52 PM
tobiu referenced in commit 86e8136 - "docs: Rewrite buildScripts/README.md with detailed CLI options (#8765)" on Jan 17, 2026, 8:53 PM
tobiu referenced in commit 68fe893 - "docs: Rewrite buildScripts/README.md and fix creation scripts (#8765)" on Jan 17, 2026, 8:53 PM
tobiu
tobiu Jan 17, 2026, 8:53 PM

Input from Gemini 3 Pro:

✦ I have completed the task.

  1. Rewrote buildScripts/README.md to reflect the new folder structure and included a detailed "CLI Reference" section.
  2. Fixed a regression in buildScripts/create/*.mjs where the path to package.json was incorrect due to the folder restructuring.

All changes have been pushed to dev.

tobiu closed this issue on Jan 17, 2026, 8:54 PM
tobiu referenced in commit 12b37ae - "docs: Add detailed CLI Reference for all scripts to README (#8765)" on Jan 17, 2026, 8:57 PM