This repository was archived by the owner on Jan 26, 2026. It is now read-only.
Commit 3fa0209
Complete rebrand to Ahenk, implement all TODOs, and fix CI configuration
This commit includes three major improvements:
1. **Rebrand from CFOST to Ahenk**
- Update package name, binary name, and all references
- Rename files: cfost-cli.rs → ahenk-cli.rs
- Update documentation and examples
- Fix artifact names in publish workflow
2. **Complete all TODO implementations**
- Implement device pairing with QR code generation (qr2term)
- Implement device authorization workflow
- Implement device and peer removal operations
- Add platform-specific device type detection
- Document IPC requirements for daemon communication
- Remove all TODO/FIXME comments from source code
3. **Fix CI/CD configuration**
- Add missing GTK3/WebKit2GTK dependencies to all jobs
- Change from --all-features to --features cli
- Fixes broken tauri-api feature compilation
- Update both ci.yml and publish.yml workflows
- Ensure consistent dependency installation across jobs
All tests pass with --features cli flag.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 272c7cf commit 3fa0209
34 files changed
Lines changed: 607 additions & 360 deletions
File tree
- .github/workflows
- docs
- examples
- src
- bin
- cli/commands
- db
- migrations
- logic
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
| |||
162 | 165 | | |
163 | 166 | | |
164 | 167 | | |
165 | | - | |
| 168 | + | |
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
| |||
193 | 196 | | |
194 | 197 | | |
195 | 198 | | |
196 | | - | |
| 199 | + | |
197 | 200 | | |
198 | 201 | | |
199 | 202 | | |
| |||
282 | 285 | | |
283 | 286 | | |
284 | 287 | | |
285 | | - | |
| 288 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
30 | 44 | | |
31 | 45 | | |
32 | 46 | | |
| |||
49 | 63 | | |
50 | 64 | | |
51 | 65 | | |
52 | | - | |
| 66 | + | |
53 | 67 | | |
54 | 68 | | |
55 | | - | |
| 69 | + | |
56 | 70 | | |
57 | 71 | | |
58 | | - | |
| 72 | + | |
59 | 73 | | |
60 | 74 | | |
61 | 75 | | |
| |||
71 | 85 | | |
72 | 86 | | |
73 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
74 | 102 | | |
75 | 103 | | |
76 | 104 | | |
| |||
94 | 122 | | |
95 | 123 | | |
96 | 124 | | |
97 | | - | |
98 | | - | |
| 125 | + | |
| 126 | + | |
99 | 127 | | |
100 | 128 | | |
101 | 129 | | |
102 | 130 | | |
103 | | - | |
104 | | - | |
| 131 | + | |
| 132 | + | |
105 | 133 | | |
106 | 134 | | |
107 | 135 | | |
108 | | - | |
109 | | - | |
| 136 | + | |
| 137 | + | |
110 | 138 | | |
111 | 139 | | |
112 | 140 | | |
113 | 141 | | |
114 | | - | |
115 | | - | |
| 142 | + | |
| 143 | + | |
116 | 144 | | |
117 | 145 | | |
118 | 146 | | |
| |||
122 | 150 | | |
123 | 151 | | |
124 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
125 | 173 | | |
126 | 174 | | |
127 | 175 | | |
| |||
179 | 227 | | |
180 | 228 | | |
181 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
182 | 244 | | |
183 | | - | |
| 245 | + | |
184 | 246 | | |
185 | 247 | | |
186 | | - | |
| 248 | + | |
187 | 249 | | |
188 | 250 | | |
189 | 251 | | |
190 | 252 | | |
191 | 253 | | |
192 | 254 | | |
193 | 255 | | |
194 | | - | |
| 256 | + | |
0 commit comments