docs: add WUMING_DRY_RUN, WUMING_VERBOSE, WUMING_SUMMARY_COMMENT to reference and guides #45
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Configuration & UX features shipped in #44 (WUMING_DRY_RUN, WUMING_VERBOSE, WUMING_SUMMARY_COMMENT) are not reflected in the docs/ folder. The configuration reference is missing all three variables, and neither getting-started guide mentions dry-run or verbose debugging. A stale agent list in the Woodpecker guide is also present.
Findings:
docs/reference/configuration.md— missingWUMING_DRY_RUN,WUMING_VERBOSE,WUMING_SUMMARY_COMMENT, andWUMING_MAX_FILE_LINES(also absent, added in an earlier phase).docs/getting-started/deploying-on-woodpecker.md— no debugging/dry-run section; agent list stale (missingperformanceandtests).docs/getting-started/deploying-on-forgejo-actions.md— no debugging/dry-run section.Plan:
## Debuggingsection to the configuration reference coveringWUMING_DRY_RUN,WUMING_VERBOSE, andWUMING_SUMMARY_COMMENT. Also add the missingWUMING_MAX_FILE_LINESto the Tuning table.## Debugging and dry runssection to the Woodpecker guide with usage examples forWUMING_DRY_RUNandWUMING_VERBOSE. Fix the stale agent list.