# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Docs Skip List
#
# Features and commits listed here are excluded from the
# nemoclaw-contributor-update-docs skill. The skill reads this file
# before mapping commits to doc pages and silently skips any match.
#
# Use this when a feature is merged but not ready for public docs
# (experimental, under UX review, pending approval, etc.).
#
# Format
# ------
# skip-features:   substring matches against commit messages and
#                   changed file paths. Any commit whose message or
#                   diff file list contains a listed string is skipped.
#
# skip-terms:      terms that must never appear in generated docs,
#                   even if the commit itself is not skipped. The skill
#                   checks drafted content against this list before
#                   writing. Use for names, flags, or concepts that
#                   are not ready for public mention.
#
# Lines starting with '#' are comments. Inline comments after a value
# are supported (everything after ' # ' is ignored).
#
# Remember to remove entries once the feature is ready for docs.

skip-features:
  - "openclaw-sandbox-permissive.yaml"   # permissive policy file, experimental
  - "config-show"                        # plugin config-show command, experimental

skip-terms:
  - "permissive mode"                    # do not reference this concept in docs
  - "config rotate-token"                # experimental config command, not advertised
  - "rotate-token"                       # experimental config command, not advertised
