#!/usr/bin/env node
/**
 * Ano CLI
 *
 * Command-line interface for managing annotations.
 *
 * Usage:
 *   ano annotate <file>:<line> "comment"   Add an annotation
 *   ano list [file]                        List annotations
 *   ano resolve <id>                       Mark as resolved
 *   ano approve <file>                     Approve a file
 */
export {};
