AI Agents SDE Task Viewer
  1. Home
  2. nested
  3. PS-312
  4. review
  5. review.md
Using sample data — backend API not available
review.md
  • Overview
  • Code Example

Sample Task Document#

This is a sample markdown document displayed when the backend API is not available.

Overview#

This task demonstrates the file viewer with:

  • Markdown rendering with syntax highlighting
  • Breadcrumb navigation for path tracking
  • Previous/Next file navigation

Code Example#

hljs language-typescript
const result = await scanTasks();
console.log(`Found ${result.totalTasks} tasks`);

Note: Connect the backend at localhost:3000 to view real task files.

Prompt