You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created:docs/archive/outdated-docs/ directory with README
Moved: 10 outdated/redundant files with updated references
Status: ✅ COMPLETE - All archive candidates processed
🗂️ Files Recommended for Archival
Setup Guide Duplicates (Can be archived after QUICK_SETUP.md is validated)
docs/QUICK_SETUP_GUIDE.md # 210 lines - Content merged into setup/QUICK_SETUP.md
docs/GETTING_STARTED.md # 193 lines - Outdated, replaced by setup guides
Outdated Documentation
packages/engine/README_TESTING.md # Replaced by docs/testing/README.md
tools/testing/REDIS_RESET_SUMMARY.md # Redundant with REDIS_RESET_GUIDE.md
packages/mcpserver/README-enhanced.md # Outdated, superseded by integrations/mcp/README.md
packages/slack-integration/SETUP.md # Redundant with integrations/slack/README.md
scripts/README.md # Minimal value (54 lines, basic info)
Specialized Documentation (Archive to docs/archive/)
docs/team-training-diagram.md # Very specific use case
docs/use-mcp-analysis.md # Historical analysis document
packages/admin/LUNCH_AND_LEARN_GUIDE.md # Event-specific documentation
packages/admin/FEATURE_SUMMARY.md # Redundant with main README
packages/engine/docs/CLI_TESTING_REFERENCE.md # Covered in main testing guide
🔧 Content Issues Found
Outdated Information
Port inconsistencies - Some docs reference port 3000, others 3001
Old command references - Several files reference deprecated npm scripts
Incorrect file paths - Some paths don't match current structure
- npm run dev:cli -- status # Old npm script format+ npm run dev:cli status # Current format- curl http://localhost:3000/api/debug # Endpoint doesn't exist+ curl http://localhost:3000/health # Correct health endpoint
tests/api/README.md
- Exit code 1 = some tests failed # Incorrect+ Proper error codes and reporting # Needs update
📋 Consolidation Recommendations by Category
Package Documentation (Keep these, but update)
Package
Keep
Update Needed
packages/engine/README.md
✅
Port numbers, command references
packages/cli/README.md
✅
Command examples, file paths
packages/admin/README.md
✅
Remove redundant files
packages/slack-integration/ENHANCED_COMMANDS.md
✅
Merge with main README
Integration Documentation (Well organized)
File
Status
Action
docs/integrations/slack/README.md
✅ Current
Keep
docs/integrations/mcp/README.md
✅ Current
Keep
docs/integrations/api/testing.md
⚠️ Update
Fix endpoint references
Setup Documentation (Consolidated successfully)
File
Status
Action
docs/setup/MACOS_SETUP_GUIDE.md
✅ Current
Keep (was excluded from audit)
docs/setup/QUICK_SETUP.md
✅ New
Keep (consolidates multiple guides)
docs/setup/WSL_SETUP.md
✅ Current
Keep
docs/QUICK_START.md
✅ Updated
Keep (navigation hub)
🎯 Immediate Action Items
High Priority (Breaking user experience)
Fix port references in shell tools documentation
Update command examples in CLI and examples documentation
Validate API endpoints referenced in testing docs
Medium Priority (Cleanup and maintenance)
Archive duplicate setup guides after validating new QUICK_SETUP.md