Commit 96760a4
fix: remove shell from API responses, fix packages/casks overlap
- API no longer returns `shell` field (oh_my_zsh, theme, plugins) —
shell config is part of dotfiles, not a separate concern
- Fix packages array to only contain formulae, not casks. Previously
casks appeared in both `packages` and `casks` arrays, causing the
CLI diff to show false "missing" items.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b70ce06 commit 96760a4
File tree
2 files changed
+8
-26
lines changed- src/routes
- [username]/[slug]/config
- api/configs/alias/[alias]
2 files changed
+8
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 55 | | |
64 | 56 | | |
65 | 57 | | |
| |||
89 | 81 | | |
90 | 82 | | |
91 | 83 | | |
92 | | - | |
93 | 84 | | |
94 | 85 | | |
| 86 | + | |
| 87 | + | |
95 | 88 | | |
96 | 89 | | |
97 | 90 | | |
98 | 91 | | |
| 92 | + | |
| 93 | + | |
99 | 94 | | |
100 | 95 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 96 | | |
105 | 97 | | |
106 | 98 | | |
| |||
127 | 119 | | |
128 | 120 | | |
129 | 121 | | |
130 | | - | |
131 | 122 | | |
132 | 123 | | |
133 | 124 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 41 | | |
50 | 42 | | |
51 | 43 | | |
| |||
75 | 67 | | |
76 | 68 | | |
77 | 69 | | |
78 | | - | |
79 | 70 | | |
80 | 71 | | |
| 72 | + | |
| 73 | + | |
81 | 74 | | |
82 | 75 | | |
83 | 76 | | |
84 | 77 | | |
| 78 | + | |
| 79 | + | |
85 | 80 | | |
86 | 81 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 82 | | |
91 | 83 | | |
92 | 84 | | |
| |||
113 | 105 | | |
114 | 106 | | |
115 | 107 | | |
116 | | - | |
117 | 108 | | |
118 | 109 | | |
119 | 110 | | |
0 commit comments