Commit 159ce93
authored
Add status sorting, stale status, batch delete, and spec-driven display (#14)
* Add status sorting, stale status, batch delete, and status cache
* Derive status colors and sort order from spec instead of hardcoded values
* Update default status colors: open=green, in-progress=yellow, in-review=purple, closed=dimmed red
* Update hero demo with varied statuses and per-workspace drill-down
* Improve default status checks and update status spec docs
* Add tip admonition about AI-generated check commands to status spec docs
* Re-record all GIFs after rebase onto main
* Add tests for cache package (0% → 90.9% coverage)
* Add tests for agents, git, and ui packages1 parent 8626143 commit 159ce93
37 files changed
Lines changed: 790 additions & 116 deletions
File tree
- docs
- commands
- tapes
- specs
- internal
- agents
- cache
- cmd
- config
- git
- status
- ui
- workspace
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
169 | 186 | | |
170 | 187 | | |
171 | 188 | | |
172 | 189 | | |
173 | 190 | | |
| 191 | + | |
174 | 192 | | |
175 | 193 | | |
176 | 194 | | |
| |||
209 | 227 | | |
210 | 228 | | |
211 | 229 | | |
| 230 | + | |
212 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
213 | 236 | | |
214 | 237 | | |
| 238 | + | |
215 | 239 | | |
216 | 240 | | |
217 | 241 | | |
| 242 | + | |
218 | 243 | | |
219 | 244 | | |
220 | 245 | | |
| 246 | + | |
221 | 247 | | |
222 | 248 | | |
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
77 | 82 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
Loading
Loading
Loading
Loading
Loading
0 commit comments