From fa83a21e48b94bb0a9eed22f40d9bc9c8ce2db5c Mon Sep 17 00:00:00 2001 From: Steve Nims Date: Mon, 8 Dec 2025 05:16:34 -0500 Subject: [PATCH] chore(docs): remove TODO prefixes from example documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The weekly maintenance workflow flagged TODOs in documentation-patterns.md as action items, but they were actually part of an example command specification template. Removed the "TODO:" prefixes while preserving the FUTURE IMPROVEMENTS section content to prevent false positives. Fixes #51 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../references/documentation-patterns.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/plugin-dev/skills/command-development/references/documentation-patterns.md b/plugins/plugin-dev/skills/command-development/references/documentation-patterns.md index ad1e99b..ac829c8 100644 --- a/plugins/plugin-dev/skills/command-development/references/documentation-patterns.md +++ b/plugins/plugin-dev/skills/command-development/references/documentation-patterns.md @@ -587,9 +587,9 @@ TESTING: - Manual test checklist: tests/manual-checklist.md FUTURE IMPROVEMENTS: - - TODO: Add support for TOML format - - TODO: Implement parallel processing - - TODO: Add progress bar for large files + - Add support for TOML format + - Implement parallel processing + - Add progress bar for large files RELATED FILES: - lib/parser.sh: Shared parsing logic