Skip to content

Commit 0161366

Browse files
committed
docs: clean up repository and update documentation
- Remove QWEN.md (unnecessary AI context file) - Update README.md to reflect actual features (4 tabs, removed fake Intelligence/Timeline) - Fix package.json repository URL to correct GitHub URL
1 parent c53ffbe commit 0161366

3 files changed

Lines changed: 8 additions & 250 deletions

File tree

QWEN.md

Lines changed: 0 additions & 240 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,26 +75,24 @@ npm run tauri build
7575

7676
## Features
7777

78-
### 🔍 For Beginners
78+
### For Beginners
7979

8080
- **Essentials View** - Get instant packet summaries without deep protocol knowledge
8181
- **Natural Language Narrative** - Automatic plain-English explanation of each packet
8282
- **Smart Payload Detection** - Auto-detects and formats JSON, JWT, and text payloads
8383

84-
### 📊 For Professionals
84+
### For Professionals
8585

8686
- **Protocol Tree** - Full RFC-compliant packet dissection
8787
- **Hex View** - Raw byte inspection with highlighting
88-
- **Intelligence Panel** - Risk scores, entropy analysis, JA3 fingerprints
89-
- **Timeline View** - Temporal analysis of network flows
88+
- **Artifacts Export** - Export individual packets and artifacts (PDF, JPG, PNG)
89+
- **Follow Stream** - Reassembled TCP/UDP stream view
90+
- **Statistics Panel** - Traffic rate charts, protocol distribution, top talkers
9091

91-
### 🎨 Design Philosophy
92+
### Design Philosophy
9293

9394
- **Warm Minimalism** - Designed to reduce eye strain during long sessions
94-
- **Keyboard Shortcuts** - Power user efficiency
95-
- `Ctrl+F` - Focus filter
96-
- `Ctrl+E` - Toggle statistics
97-
- `Escape` - Clear selection
95+
- **Theme Toggle** - Light/dark mode support
9896

9997
---
10098

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "AuraCap Team",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/user/auracap.git"
9+
"url": "https://github.com/pallab-js/r-wire.git"
1010
},
1111
"scripts": {
1212
"dev": "vite dev",

0 commit comments

Comments
 (0)