Commit 186b06a
committed
chore(ci): keep reasoning render within file-size budgets
Problem:
The repository standards guard rejected the reasoning Markdown change because two legacy frontend files exceeded their baselined line budgets.
Root cause:
The new visibility-aware render branches added only layout and option lines to already oversized components.
Fix:
Keep the same behavior while compacting the new branches to preserve the existing file-size budgets.
Verification:
Passed repolint, hooks lint, TypeScript, CSS checks, focused reasoning tests, and the Markdown rendering suite.1 parent 54b5505 commit 186b06a
2 files changed
Lines changed: 5 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
915 | 915 | | |
916 | 916 | | |
917 | 917 | | |
918 | | - | |
919 | | - | |
920 | | - | |
| 918 | + | |
921 | 919 | | |
922 | 920 | | |
923 | 921 | | |
| |||
938 | 936 | | |
939 | 937 | | |
940 | 938 | | |
941 | | - | |
942 | | - | |
943 | | - | |
| 939 | + | |
944 | 940 | | |
945 | 941 | | |
946 | 942 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | | - | |
101 | 100 | | |
102 | 101 | | |
103 | | - | |
104 | | - | |
105 | | - | |
| 102 | + | |
106 | 103 | | |
107 | | - | |
108 | 104 | | |
109 | 105 | | |
110 | 106 | | |
| |||
118 | 114 | | |
119 | 115 | | |
120 | 116 | | |
121 | | - | |
122 | | - | |
123 | | - | |
| 117 | + | |
124 | 118 | | |
125 | 119 | | |
126 | 120 | | |
| |||
0 commit comments