You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update design documents to reflect project name change from PeerChat Secure to PeerChat
docs: Modify implementation plan to align with project name change and update file paths
docs: Revise project state snapshot to reflect name change and recent updates
docs: Update requirements document to reflect project name change
docs: Revise system architecture document to reflect project name change
chore: Update pubspec.lock with new dependencies and versions
chore: Update pubspec.yaml to reflect version bump and new dependencies
test: Update widget test to reflect project name change
fix: Update ADB path error message in smoke test script
feat: Enhance website content to include file sharing features and project name change
Copy file name to clipboardExpand all lines: .kiro/specs/mesh-routing/design.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
This design specifies a message store-and-forward system with mesh routing capabilities for PeerChat Secure. The system enables multi-hop message delivery through intermediate peers, allowing communication beyond direct connectivity range in disaster scenarios where traditional infrastructure is unavailable.
5
+
This design specifies a message store-and-forward system with mesh routing capabilities for PeerChat. The system enables multi-hop message delivery through intermediate peers, allowing communication beyond direct connectivity range in disaster scenarios where traditional infrastructure is unavailable.
6
6
7
7
The design integrates with the existing Flutter application architecture, leveraging:
8
8
-**libsodium (sodium package)** for cryptographic operations (signing, encryption)
@@ -1076,3 +1076,4 @@ A property is a characteristic or behavior that should hold true across all vali
Copy file name to clipboardExpand all lines: .kiro/specs/mesh-routing/requirements.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Introduction
4
4
5
-
This document specifies requirements for a message store-and-forward system with mesh routing capabilities for PeerChat Secure, an offline-first disaster communication Flutter application. The system enables messages to travel through multiple devices to reach destinations beyond direct connectivity range, which is critical for disaster scenarios where people are spread out and traditional communication infrastructure is unavailable.
5
+
This document specifies requirements for a message store-and-forward system with mesh routing capabilities for PeerChat, an offline-first disaster communication Flutter application. The system enables messages to travel through multiple devices to reach destinations beyond direct connectivity range, which is critical for disaster scenarios where people are spread out and traditional communication infrastructure is unavailable.
6
6
7
7
## Glossary
8
8
@@ -217,3 +217,4 @@ This document specifies requirements for a message store-and-forward system with
217
217
3. WHEN a malformed message is received, THE Mesh_Router SHALL discard it and log the error
218
218
4. WHEN storage operations fail, THE Mesh_Router SHALL notify the application layer
219
219
5. WHEN cryptographic operations fail, THE Mesh_Router SHALL discard the message and log the error
0 commit comments