Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
45d5cb0
feat: Add v1.3.0 server support specification and Speckit workflow
InfantLab Oct 27, 2025
6f0f3c6
feat: Complete Phase 1-2 - Foundational infrastructure (T001-T009)
InfantLab Oct 27, 2025
42a31eb
feat: Phase 2 complete + T010/T014 (API tests & cancelJob)
InfantLab Oct 28, 2025
f280a17
feat: T015-T016 (useJobCancellation hook + JobCancelButton)
InfantLab Oct 28, 2025
12da6ff
feat: T017-T018 (integrate JobCancelButton into pages)
InfantLab Oct 28, 2025
39d9203
feat: T019-T020 + Phase 3 complete (Job Cancellation MVP)
InfantLab Oct 28, 2025
b67f986
test: T011-T013 complete - comprehensive tests for Job Cancellation MVP
InfantLab Oct 28, 2025
798050f
docs: Add Phase 3 test summary to tasks.md
InfantLab Oct 28, 2025
cbc1ef6
docs: Add task tracking workflow to AGENTS.md
InfantLab Oct 28, 2025
b6d80e9
test: T021-T022 - Config validation tests
InfantLab Oct 28, 2025
6fe710a
test: T023-T024 - Config validation component and integration tests
InfantLab Oct 28, 2025
945792d
feat: T027-T028 - Configuration validation hook and display panel
InfantLab Oct 28, 2025
839a1d7
feat: T029 - Integrate ConfigValidationPanel into CreateNewJob
InfantLab Oct 28, 2025
491a762
feat: T030 - Submit button state management with validation
InfantLab Oct 28, 2025
5c06761
feat: T031 - Warning confirmation dialog for job submission
InfantLab Oct 28, 2025
b4e99df
feat: T032 - Inline visual error indicators for JSON config editor
InfantLab Oct 28, 2025
956c525
test: T033-T035 - Phase 5 Enhanced Authentication test suite (TDD red…
InfantLab Oct 28, 2025
ee47ba0
feat: T036-T042 - Phase 5 Enhanced Authentication implementation
InfantLab Oct 28, 2025
8fe6c4f
feat: T040 - Token setup guide for first-time users
InfantLab Oct 28, 2025
c353b7b
docs: Phase 5 completion summary and Phase 8 deferral note
InfantLab Oct 28, 2025
7e0b2a8
test: T043-T045 - Add Phase 6 error handling tests (TDD red phase)
InfantLab Oct 28, 2025
91c6b7f
feat: T047-T049 - Implement ErrorDisplay component
InfantLab Oct 28, 2025
19028df
docs: Update tasks.md - Phase 6 progress (T043-T049 complete)
InfantLab Oct 28, 2025
5a1eece
feat: T050 - Integrate ErrorDisplay into all pages
InfantLab Oct 28, 2025
97b875f
style: Auto-format Phase 5 files (indentation cleanup)
InfantLab Oct 29, 2025
7fe7d25
feat: T051-T052 - Toast helpers and ErrorBoundary
InfantLab Oct 29, 2025
f0e2429
docs: Mark Phase 6 complete in tasks.md
InfantLab Oct 29, 2025
2c1ac32
test: T053-T055 - ServerDiagnostics test suite
InfantLab Oct 29, 2025
a1c099c
feat: T053-T065 - Complete Phase 7 Enhanced Diagnostics (US5)
InfantLab Oct 29, 2025
1906c39
docs: Mark Phase 7 complete in tasks.md
InfantLab Oct 29, 2025
6170fb9
docs: T076-T077 - Update CHANGELOG and API documentation for v0.5.0
InfantLab Oct 29, 2025
8ee277e
docs: T079 - Update README.md to v0.5.0
InfantLab Oct 29, 2025
1c04d3b
docs: Mark Phase 9 complete - All phases done! 🎉
InfantLab Oct 29, 2025
399b8cd
feat: User-friendly CORS/connection error handling with server improv…
InfantLab Oct 29, 2025
22872e0
feat: US4 - Connection error handling with auto-configured CORS
InfantLab Oct 29, 2025
3f78135
docs: Update for VideoAnnotator v1.3.0 simplified CORS setup
InfantLab Oct 29, 2025
e922844
docs: T086 - Create comprehensive PR description
InfantLab Oct 29, 2025
352e3d6
docs: Phase 9 complete - Branch ready for PR! 🎉
InfantLab Oct 29, 2025
b211109
feat: Comprehensive authentication UX improvements for new users
InfantLab Oct 29, 2025
39522d3
feat: v0.4.0 - Job management, error display, and UX improvements
InfantLab Oct 30, 2025
a0066ac
fix: Remove noisy 401 error from token-info debug endpoint
InfantLab Oct 30, 2025
ba44901
docs: Update documentation for v0.4.0 improvements
InfantLab Oct 30, 2025
0df5273
feat: Add GPU monitoring, worker info, and pipeline UI improvements (…
InfantLab Oct 30, 2025
1f04b7c
feat: Smart polling with adaptive intervals and 'Last checked' indicator
InfantLab Oct 30, 2025
92edef4
fix: Defensive video field handling + double-click job navigation
InfantLab Oct 30, 2025
515e944
fix: Extract filename from video_path when video_filename missing
InfantLab Oct 30, 2025
8d1dfcf
docs: Document API quirks for server team (trailing slash, missing fi…
InfantLab Oct 30, 2025
66472a7
docs: Add commit message guidelines to AGENTS.md
InfantLab Oct 30, 2025
c8c0657
style: Clean up whitespace formatting in job pages
InfantLab Oct 30, 2025
8c2e317
Update src/test/integration/serverDiagnostics.test.tsx
InfantLab Oct 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VideoAnnotator API Configuration
VITE_API_BASE_URL=http://localhost:18011
VITE_API_TOKEN=dev-token
VITE_API_TOKEN=

# CORS Configuration
# Ensure the VideoAnnotator API is configured to allow requests from:
Expand Down
15 changes: 11 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# VideoAnnotator API Configuration
VITE_API_BASE_URL=http://localhost:18011
VITE_API_TOKEN=dev-token

# API Token (optional - leave empty for anonymous access)
# Valid formats:
# - API Key: VITE_API_TOKEN=va_xxxxxxxxxxxxxxxxxxxx
# - JWT Token: VITE_API_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
# - Anonymous: VITE_API_TOKEN= (empty or omit this line)
# If not set or invalid format, requests will be made without Authorization header
VITE_API_TOKEN=

# CORS Configuration
# Ensure the VideoAnnotator API is configured to allow requests from:
# http://localhost:19011 (development)
# Or your production domain
# VideoAnnotator v1.3.0+ automatically whitelists port 19011 (this app)
# Just run: uv run videoannotator
# For older versions or custom ports, see server documentation
30 changes: 30 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# video-annotation-viewer Development Guidelines

Auto-generated from all feature plans. Last updated: 2025-10-27

## Active Technologies

- TypeScript 5.x (strict mode) + React 18, Vite 5, Tailwind CSS, shadcn/ui, Zod (validation), React Router (001-server-v1-3-support)

## Project Structure

```text
backend/
frontend/
tests/
```

## Commands

npm test; npm run lint

## Code Style

TypeScript 5.x (strict mode): Follow standard conventions

## Recent Changes

- 001-server-v1-3-support: Added TypeScript 5.x (strict mode) + React 18, Vite 5, Tailwind CSS, shadcn/ui, Zod (validation), React Router

<!-- MANUAL ADDITIONS START -->
<!-- MANUAL ADDITIONS END -->
184 changes: 184 additions & 0 deletions .github/prompts/speckit.analyze.prompt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
---
description: Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
---

## User Input

```text
$ARGUMENTS
```

You **MUST** consider the user input before proceeding (if not empty).

## Goal

Identify inconsistencies, duplications, ambiguities, and underspecified items across the three core artifacts (`spec.md`, `plan.md`, `tasks.md`) before implementation. This command MUST run only after `/speckit.tasks` has successfully produced a complete `tasks.md`.

## Operating Constraints

**STRICTLY READ-ONLY**: Do **not** modify any files. Output a structured analysis report. Offer an optional remediation plan (user must explicitly approve before any follow-up editing commands would be invoked manually).

**Constitution Authority**: The project constitution (`.specify/memory/constitution.md`) is **non-negotiable** within this analysis scope. Constitution conflicts are automatically CRITICAL and require adjustment of the spec, plan, or tasks—not dilution, reinterpretation, or silent ignoring of the principle. If a principle itself needs to change, that must occur in a separate, explicit constitution update outside `/speckit.analyze`.

## Execution Steps

### 1. Initialize Analysis Context

Run `.specify/scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks` once from repo root and parse JSON for FEATURE_DIR and AVAILABLE_DOCS. Derive absolute paths:

- SPEC = FEATURE_DIR/spec.md
- PLAN = FEATURE_DIR/plan.md
- TASKS = FEATURE_DIR/tasks.md

Abort with an error message if any required file is missing (instruct the user to run missing prerequisite command).
For single quotes in args like "I'm Groot", use escape syntax: e.g 'I'\''m Groot' (or double-quote if possible: "I'm Groot").

### 2. Load Artifacts (Progressive Disclosure)

Load only the minimal necessary context from each artifact:

**From spec.md:**

- Overview/Context
- Functional Requirements
- Non-Functional Requirements
- User Stories
- Edge Cases (if present)

**From plan.md:**

- Architecture/stack choices
- Data Model references
- Phases
- Technical constraints

**From tasks.md:**

- Task IDs
- Descriptions
- Phase grouping
- Parallel markers [P]
- Referenced file paths

**From constitution:**

- Load `.specify/memory/constitution.md` for principle validation

### 3. Build Semantic Models

Create internal representations (do not include raw artifacts in output):

- **Requirements inventory**: Each functional + non-functional requirement with a stable key (derive slug based on imperative phrase; e.g., "User can upload file" → `user-can-upload-file`)
- **User story/action inventory**: Discrete user actions with acceptance criteria
- **Task coverage mapping**: Map each task to one or more requirements or stories (inference by keyword / explicit reference patterns like IDs or key phrases)
- **Constitution rule set**: Extract principle names and MUST/SHOULD normative statements

### 4. Detection Passes (Token-Efficient Analysis)

Focus on high-signal findings. Limit to 50 findings total; aggregate remainder in overflow summary.

#### A. Duplication Detection

- Identify near-duplicate requirements
- Mark lower-quality phrasing for consolidation

#### B. Ambiguity Detection

- Flag vague adjectives (fast, scalable, secure, intuitive, robust) lacking measurable criteria
- Flag unresolved placeholders (TODO, TKTK, ???, `<placeholder>`, etc.)

#### C. Underspecification

- Requirements with verbs but missing object or measurable outcome
- User stories missing acceptance criteria alignment
- Tasks referencing files or components not defined in spec/plan

#### D. Constitution Alignment

- Any requirement or plan element conflicting with a MUST principle
- Missing mandated sections or quality gates from constitution

#### E. Coverage Gaps

- Requirements with zero associated tasks
- Tasks with no mapped requirement/story
- Non-functional requirements not reflected in tasks (e.g., performance, security)

#### F. Inconsistency

- Terminology drift (same concept named differently across files)
- Data entities referenced in plan but absent in spec (or vice versa)
- Task ordering contradictions (e.g., integration tasks before foundational setup tasks without dependency note)
- Conflicting requirements (e.g., one requires Next.js while other specifies Vue)

### 5. Severity Assignment

Use this heuristic to prioritize findings:

- **CRITICAL**: Violates constitution MUST, missing core spec artifact, or requirement with zero coverage that blocks baseline functionality
- **HIGH**: Duplicate or conflicting requirement, ambiguous security/performance attribute, untestable acceptance criterion
- **MEDIUM**: Terminology drift, missing non-functional task coverage, underspecified edge case
- **LOW**: Style/wording improvements, minor redundancy not affecting execution order

### 6. Produce Compact Analysis Report

Output a Markdown report (no file writes) with the following structure:

## Specification Analysis Report

| ID | Category | Severity | Location(s) | Summary | Recommendation |
|----|----------|----------|-------------|---------|----------------|
| A1 | Duplication | HIGH | spec.md:L120-134 | Two similar requirements ... | Merge phrasing; keep clearer version |

(Add one row per finding; generate stable IDs prefixed by category initial.)

**Coverage Summary Table:**

| Requirement Key | Has Task? | Task IDs | Notes |
|-----------------|-----------|----------|-------|

**Constitution Alignment Issues:** (if any)

**Unmapped Tasks:** (if any)

**Metrics:**

- Total Requirements
- Total Tasks
- Coverage % (requirements with >=1 task)
- Ambiguity Count
- Duplication Count
- Critical Issues Count

### 7. Provide Next Actions

At end of report, output a concise Next Actions block:

- If CRITICAL issues exist: Recommend resolving before `/speckit.implement`
- If only LOW/MEDIUM: User may proceed, but provide improvement suggestions
- Provide explicit command suggestions: e.g., "Run /speckit.specify with refinement", "Run /speckit.plan to adjust architecture", "Manually edit tasks.md to add coverage for 'performance-metrics'"

### 8. Offer Remediation

Ask the user: "Would you like me to suggest concrete remediation edits for the top N issues?" (Do NOT apply them automatically.)

## Operating Principles

### Context Efficiency

- **Minimal high-signal tokens**: Focus on actionable findings, not exhaustive documentation
- **Progressive disclosure**: Load artifacts incrementally; don't dump all content into analysis
- **Token-efficient output**: Limit findings table to 50 rows; summarize overflow
- **Deterministic results**: Rerunning without changes should produce consistent IDs and counts

### Analysis Guidelines

- **NEVER modify files** (this is read-only analysis)
- **NEVER hallucinate missing sections** (if absent, report them accurately)
- **Prioritize constitution violations** (these are always CRITICAL)
- **Use examples over exhaustive rules** (cite specific instances, not generic patterns)
- **Report zero issues gracefully** (emit success report with coverage statistics)

## Context

$ARGUMENTS
Loading
Loading