AI Agents SDE Task Viewer
      • Prompt
    • Workflow Summary
Sample data — backend offline
  1. Home
  2. PS-309
  3. input
  4. prompt.md
Using sample data — backend API not available
prompt.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.

PlanReview