Skip to content

docs: fix CustomLLMFile.includeUnmatchedLast JSDoc default - #62

Merged
rachfop merged 1 commit into
mainfrom
fix/customllmfile-unmatched-default-jsdoc
Sep 1, 2026
Merged

rachfop merged 1 commit into
mainfrom
fix/customllmfile-unmatched-default-jsdoc

Conversation

@rachfop

@rachfop rachfop commented Jul 23, 2026

Copy link
Copy Markdown
Owner

The JSDoc for CustomLLMFile.includeUnmatchedLast in src/types.ts said (default: false), but the runtime default is true:

  • src/generator.ts applies customFile.includeUnmatchedLast ?? true.
  • CHANGELOG.md (0.4.5) documents the deliberate switch to true, so includePatterns-selected docs aren't dropped when orderPatterns doesn't list them.
  • The top-level includeUnmatchedLast JSDoc already correctly says true.

Comment-only change, no runtime behavior change. Surfaced while splitting the README into docs/ (#61).

…true)

The runtime default is true (generator.ts uses `?? true`, and CHANGELOG 0.4.5
documents the switch to true). Only the JSDoc still said false.
@rachfop
rachfop marked this pull request as ready for review September 1, 2026 05:00
@rachfop
rachfop merged commit 3cc7e31 into main Sep 1, 2026
Sign up for free to 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