Commit 12b328a
chore(docs): remove false-positive TODOs from example documentation (#52)
## Summary
Removes `TODO:` prefixes from example documentation to prevent the
weekly maintenance workflow from flagging them as action items.
## Problem
Fixes #51
The weekly maintenance report flagged 3 TODOs in
`documentation-patterns.md`, but these were actually part of an example
command specification template showing what a "FUTURE IMPROVEMENTS"
section might look like—not real action items for the codebase.
## Solution
Removed the `TODO:` prefixes while preserving the FUTURE IMPROVEMENTS
section content. This maintains the documentation's purpose (showing a
pattern) without triggering false positives in maintenance scans.
### Alternatives Considered
1. **Create issues for the features** - Not appropriate since these are
hypothetical examples, not planned features
2. **Exclude the file from TODO scanning** - Would be overly broad and
might miss real TODOs
3. **Change to "Planned:" prefix** - Simpler to just remove the prefix
entirely
## Changes
-
`plugins/plugin-dev/skills/command-development/references/documentation-patterns.md`:
Removed `TODO:` prefixes from 3 example items
## Testing
- [x] Verified no TODOs remain in the file
- [x] Linting passes
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 254b168 commit 12b328a
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
591 | | - | |
592 | | - | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| |||
0 commit comments