2 Commits

  • feat: add /aside command (#407)
    * Introduces /aside — a mid-task side conversation command inspired by
      Claude Code's native /btw feature. Allows users to ask a question while
      Claude is actively working without losing task context or touching any files.
    
      Key behaviors:
      - Freezes current task state before answering (read-only during aside)
      - Delivers answers in a consistent ASIDE / Back to task format
      - Auto-resumes the active task after answering
      - Handles edge cases: no question given, answer reveals a blocker,
        question implies a task redirect, chained asides, ambiguous questions,
        and answers that suggest code changes without making them
    
    * Two documentation inconsistencies fixed:
    
    * Fixed 4 pre-existing lint errors in skills/videodb/ that were causing  CI to fail across all PR checks:  - api-reference.md: add blockquote continuation line to fix MD028  - capture-reference.md: wrap bare URL to fix MD034  - SKILL.md: wrap bare URL to fix MD034