refactor(docs): standardize warning messages and update documentation formatting

- Replaced "⚠️ ISSUE" with "Warning: ISSUE" for consistency across dependency architecture documentation.
- Removed checkmarks from completed items in various documents to maintain uniformity in status representation.
- Enhanced clarity by ensuring all sections follow a consistent formatting style.

Benefits:
- Improves readability and consistency in documentation, making it easier for contributors to understand the project's status and issues.
- Aligns with the overall documentation style, fostering a more professional appearance across all documents.
This commit is contained in:
scawful
2025-10-15 17:03:57 -04:00
parent 7ee8f90574
commit 8845bf737c
20 changed files with 767 additions and 709 deletions

View File

@@ -380,7 +380,7 @@ absl::Status HandleResourceListCommand(
Priority order for refactoring (based on duplication level):
1. **High Priority** (Heavy duplication):
1. **High Priority** (Heavy duplication):
- `HandleResourceListCommand` - Example provided ✓
- `HandleResourceSearchCommand` - Example provided ✓
- `HandleDungeonDescribeRoomCommand` - 80 lines → ~35 lines
@@ -484,11 +484,11 @@ TEST(ResourceListCommandTest, ListsDungeons) {
### Immediate (Current PR)
1. Create abstraction layer (CommandContext, ArgumentParser, OutputFormatter)
2. Add CommandHandler base class
3. Provide refactored examples
4. Update build system
5. Document architecture
1. Create abstraction layer (CommandContext, ArgumentParser, OutputFormatter)
2. Add CommandHandler base class
3. Provide refactored examples
4. Update build system
5. Document architecture
### Phase 2 (Next PR)