nandi/oripublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/ori.git
git clone ssh://git@rickub.com/nandi/ori.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

forked from bots-garden/ori

report-20260918T075808Z.md · 85 lines · 2.5 KBmarkdown
Blame HistoryOpen raw

Quality report — 2026-09-18T07:58:08Z

  • Gate: ❌ FAIL
  • Commit: 7895c1d on feature/copy-paste-functionality
  • qlty: qlty 0.615.0 macos-arm64 (bfe0de3 2026-03-02)
  • Run: #17 (previous: 2026-09-17T23:15:34Z)

Gate violations

  • code smells: 2 (max 0)

Lint issues (qlty check)

none

Top rules

none

Most affected files

none

Code smells (qlty smells)

Total: 2 (vs previous: +2)

smell file line detail
qlty:function-complexity ui/src/components/ToolCallCard.tsx 37 Function with high complexity (count = 21): ToolCallCard
qlty:function-complexity ui/src/components/ToolCallCard.tsx 39 Function with high complexity (count = 19): getToolContent

Metrics (qlty metrics)

metric total vs previous
funcs 271 +4
classes 57 +1
fields 79 ±0
cyclo 918 +25
complex 546 +32
lcom 0 ±0
lines 5832 +161
loc 4212 +130

Most complex files

file complex cyclo loc
internal/bridge/bridge.go 34 49 228
internal/skills/skills.go 34 53 129
internal/terminal/terminal.go 32 33 111
ui/src/useCompletion.ts 29 32 122
ui/src/components/ToolCallCard.tsx 24 32 124
internal/files/files.go 21 35 140
internal/mockagent/mockagent.go 21 38 190
ui/src/components/DrawioView.tsx 20 22 76
ui/src/components/PromptInput.tsx 20 26 153
ui/src/components/EditorPane.tsx 18 33 125
internal/files/search.go 17 32 104
ui/src/components/PreviewPane.tsx 17 30 131
ui/src/reducer.ts 17 54 195
internal/agent/agent.go 15 31 121
ori-desktop/internal/settings/settings.go 15 31 82

Tooling notes

  • qlty check exit 99: ERROR

FATAL error occurred running 13 invocations

Trend

run timestamp error warning smells complex gate
8 2026-09-17T20:06:46Z 1 1 0 281 FAIL
9 2026-09-17T20:08:01Z 0 0 0 281 PASS
10 2026-09-17T20:25:57Z 0 0 0 286 PASS
11 2026-09-17T20:55:17Z 0 0 0 288 PASS
12 2026-09-17T21:04:25Z 0 0 0 288 PASS
13 2026-09-17T23:07:19Z 0 0 2 517 FAIL
14 2026-09-17T23:07:54Z 12 1 2 517 FAIL
15 2026-09-17T23:10:03Z 0 0 0 507 PASS
16 2026-09-17T23:15:34Z 0 0 0 514 PASS
17 2026-09-18T07:58:08Z 0 0 2 546 FAIL
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Quality report — 2026-09-18T07:58:08Z

- **Gate**: ❌ **FAIL**
- **Commit**: `7895c1d` on `feature/copy-paste-functionality`
- **qlty**: qlty 0.615.0 macos-arm64 (bfe0de3 2026-03-02)
- **Run**: #17 (previous: 2026-09-17T23:15:34Z)

## Gate violations

- code smells: 2 (max 0)

## Lint issues (`qlty check`)

_none_

### Top rules

_none_

### Most affected files

_none_

## Code smells (`qlty smells`)

Total: **2** (vs previous: +2)

| smell | file | line | detail |
|---|---|---|---|
| qlty:function-complexity | ui/src/components/ToolCallCard.tsx | 37 | Function with high complexity (count = 21): ToolCallCard |
| qlty:function-complexity | ui/src/components/ToolCallCard.tsx | 39 | Function with high complexity (count = 19): getToolContent |

## Metrics (`qlty metrics`)

| metric | total | vs previous |
|---|---|---|
| funcs | 271 | +4 |
| classes | 57 | +1 |
| fields | 79 | ±0 |
| cyclo | 918 | +25 |
| complex | 546 | +32 |
| lcom | 0 | ±0 |
| lines | 5832 | +161 |
| loc | 4212 | +130 |

### Most complex files

| file | complex | cyclo | loc |
|---|---|---|---|
| internal/bridge/bridge.go | 34 | 49 | 228 |
| internal/skills/skills.go | 34 | 53 | 129 |
| internal/terminal/terminal.go | 32 | 33 | 111 |
| ui/src/useCompletion.ts | 29 | 32 | 122 |
| ui/src/components/ToolCallCard.tsx | 24 | 32 | 124 |
| internal/files/files.go | 21 | 35 | 140 |
| internal/mockagent/mockagent.go | 21 | 38 | 190 |
| ui/src/components/DrawioView.tsx | 20 | 22 | 76 |
| ui/src/components/PromptInput.tsx | 20 | 26 | 153 |
| ui/src/components/EditorPane.tsx | 18 | 33 | 125 |
| internal/files/search.go | 17 | 32 | 104 |
| ui/src/components/PreviewPane.tsx | 17 | 30 | 131 |
| ui/src/reducer.ts | 17 | 54 | 195 |
| internal/agent/agent.go | 15 | 31 | 121 |
| ori-desktop/internal/settings/settings.go | 15 | 31 | 82 |

## Tooling notes

- `qlty check` exit 99: ERROR   

 > FATAL error occurred running 13 invocations

## Trend

| run | timestamp | error | warning | smells | complex | gate |
|---|---|---|---|---|---|---|
| 8 | 2026-09-17T20:06:46Z | 1 | 1 | 0 | 281 | FAIL |
| 9 | 2026-09-17T20:08:01Z | 0 | 0 | 0 | 281 | PASS |
| 10 | 2026-09-17T20:25:57Z | 0 | 0 | 0 | 286 | PASS |
| 11 | 2026-09-17T20:55:17Z | 0 | 0 | 0 | 288 | PASS |
| 12 | 2026-09-17T21:04:25Z | 0 | 0 | 0 | 288 | PASS |
| 13 | 2026-09-17T23:07:19Z | 0 | 0 | 2 | 517 | FAIL |
| 14 | 2026-09-17T23:07:54Z | 12 | 1 | 2 | 517 | FAIL |
| 15 | 2026-09-17T23:10:03Z | 0 | 0 | 0 | 507 | PASS |
| 16 | 2026-09-17T23:15:34Z | 0 | 0 | 0 | 514 | PASS |
| 17 | 2026-09-18T07:58:08Z | 0 | 0 | 2 | 546 | FAIL |