Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.82 KB

File metadata and controls

43 lines (32 loc) · 1.82 KB

Documentation Directory

This directory contains the complete project documentation for the AI News Scraper project.

📚 Documentation Index

Core Documents

Configuration Templates

🎯 Quick Start

For TaskMaster AI Integration

Use TASKMASTER_GUIDE.md - This is the complete, authoritative reference for:

  • MCP tool configurations for VS Code, Cursor, and other IDEs
  • Complete API reference for all TaskMaster tools
  • Development workflow patterns
  • CLI command mappings
  • Troubleshooting guide

For Project Understanding

  1. Start with PRD.md for project requirements
  2. Review TASK_MANAGEMENT.md for current task status
  3. Use TASKMASTER_GUIDE.md for development workflow

🔧 IDE Setup

Copy MCP Configuration

  1. Copy mcp-config-template.json content
  2. Paste into your IDE's MCP configuration:
    • VS Code: .vscode/mcp.json
    • Cursor: .cursor/mcp.json
    • Other IDEs: Follow IDE-specific MCP setup
  3. Replace API_KEY_HERE placeholders with your actual API keys
  4. Refer to TASKMASTER_GUIDE.md for detailed setup instructions

⚠️ Important: TASKMASTER_GUIDE.md is maintained as the single source of truth for TaskMaster integration across all development environments. Always refer to this document for the most up-to-date information.