Skip to content

docs(public): add comment-based help to folder and config functions#74

Merged
HeyItsGilbert merged 1 commit into
mainfrom
worktree-fizzy-wiggling-snowflake
May 14, 2026
Merged

docs(public): add comment-based help to folder and config functions#74
HeyItsGilbert merged 1 commit into
mainfrom
worktree-fizzy-wiggling-snowflake

Conversation

@HeyItsGilbert
Copy link
Copy Markdown
Owner

Fixes #40.

Adds .SYNOPSIS, .DESCRIPTION, .OUTPUTS, .EXAMPLE, and .NOTES comment-based help blocks to the three public functions that had none:

  • Get-FeatureFlagFolder — documents the return value and the first-run auto-create/persist side effect
  • Get-PropertySetFolder — same treatment as above
  • Import-GatekeeperConfig — documents the multi-level precedence loading, the module-scope cache, -ForceReload, and the $script:GatekeeperLogging population

No logic was changed. All 370 tests pass.

…opertySetFolder, Import-GatekeeperConfig

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@HeyItsGilbert HeyItsGilbert merged commit 7000459 into main May 14, 2026
5 checks passed
@HeyItsGilbert HeyItsGilbert deleted the worktree-fizzy-wiggling-snowflake branch May 14, 2026 00:24
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.

docs: add comment-based help to Get-FeatureFlagFolder, Get-PropertySetFolder, Import-GatekeeperConfig

1 participant