Skip to content

Commit 41831c9

Browse files
33
1 parent 91fbf31 commit 41831c9

14 files changed

Lines changed: 2553 additions & 5 deletions

File tree

.kiro/specs/flight-hub/tasks.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@ Each task builds incrementally on previous work, with comprehensive testing and
581581

582582

583583

584+
585+
584586
- Create MSI (signed) and systemd user units
585587
- Implement udev rules and delta update system
586588
- Add rollback functionality and signature verification
@@ -597,7 +599,9 @@ Each task builds incrementally on previous work, with comprehensive testing and
597599
- _Requirements: REL-01_
598600

599601

600-
- [ ] 33.2 "What we touch" docs surfaced
602+
- [x] 33.2 "What we touch" docs surfaced
603+
604+
601605
- Create per-sim page listing files/ports/vars and revert steps
602606
- Link documentation from installer & UI with validation
603607
- Add doc checks that pass with resolving links

crates/flight-ui/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ repository.workspace = true
99

1010
[dependencies]
1111
flight-core = { path = "../flight-core" }
12+
thiserror = { workspace = true }
13+
14+
[dev-dependencies]
15+
tempfile = { workspace = true }

0 commit comments

Comments
 (0)