Skip to content

chore(deps): bump the patch-and-minor group across 1 directory with 22 updates - #809

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/patch-and-minor-4afd84d665
Open

chore(deps): bump the patch-and-minor group across 1 directory with 22 updates#809
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/patch-and-minor-4afd84d665

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the patch-and-minor group with 20 updates in the / directory:

Package From To
tokio 1.52.3 1.53.1
tokio-stream 0.1.18 0.1.19
hyper 1.10.1 1.11.0
serde 1.0.228 1.0.229
serde_json 1.0.150 1.0.151
clap 4.6.1 4.6.6
thiserror 2.0.18 2.0.20
anyhow 1.0.103 1.0.104
uuid 1.23.2 1.24.0
libc 0.2.186 0.2.189
chrono 0.4.44 0.4.45
regex 1.12.3 1.13.1
async-trait 0.1.89 0.1.92
bytes 1.11.1 1.12.1
tauri-plugin-dialog 2.7.1 2.7.2
tauri-build 2.6.2 2.6.3
ipnet 2.12.0 2.12.1
aws-credential-types 1.2.14 1.3.0
http-body-util 0.1.3 0.1.5
getrandom 0.4.2 0.4.3

Updates tokio from 1.52.3 to 1.53.1

Release notes

Sourced from tokio's releases.

Tokio v1.53.1

1.53.1 (July 20th, 2026)

Fixed

  • signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)

Fixed (unstable)

  • time: fix alt timer cancellation and insertion race (#8252)

Documented

  • runtime: remove dead link definition in Runtime::block_on (#8301)

#8252: tokio-rs/tokio#8252 #8300: tokio-rs/tokio#8300 #8301: tokio-rs/tokio#8301

Tokio v1.53.0

1.53.0 (July 17th, 2026)

Added

  • fs: implement From<OwnedFd> and From<OwnedHandle> for File (#8266)
  • metrics: add task schedule latency metric (#7986)
  • net: add SocketAddr methods to Unix sockets (#8144)

Changed

  • io: add #[inline] to IO trait impls for in-memory types (#8242)
  • net: implement UCred::pid on FreeBSD (#8086)
  • net: support Nuttx target os (#8259)
  • signal: refactor global variables on Windows (#8231)
  • sync: mpsc::{Receiver,UnboundedReceiver} now drops waker on drop, even if there are still senders (#8095)
  • taskdump: support taskdumps on s390x (#8192)
  • time: add #[track_caller] to timeout_at() (#8077)
  • time: consolidate mutex locks on spurious poll (#8124)
  • time: defer waker clone on spurious poll (#8107)
  • time: move lazy-registration state into Sleep (#8132)
  • tracing: remove unnecessary span clone (#8126)

Fixed

  • io: do not treat zero-length reads as EOF in Chain (#8251)
  • net: use getpeereid for QNX peer credentials (#8270)
  • runtime: avoid illegal state in FastRand (#8078)
  • sync: wake mpsc receiver when a queued reserve[_many] returns permits (#8260)
  • taskdump: skip double wake on Trace::capture/Trace::trace_with (#8043)
  • time: avoid stack overflow in runtime constructor (#8093)

... (truncated)

Commits

Updates tokio-stream from 0.1.18 to 0.1.19

Commits
  • bc0933c chore: prepare tokio-stream v0.1.19 (#8310)
  • e3786d0 readme: remove obsolete TokioConf notices (#8311)
  • f2189d3 chore: prepare tokio-util v0.7.19 (#8309)
  • 52f2745 net: re-enable tcp_stream::try_read_buf test for WASI (#8305)
  • ac6869a rt: remove unstable cfgs leftovers after local runtime stabilization (#8298)
  • 75fef53 chore: prepare Tokio v1.53.1 (#8303)
  • ae9d011 signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)
  • eb4988d time: fix the loom test of the race between cancellation/insertion (#8302)
  • 91d3b4c time: fix alt timer cancellation and insertion race (#8252)
  • a463384 runtime: remove dead link definition in Runtime::block_on (#8301)
  • Additional commits viewable in compare view

Updates hyper from 1.10.1 to 1.11.0

Release notes

Sourced from hyper's releases.

v1.11.0

Features

  • rt: add ReadBufCursor::initialized_unfilled() method (#4115) (ccc1e850)

Bug Fixes

All PRs

New Contributors

... (truncated)

Changelog

Sourced from hyper's changelog.

v1.11.0 (2026-07-20)

Bug Fixes

Features

  • rt: add ReadBufCursor::initialized_unfilled() method (#4115) (ccc1e850)
Commits
  • 67ace64 v1.11.0
  • 540fff9 fix(http1): discard content-length header when received before transfer-encod...
  • ccc1e85 feat(rt): add ReadBufCursor::initialized_unfilled() method (#4115)
  • 0ea8bc2 docs(maintainers): move some collaborators to emeriti (#4125)
  • 2fc06fc docs(governance): define Advisor role (#4098)
  • e0d14d1 style(proto): explicitly allow decimal_literal_representation lint (#4117)
  • de1483d fix(http1): use append for repeat trailer values in encoder (#4118)
  • 08c3416 style(headers): small refactor to remove question_mark lint (#4116)
  • aecf5ab fix(http2): avoid buffering Upgraded writes without send capacity (#4102)
  • f584091 fix(http1): allow up to max_headers trailers (#4108)
  • Additional commits viewable in compare view

Updates serde from 1.0.228 to 1.0.229

Release notes

Sourced from serde's releases.

v1.0.229

  • Update to syn 3
Commits
  • 7fc3b4c Release 1.0.229
  • 6d6e9a1 Merge pull request #3085 from dtolnay/syn3
  • 6dec3b7 Update to syn 3
  • cfe6692 Resolve mut_mut pedantic clippy lint
  • 1023d07 Update actions/upload-artifact@v6 -> v7
  • dd682c2 Update actions/checkout@v6 -> v7
  • 5f0f18b Update ui test suite to nightly-2026-06-01
  • 63a1498 Regenerate stderr with trybuild normalization fixes
  • fa7da4a Fix unused_features warning
  • 6b1a178 Unpin CI miri toolchain
  • Additional commits viewable in compare view

Updates serde_json from 1.0.150 to 1.0.151

Release notes

Sourced from serde_json's releases.

v1.0.151

Commits
  • de85007 Release 1.0.151
  • 3b2b3c5 Merge pull request #1331 from WonderLawrence/rawvalue-from-string-unchecked
  • 0406d96 Debug-assert well-formedness and no-whitespace in from_string_unchecked
  • cf16f75 Add RawValue::from_string_unchecked
  • 827a315 Update actions/upload-artifact@v6 -> v7
  • cea36a5 Update actions/checkout@v6 -> v7
  • See full diff in compare view

Updates clap from 4.6.1 to 4.6.6

Release notes

Sourced from clap's releases.

v4.6.6

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage

v4.6.5

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args

v4.6.4

[4.6.4] - 2026-07-21

Internal

  • Update to syn v3

v4.6.3

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values

v4.6.2

[4.6.2] - 2026-07-15

Fixes

  • (help) Say alias when there is only one
Changelog

Sourced from clap's changelog.

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args

[4.6.4] - 2026-07-21

Internal

  • Update to syn v3

[4.6.3] - 2026-07-20

Fixes

  • (derive) Allow "literal".function() as attribute values

[4.6.2] - 2026-07-15

Fixes

  • (help) Say alias when there is only one
Commits
  • 348cff3 chore: Release
  • d478377 docs: Update changelog
  • 04b9fbb Merge pull request #6414 from koopatroopa787/fix-bash-completion-bracket-glob
  • 7075239 Merge pull request #6422 from BaumiCoder/fix-fish-indentations
  • f90a966 fix(complete): Use spaces for indentation in fish
  • dd4997b fix(complete): Don't glob-expand bash positionals
  • 8387c81 Merge pull request #6399 from clap-rs/renovate/crate-ci-typos-1.x
  • 8141e11 chore(deps): Update compatible (dev) (#6398)
  • 8a6bd4e chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0
  • 71a7213 chore(deps): Update Rust Stable to v1.96 (#6396)
  • Additional commits viewable in compare view

Updates thiserror from 2.0.18 to 2.0.20

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)

2.0.19

  • Update to syn 3
Commits
  • b1d5db5 Release 2.0.20
  • c4c3ebd Merge pull request #454 from dtolnay/clippy
  • 2266152 Suppress redundant_field_names clippy lint
  • 2901cfd Raise minimum tested compiler to rust 1.88
  • aa9d91f Update ui tests for version 2.0.19
  • e13a785 Release 2.0.19
  • 0a0e76c Update to syn 3
  • ec42ea7 Update actions/upload-artifact@v6 -> v7
  • 4178c4a Update actions/checkout@v6 -> v7
  • 7214e0e Ignore items_after_statements pedantic clippy lint in test
  • Additional commits viewable in compare view

Updates anyhow from 1.0.103 to 1.0.104

Release notes

Sourced from anyhow's releases.

1.0.104

  • Update syn dev-dependency to version 3
Commits

Updates uuid from 1.23.2 to 1.24.0

Release notes

Sourced from uuid's releases.

v1.24.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.5...v1.24.0

v1.23.5

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.4...v1.23.5

v1.23.4

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4

v1.23.3

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3

Commits
  • 6a8aeab Merge pull request #896 from uuid-rs/cargo/v1.24.0
  • e6db8ec prepare for 1.24.0 release
  • 606f236 Merge pull request #892 from weifanglab/main
  • ab848db feat(fmt): support encoding into MaybeUninit buffers
  • 5dc6b3d Merge pull request #895 from uuid-rs/cargo/v1.23.5
  • 5a7dfe5 prepare for 1.23.5 release
  • 9b4bfc8 Merge pull request #894 from geeknoid/main
  • 5acc5a5 perf: Optimize UUID hex parsing and formatting
  • 6fa1a1e feat(fmt): support encoding into MaybeUninit buffers
  • 1e5d867 Merge pull request #891 from frostyplanet/doc
  • Additional commits viewable in compare view

Updates libc from 0.2.186 to 0.2.189

Release notes

Sourced from libc's releases.

0.2.189

Added

  • Emscripten: Add pthread_sigmask, sigwait, sigwaitinfo, sigtimedwait, faccessat, and pthread_kill (#5270)
  • Linux SPARC: Enable the clone3 syscall (#4980)
  • Solarish: Add CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID (#5274)

Deprecated

  • Deprecate CLONE_INTO_CGROUP and CLONE_CLEAR_SIGHAND. These overflow their types and will be changed to a larger size in the future. (8c6e6710458d)

Fixed

  • Musl riscv32: Rename padding fields to avoid a conflict and fix the build (2499ff0ad993)
  • NuttX: Fix wchar_t definition under Arm (#5245)
  • Windows: Add back link names for time-related symbols (#5300)

0.2.188

Changed

These were removed in 0.2.187 because libc does not actually make Send and Sync guarantees about DIR (or other extern types), but this caused some crates to break. The traits are added back for now to allow time to migrate, but will be removed again in the future; please make sure your crates are not relying on libc::DIR: Send or libc::DIR: Sync.

0.2.187

This release contains a number of improvements related to 64-bit time_t configuration. Of note the existing RUST_LIBC_UNSTABLE_* environment variables have been replaced with configuration options. The new way to use these is:

RUSTFLAGS='--cfg=libc_unstable_musl_v1_2_3' cargo ...
RUSTFLAGS='--cfg=libc_unstable_gnu_time_bits="64"' cargo ...

Being able to set this via RUSTFLAGS makes it easier to only apply configuration to specific targets (and notably, not the host if build scripts are used).

There are two other notable changes:

  • The 32-bit windows-gnu targets now respect libc_unstable_gnu_time_bits

  • uClibc now supports a similar configuration option:

    RUSTFLAGS='--cfg=libc_unstable_uclibc_time64'

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.189 - 2026-07-21

Added

  • Emscripten: Add pthread_sigmask, sigwait, sigwaitinfo, sigtimedwait, faccessat, and pthread_kill (#5270)
  • Linux SPARC: Enable the clone3 syscall (#4980)
  • Solarish: Add CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID (#5274)

Deprecated

  • Deprecate CLONE_INTO_CGROUP and CLONE_CLEAR_SIGHAND. These overflow their types and will be changed to a larger size in the future. (8c6e6710458d)

Fixed

  • Musl riscv32: Rename padding fields to avoid a conflict and fix the build (2499ff0ad993)
  • NuttX: Fix wchar_t definition under Arm (#5245)
  • Windows: Add back link names for time-related symbols (#5300)

0.2.188 - 2026-07-21

Changed

These were removed in 0.2.187 because libc does not actually make Send and Sync guarantees about DIR (or other extern types), but this caused some crates to break. The traits are added back for now to allow time to migrate, but will be removed again in the future; please make sure your crates are not relying on libc::DIR: Send or libc::DIR: Sync.

0.2.187 - 2026-07-20

This release contains a number of improvements related to 64-bit time_t configuration. Of note the existing RUST_LIBC_UNSTABLE_* environment variables have been replaced with configuration options. The new way to use these is:

RUSTFLAGS='--cfg=libc_unstable_musl_v1_2_3' cargo ...
RUSTFLAGS='--cfg=libc_unstable_gnu_time_bits="64"' cargo ...

Being able to set this via RUSTFLAGS makes it easier to only apply configuration to specific targets (and notably, not the host if build scripts are used).

There are two other notable changes:

  • The 32-bit windows-gnu targets now respect libc_unstable_gnu_time_bits
  • uClibc now supports a similar configuration option:

... (truncated)

Commits
  • ef0906e libc: Release 0.2.189
  • 5a79f76 riscv32-musl: Rename padding fields to avoid a conflict
  • 3e51062 psp: Fix overflowing_literals warnings
  • e352fdd emscripten: add pthread_sigmask, sigwait, sigwaitinfo, sigtimedwait, faccessa...
  • 63221b3 macros: Require safe in safe_f! invocations
  • 707ab52 macros: Require unsafe in f! invocations
  • 8e40c94 Enable clone3() syscall on sparc-linux and sparc64-linux
  • 8427909 windows: Add back link names for time-related symbols
  • b4863fa nuttx: fix wchar_t definition under arm
  • 41c683d nuttx: mirror type definitions
  • Additional commits viewable in compare view

Updates chrono from 0.4.44 to 0.4.45

Release notes

Sourced from chrono's releases.

0.4.45

What's Changed

Commits
  • 1703382 Prepare 0.4.45 release
  • 881f9ab tz_data: fix tzdata locations on Android
  • f14ead4 fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflow
  • c6063e6 Update similar-asserts requirement from 1.6.1 to 2.0.0
  • 120686c Bump codecov/codecov-action from 5 to 6
  • See full diff in compare view

Updates regex from 1.12.3 to 1.13.1

Changelog

Sourced from regex's changelog.

1.13.1 (2026-07-15)

This is a release that fixes a bug where incorrect regex match offsets could be reported. Note that this doesn't impact whether a match occurs or not, just where it occurs. The match offsets are still valid for slicing, they just may not refer to the correct leftmost-first match. See #1364 for (many) more details.

Bug fixes:

  • #1354: Fixes previously unsound reverse suffix and inner optimizations.

1.13.0 (2026-07-09)

This release includes a new API, a regex! macro, for lazy compilation of a regex from a string literal. If you use regexes a lot, it's likely you've already written one exactly like it. The new macro can be used like this:

use regex::regex;
fn is_match(line: &str) -> bool {
// The regex will be compiled approximately once and reused automatically.
// This avoids the footgun of using Regex::new here, which would
// guarantee that it would be compiled every time this routine is called.
// This would likely make this routine much slower than it needs to be.
regex!(r"bar|baz").is_match(line)
}
let hay = "
path/to/foo:54:Blue Harvest
path/to/bar:90:Something, Something, Something, Dark Side
path/to/baz:3:It's a Trap!
";
let matches = hay.lines().filter(|line| is_match(line)).count();
assert_eq!(matches, 2);

Improvements:

  • #709: Add a new regex! macro for efficient and automatic reuse of a compiled regex.

1.12.4 (2026-06-09)

This release includes a performance optimization for compilation of regexes

... (truncated)

Commits
  • 2b52759 1.13.1, redux
  • 40e9823 1.13.1
  • 75fcb96 changelog: 1.13.1
  • 64ad0b6 automata: fix bug in reverse suffix/inner optimization
  • fa91c31 automata: fix a bug caught by Codex review
  • 30390ec automata: formatting tweaks
  • 821a8eb automata: refactor reverse suffix/inner search slightly
  • 10afd70 automata: expose the extracted literals for inner literal extraction
  • 8c34f41 automata: avoid reverse suffix optimization for non-leftmost-first
  • 5524f02 test: add regression tests for failed reverse suffix/inner optimizations
  • Additional commits viewable in compare view

Updates async-trait from 0.1.89 to 0.1.92

Release notes

Sourced from async-trait's releases.

0.1.92

  • Resolve double_must_use clippy lint in generated code (#303)

0.1.91

  • Update to syn 3 (#299)
  • Fix mutability for by-reference receivers (#301)

0.1.90

(yanked)

Commits
  • 82e7e9e Release 0.1.92
  • 9a35cb8 Merge pull request #303 from dtolnay/mustuse
  • 875ceec Resolve double_must_use clippy lint
  • 62993a5 Raise minimum tested compiler to rust 1.88
  • d049ee0 Release 0.1.91
  • 7a0961f Merge pull request #301 from dtolnay/mutability
  • 740f86f Ignore mut_mut pedantic clippy lint in test
  • 4699cd3 Fix mutability for by-reference receivers
  • 6dd3573 Add regression test for issue 300
  • 2371797 Release 0.1.90
  • Additional commits viewable in compare view

Updates bytes from 1.11.1 to 1.12.1

Release notes

Sourced from bytes's releases.

Bytes v1.12.1

1.12.1 (July 8th, 2026)

Fixed

  • Properly handle when Box::new panics (#837)

Bytes v1.12.0

1.12.0 (June 18th, 2026)

Added

  • Add BytesMut::extend_from_within() (#818)
  • Add BytesMut::try_unsplit() (#746)

Fixed

  • Fix panic in get_int if nbytes is zero (#806)

Changed

  • Pass vtable data by value (#826)
  • Exclude development scripts from published package (#810)

Documented

  • Document that BytesMut::{reserve,try_reserve} doesn't preserve unused capacity (#808)
Changelog

Sourced from bytes's changelog.

1.12.1 (July 8th, 2026)

Fixed

  • Properly handle when Box::new panics (#837)

1.12.0 (June 18th, 2026)

Added

  • Add BytesMut::extend_from_within() (#818)
  • Add BytesMut::try_unsplit() (#746)

Fixed

  • Fix panic in get_int if nbytes is zero (#806)

Changed

  • Pass vtable data by value (#826)
  • Exclude development scripts from published package (#810)

Documented

  • Document that BytesMut::{reserve,try_reserve} doesn't preserve unused capacity (#808)
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 10, 2026
@dependabot
dependabot Bot requested a review from michelbr84 as a code owner August 10, 2026 15:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 10, 2026
@github-actions

Copy link
Copy Markdown

Quality Ratchet Report

Mode: report-only
Baseline frozen: 2026-05-05T11:20:45Z
Current collected: 2026-08-10T15:25:59Z
Current SHA: b52114b86fe7
Collect mode: fast

Resumo

Métrica Baseline Current Status
max_file_lines 3240 6332 ❌ REGRESSION
files_over_700 34 52 ❌ REGRESSION
files_over_1500 7 12 ❌ REGRESSION
files_over_2500 1 6 ❌ REGRESSION
coverage_pct None None ⚠️ WARN
audit_critical 0 0 ✅ PASS
audit_high 0 0 ✅ PASS
clippy_warnings None None ⚠️ WARN

❌ Regressões Detectadas

max_file_lines

  • Baseline: 3240
  • Current: 6332
  • Delta: +3092
  • Fix: Modularize crates/garraia-gateway/src/rest_v1/me.rs (now 6332 lines). Quebre em arquivos menores por responsabilidade. NÃO ignore o limite criando arquivos redundantes.

files_over_700

  • Baseline: 34
  • Current: 52
  • Delta: +18
  • Fix: Quantidade de arquivos >700 linhas subiu de 34 para 52. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_1500

  • Baseline: 7
  • Current: 12
  • Delta: +5
  • Fix: Quantidade de arquivos >1500 linhas subiu de 7 para 12. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_2500

  • Baseline: 1
  • Current: 6
  • Delta: +5
  • Fix: Quantidade de arquivos >2500 linhas subiu de 1 para 6. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

Mode report-only → exit 0. CI não bloqueado, mas regressão registrada.

⚠️ Warnings (métrica não coletada / sem baseline)

  • coverage_pct: Coverage não coletada neste run (reason: not_collected_this_run).
  • clippy_warnings: Clippy não coletado neste run (reason: fast_mode_skips_clippy_use_full_for_offline_run). Em fast mode é esperado — ci.yml já roda clippy hard-blocking.

Próximo passo

Resolva uma regressão por commit (não tudo de uma vez). Veja .claude/commands/quality-babysit.md (auto-loop até N=5) — em PR-1 o modo é manual-only.


Generated by scripts/quality/compare.py. Determinístico — mesma entrada = mesma saída. Sem chamada de IA.

@github-actions

Copy link
Copy Markdown

Coverage Report (cargo-llvm-cov)

Generated by coverage job in this PR run. Soft-gate: no threshold; artifact + summary only.

Excluded crates: garraia-desktop, garraia-auth, garraia-workspace (see ci.yml comment).

Filename                                                Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
garraia-agents/src/a2a/client.rs                            106               106     0.00%          18                18     0.00%          99                99     0.00%           0                 0         -
garraia-agents/src/agent_mode.rs                            419                97    76.85%          39                14    64.10%         296                85    71.28%           0                 0         -
garraia-agents/src/anthropic.rs                             427               127    70.26%          32                12    62.50%         327               100    69.42%           0                 0         -
garraia-agents/src/context_policy.rs                        100                97     3.00%           8                 7    12.50%          82                76     7.32%           0                 0         -
garraia-agents/src/embeddings.rs                            221               139    37.10%          46                38    17.39%         173               114    34.10%           0                 0         -
garraia-agents/src/execution_budget.rs                      260                11    95.77%          24                 3    87.50%         150                12    92.00%           0                 0         -
garraia-agents/src/llama_cpp.rs                             467               209    55.25%          48                29    39.58%         316               142    55.06%           0                 0         -
garraia-agents/src/mcp/manager.rs                           633               468    26.07%          77                58    24.68%         472               337    28.60%           0                 0         -
garraia-agents/src/mcp/tool_bridge.rs                        30                18    40.00%           9                 7    22.22%          37                19    48.65%           0                 0         -
garraia-agents/src/memory_extractor.rs                       68                59    13.24%           8                 6    25.00%          74                42    43.24%           0                 0         -
garraia-agents/src/modes.rs                                 628               126    79.94%          50                20    60.00%         619               100    83.84%           0                 0         -
garraia-agents/src/multi_agent.rs                           360               268    25.56%          23                16    30.43%         307               231    24.76%           0                 0         -
garraia-agents/src/ollama.rs                                596               120    79.87%          50                12    76.00%         425                94    77.88%           0                 0         -
garraia-agents/src/openai.rs                               1017               428    57.92%          61                32    47.54%         646               231    64.24%           0                 0         -
garraia-agents/src/orchestrator.rs                          594               431    27.44%          58                41    29.31%         511               366    28.38%           0                 0         -
garraia-agents/src/persona.rs                               105                 0   100.00%           8                 0   100.00%          56                 0   100.00%           0                 0         -
garraia-agents/src/provider_resilience.rs                   445                44    90.11%          55                 9    83.64%         282                34    87.94%           0                 0         -
garraia-agents/src/providers.rs                               7                 7     0.00%           3                 3     0.00%           7                 7     0.00%           0                 0         -
garraia-agents/src/runtime.rs                               948               789    16.77%         149               129    13.42%         764               646    15.45%           0                 0         -
garraia-agents/src/tools/bash_tool.rs                       231                45    80.52%          24                 6    75.00%         165                44    73.33%           0                 0         -
garraia-agents/src/tools/code_review_tool.rs                140               125    10.71%          15                14     6.67%         128               116     9.38%           0                 0         -
garraia-agents/src/tools/file_read_tool.rs                  122                31    74.59%          19                 6    68.42%         103                27    73.79%           0                 0         -
garraia-agents/src/tools/file_write_tool.rs                 133                49    63.16%          21                 9    57.14%         111                40    63.96%           0                 0         -
garraia-agents/src/tools/git_diff_tool.rs                   400               112    72.00%          35                 8    77.14%         277                81    70.76%           0                 0         -
garraia-agents/src/tools/list_dir_tool.rs                   286                63    77.97%          28                 8    71.43%         188                44    76.60%           0                 0         -
garraia-agents/src/tools/mod.rs                              35                 0   100.00%           6                 0   100.00%          38                 0   100.00%           0                 0         -
garraia-agents/src/tools/repo_search_tool.rs                122                30    75.41%          17                 6    64.71%          90                22    75.56%           0                 0         -
garraia-agents/src/tools/run_tests_tool.rs                  219               145    33.79%          15                 8    46.67%         154                86    44.16%           0                 0         -
garraia-agents/src/tools/schedule.rs                        397               182    54.16%          44                27    38.64%         307               135    56.03%           0                 0         -
garraia-agents/src/tools/tool_context.rs                    188                25    86.70%          15                 4    73.33%         125                40    68.00%           0                 0         -
garraia-agents/src/tools/web_fetch_tool.rs                   76                19    75.00%          13                 6    53.85%          56                18    67.86%           0                 0         -
garraia-agents/src/tools/web_search_tool.rs                 115                24    79.13%          15                 7    53.33%          85                22    74.12%           0                 0         -
garraia-auth/src/action.rs                                   73                73     0.00%           2                 2     0.00%          51                51     0.00%           0                 0         -
garraia-auth/src/app_pool.rs                                 38                38     0.00%           9                 9     0.00%          32                32     0.00%           0                 0         -
garraia-auth/src/audit.rs                                    47                47     0.00%           4                 4     0.00%          44                44     0.00%           0                 0         -
garraia-auth/src/audit_workspace.rs                         113                95    15.93%           4                 2    50.00%         114                98    14.04%           0                 0         -
garraia-auth/src/can.rs                                      82                 0   100.00%           3                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-auth/src/extractor.rs                                83                83     0.00%           8                 8     0.00%          59                59     0.00%           0                 0         -
garraia-auth/src/hashing.rs                                  78                22    71.79%           8                 4    50.00%          47                17    63.83%           0                 0         -
garraia-auth/src/internal.rs                                277               277     0.00%          10                10     0.00%         211               211     0.00%           0                 0         -
garraia-auth/src/jwt.rs                                     147               147     0.00%          11                11     0.00%          97                97     0.00%           0                 0         -
garraia-auth/src/login_pool.rs                               35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/password.rs                                 87                87     0.00%           4                 4     0.00%          64                64     0.00%           0                 0         -
garraia-auth/src/role.rs                                     30                30     0.00%           3                 3     0.00%          25                25     0.00%           0                 0         -
garraia-auth/src/sessions.rs                                114               114     0.00%           8                 8     0.00%          86                86     0.00%           0                 0         -
garraia-auth/src/signup_pool.rs                              35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/storage_redacted.rs                        139               139     0.00%          10                10     0.00%          73                73     0.00%           0                 0         -
garraia-auth/src/types.rs                                    11                11     0.00%           1                 1     0.00%           8                 8     0.00%           0                 0         -
garraia-channels/src/commands/builtins/clear.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/config.rs             23                23     0.00%           5                 5     0.00%          28                28     0.00%           0                 0         -
garraia-channels/src/commands/builtins/health.rs             12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/help.rs               19                19     0.00%           4                 4     0.00%          23                23     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mod.rs                44                44     0.00%           1                 1     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mode.rs               50                50     0.00%           8                 8     0.00%          53                53     0.00%           0                 0         -
garraia-channels/src/commands/builtins/model.rs              22                22     0.00%           4                 4     0.00%          17                17     0.00%           0                 0         -
garraia-channels/src/commands/builtins/pair.rs               15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/providers.rs          12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/start.rs              23                23     0.00%           5                 5     0.00%          27                27     0.00%           0                 0         -
garraia-channels/src/commands/builtins/stats.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/users.rs              15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voice.rs              28                28     0.00%           5                 5     0.00%          25                25     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voz.rs                28                28     0.00%           4                 4     0.00%          26                26     0.00%           0                 0         -
garraia-channels/src/commands/mod.rs                         29                21    27.59%           4                 2    50.00%          19                12    36.84%           0                 0         -
garraia-channels/src/commands/registry.rs                   280                55    80.36%          40                15    62.50%         196                46    76.53%           0                 0         -
garraia-channels/src/discord/commands.rs                     84                46    45.24%           9                 5    44.44%          64                38    40.62%           0                 0         -
garraia-channels/src/discord/config.rs                      128                 2    98.44%          13                 1    92.31%          81                 1    98.77%           0                 0         -
garraia-channels/src/discord/convert.rs                     269               117    56.51%          18                 7    61.11%         167                76    54.49%           0                 0         -
garraia-channels/src/discord/handler.rs                     343               296    13.70%          31                27    12.90%         220               190    13.64%           0                 0         -
garraia-channels/src/discord/mod.rs                         291               127    56.36%          47                29    38.30%         193                89    53.89%           0                 0         -
garraia-channels/src/lib.rs                                  27                27     0.00%           2                 2     0.00%          30                30     0.00%           0                 0         -
garraia-channels/src/metrics.rs                             157                 9    94.27%          20                 3    85.00%         110                14    87.27%           0                 0         -
garraia-channels/src/openclaw/client.rs                     158               158     0.00%          13                13     0.00%         110               110     0.00%           0                 0         -
garraia-channels/src/openclaw/config.rs                      11                11     0.00%           3                 3     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/openclaw/convert.rs                    178                 7    96.07%          13                 0   100.00%          95                 2    97.89%           0                 0         -
garraia-channels/src/protocol.rs                             99                 4    95.96%           8                 1    87.50%          78                 4    94.87%           0                 0         -
garraia-channels/src/registry.rs                             72                69     4.17%          12                11     8.33%          46                41    10.87%           0                 0         -
garraia-channels/src/slack/api.rs                           101               101     0.00%          17                17     0.00%          88                88     0.00%           0                 0         -
garraia-channels/src/slack/fmt.rs                           121                 3    97.52%           7                 0   100.00%          74                 1    98.65%           0                 0         -
garraia-channels/src/slack/mod.rs                           397               358     9.82%          27                22    18.52%         267               241     9.74%           0                 0         -
garraia-channels/src/telegram.rs                            430               285    33.72%          31                20    35.48%         332               181    45.48%           0                 0         -
garraia-channels/src/telegram_fmt.rs                        183                15    91.80%           9                 0   100.00%         103                 5    95.15%           0                 0         -
garraia-channels/src/whatsapp/api.rs                         66                66     0.00%           6                 6     0.00%          59                59     0.00%           0                 0         -
garraia-channels/src/whatsapp/mod.rs                         80                38    52.50%          19                14    26.32%          77                40    48.05%           0                 0         -
garraia-channels/src/whatsapp/webhook.rs                    248               248     0.00%          27                27     0.00%         155               155     0.00%           0                 0         -
garraia-cli/src/ask.rs                                      559               179    67.98%          42                 9    78.57%         356               114    67.98%           0                 0         -
garraia-cli/src/banner.rs                                   235               148    37.02%          13                 9    30.77%         123                78    36.59%           0                 0         -
garraia-cli/src/capability_prompt.rs                        325                 0   100.00%          14                 0   100.00%         183                 0   100.00%           0                 0         -
garraia-cli/src/chat.rs                                    1078               784    27.27%          47                27    42.55%         703               474    32.57%           0                 0         -
garraia-cli/src/config_cmd.rs                               244               147    39.75%          12                 4    66.67%         185               115    37.84%           0                 0         -
garraia-cli/src/glob_cmd.rs                                 143               143     0.00%           8                 8     0.00%         111               111     0.00%           0                 0         -
garraia-cli/src/main.rs                                     965               797    17.41%          34                24    29.41%         631               515    18.38%           0                 0         -
garraia-cli/src/max_power.rs                                242               129    46.69%          17                 7    58.82%         166               100    39.76%           0                 0         -
garraia-cli/src/mcp_server.rs                               567                87    84.66%          55                 8    85.45%         373                63    83.11%           0                 0         -
garraia-cli/src/migrate.rs                                  502               502     0.00%          19                19     0.00%         330               330     0.00%           0                 0         -
garraia-cli/src/migrate_workspace.rs                        781                94    87.96%          65                10    84.62%         531                43    91.90%           0                 0         -
garraia-cli/src/repo_workflow.rs                            365                81    77.81%          36                 7    80.56%         221                50    77.38%           0                 0         -
garraia-cli/src/team.rs                                     316                29    90.82%          23                 0   100.00%         257                34    86.77%           0                 0         -
garraia-cli/src/update.rs                                   330               312     5.45%          18                15    16.67%         213               201     5.63%           0                 0         -
garraia-cli/src/verify.rs                                   364               159    56.32%          33                 6    81.82%         302               161    46.69%           0                 0         -
garraia-cli/src/wizard/config_writer.rs                     429                59    86.25%          22                 7    68.18%         284                35    87.68%           0                 0         -
garraia-cli/src/wizard/env_detect.rs                        515               135    73.79%          44                 9    79.55%         321                85    73.52%           0                 0         -
garraia-cli/src/wizard/local_stack.rs                       196               109    44.39%          16                 8    50.00%         134                80    40.30%           0                 0         -
garraia-cli/src/wizard/mod.rs                               491               465     5.30%          13                11    15.38%         362               338     6.63%           0                 0         -
garraia-cli/src/wizard/prompts.rs                            55                51     7.27%           6                 5    16.67%          35                32     8.57%           0                 0         -
garraia-common/src/error.rs                                  22                 0   100.00%           1                 0   100.00%          10                 0   100.00%           0                 0         -
garraia-common/src/handoff.rs                               482                10    97.93%          39                 1    97.44%         280                 6    97.86%           0                 0         -
garraia-common/src/message.rs                                58                 2    96.55%           4                 0   100.00%          49                 2    95.92%           0                 0         -
garraia-common/src/safety_gate.rs                           285                 6    97.89%          37                 0   100.00%         153                 0   100.00%           0                 0         -
garraia-common/src/types.rs                                  47                38    19.15%          13                10    23.08%          44                35    20.45%           0                 0         -
garraia-config/src/auth.rs                                  321                66    79.44%          23                 5    78.26%         225                43    80.89%           0                 0         -
garraia-config/src/check.rs                                1191               101    91.52%          95                 3    96.84%        1030               113    89.03%           0                 0         -
garraia-config/src/loader.rs                                330                43    86.97%          22                 5    77.27%         213                29    86.38%           0                 0         -
garraia-config/src/model.rs                                 203                 6    97.04%          38                 2    94.74%         233                 8    96.57%           0                 0         -
garraia-config/src/watcher.rs                               104               104     0.00%          10                10     0.00%          60                60     0.00%           0                 0         -
garraia-db/src/chat_sync.rs                                 261               200    23.37%          37                28    24.32%         189               144    23.81%           0                 0         -
garraia-db/src/memory_store.rs                              898               230    74.39%          86                28    67.44%         610               115    81.15%           0                 0         -
garraia-db/src/project_store.rs                            1418               256    81.95%         106                53    50.00%         817               106    87.03%           0                 0         -
garraia-db/src/session_store.rs                            1341               658    50.93%         124                84    32.26%        1097               442    59.71%           0                 0         -
garraia-db/src/sqlite_db.rs                                 102                 0   100.00%          12                 0   100.00%          50                 0   100.00%           0                 0         -
garraia-db/src/vector_store.rs                              271                44    83.76%          31                12    61.29%         193                23    88.08%           0                 0         -
garraia-embeddings/src/error.rs                              20                 0   100.00%           2                 0   100.00%          17                 0   100.00%           0                 0         -
garraia-embeddings/src/hybrid.rs                            220                19    91.36%          20                 3    85.00%         173                12    93.06%           0                 0         -
garraia-embeddings/src/provider.rs                          173                 2    98.84%          20                 0   100.00%          92                 2    97.83%           0                 0         -
garraia-embeddings/src/types.rs                             128                 6    95.31%          11                 1    90.91%          70                 3    95.71%           0                 0         -
garraia-gateway/src/a2a.rs                                  178               178     0.00%          12                12     0.00%         171               171     0.00%           0                 0         -
garraia-gateway/src/admin/audit.rs                          120                 2    98.33%           9                 0   100.00%         114                 1    99.12%           0                 0         -
garraia-gateway/src/admin/handlers.rs                       965               965     0.00%          64                64     0.00%        1004              1004     0.00%           0                 0         -
garraia-gateway/src/admin/mcp.rs                            217               217     0.00%           9                 9     0.00%         211               211     0.00%           0                 0         -
garraia-gateway/src/admin/mcp_templates.rs                  211               211     0.00%          14                14     0.00%         189               189     0.00%           0                 0         -
garraia-gateway/src/admin/middleware.rs                     223                90    59.64%          18                 7    61.11%         137                58    57.66%           0                 0         -
garraia-gateway/src/admin/observability.rs                  219               219     0.00%          19                19     0.00%         201               201     0.00%           0                 0         -
garraia-gateway/src/admin/providers.rs                      292               292     0.00%          22                22     0.00%         289               289     0.00%           0                 0         -
garraia-gateway/src/admin/rbac.rs                           233                21    90.99%          21                 2    90.48%         202                21    89.60%           0                 0         -
garraia-gateway/src/admin/routes.rs                         224                12    94.64%           5                 4    20.00%         124                11    91.13%           0                 0         -
garraia-gateway/src/admin/secrets.rs                        461               461     0.00%          34                34     0.00%         395               395     0.00%           0                 0         -
garraia-gateway/src/admin/shared.rs                          59                34    42.37%           1                 0   100.00%          41                22    46.34%           0                 0         -
garraia-gateway/src/admin/store.rs                         1040               427    58.94%          90                47    47.78%         722               253    64.96%           0                 0         -
garraia-gateway/src/admin/users.rs                          281               281     0.00%          15                15     0.00%         286               286     0.00%           0                 0         -
garraia-gateway/src/agent_router.rs                          87                13    85.06%           4                 0   100.00%          57                 4    92.98%           0                 0         -
garraia-gateway/src/api.rs                                  470               470     0.00%          38                38     0.00%         556               556     0.00%           0                 0         -
garraia-gateway/src/auth_metrics.rs                          19                19     0.00%           3                 3     0.00%          11                11     0.00%           0                 0         -
garraia-gateway/src/auth_routes.rs                          341               326     4.40%          31                30     3.23%         273               266     2.56%           0                 0         -
garraia-gateway/src/auto_router.rs                          284                89    68.66%          26                 7    73.08%         225                75    66.67%           0                 0         -
garraia-gateway/src/billing.rs                              399                24    93.98%          33                 4    87.88%         243                19    92.18%           0                 0         -
garraia-gateway/src/bootstrap/channels.rs                    33                23    30.30%           2                 0   100.00%          27                19    29.63%           0                 0         -
garraia-gateway/src/bootstrap/config.rs                      74                18    75.68%           8                 2    75.00%          59                15    74.58%           0                 0         -
garraia-gateway/src/bootstrap/discord.rs                    262               256     2.29%           6                 5    16.67%         222               214     3.60%           0                 0         -
garraia-gateway/src/bootstrap/mod.rs                       1358              1104    18.70%          71                65     8.45%         803               634    21.05%           0                 0         -
garraia-gateway/src/bootstrap/slack.rs                      183               177     3.28%          11                10     9.09%         125               117     6.40%           0                 0         -
garraia-gateway/src/bootstrap/telegram.rs                   492               486     1.22%          22                21     4.55%         323               315     2.48%           0                 0         -
garraia-gateway/src/bootstrap/whatsapp.rs                   194               188     3.09%          13                12     7.69%         144               136     5.56%           0                 0         -
garraia-gateway/src/cluster.rs                              419                23    94.51%          47                 4    91.49%         296                22    92.57%           0                 0         -
garraia-gateway/src/commands.rs                             423               346    18.20%          24                23     4.17%         273               241    11.72%           0                 0         -
garraia-gateway/src/context_summarizer.rs                   137               137     0.00%           5                 5     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/diagnostics_handler.rs                  249               249     0.00%           8                 8     0.00%         179               179     0.00%           0                 0         -
garraia-gateway/src/externalization.rs                      456                28    93.86%          64                 7    89.06%         272                18    93.38%           0                 0         -
garraia-gateway/src/health.rs                               522               475     9.00%          40                34    15.00%         342               309     9.65%           0                 0         -
garraia-gateway/src/learning_handler.rs                     567               302    46.74%          58                26    55.17%         355               188    47.04%           0                 0         -
garraia-gateway/src/logs_handler.rs                          68                68     0.00%           3                 3     0.00%          51                51     0.00%           0                 0         -
garraia-gateway/src/mcp/mod.rs                              244                48    80.33%          22                 7    68.18%         179                40    77.65%           0                 0         -
garraia-gateway/src/mcp/persistence.rs                      408               105    74.26%          33                11    66.67%         235                71    69.79%           0                 0         -
garraia-gateway/src/mcp/registry.rs                         432                24    94.44%          45                 0   100.00%         232                18    92.24%           0                 0         -
garraia-gateway/src/mcp_commands.rs                         153               123    19.61%          12                 9    25.00%          93                78    16.13%           0                 0         -
garraia-gateway/src/mcp_marketplace.rs                      380               125    67.11%          16                10    37.50%         338               125    63.02%           0                 0         -
garraia-gateway/src/memory_handler.rs                        79                79     0.00%           6                 6     0.00%          92                92     0.00%           0                 0         -
garraia-gateway/src/metrics_auth.rs                         596                 2    99.66%          48                 0   100.00%         293                 1    99.66%           0                 0         -
garraia-gateway/src/metrics_exporter.rs                     104                27    74.04%          10                 3    70.00%          67                21    68.66%           0                 0         -
garraia-gateway/src/mobile_auth.rs                          808               167    79.33%          53                13    75.47%         575               201    65.04%           0                 0         -
garraia-gateway/src/mobile_chat.rs                          187               111    40.64%          17                 8    52.94%         155               110    29.03%           0                 0         -
garraia-gateway/src/oauth.rs                                620               434    30.00%          51                35    31.37%         449               340    24.28%           0                 0         -
garraia-gateway/src/observability.rs                        582               115    80.24%          44                17    61.36%         309                75    75.73%           0                 0         -
garraia-gateway/src/openai_api.rs                           712               605    15.03%          48                40    16.67%         553               490    11.39%           0                 0         -
garraia-gateway/src/openclaw_handler.rs                      53                53     0.00%           9                 9     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/parrot_ws.rs                            134               134     0.00%           7                 7     0.00%          91                91     0.00%           0                 0         -
garraia-gateway/src/path_validation.rs                      150                 0   100.00%          24                 0   100.00%          91                 0   100.00%           0                 0         -
garraia-gateway/src/plugins_handler.rs                      772               256    66.84%          65                23    64.62%         542               251    53.69%           0                 0         -
garraia-gateway/src/projects_handler.rs                     383               181    52.74%          29                13    55.17%         255               127    50.20%           0                 0         -
garraia-gateway/src/rate_limiter.rs                         682               163    76.10%          67                19    71.64%         435               130    70.11%           0                 0         -
garraia-gateway/src/rest_v1/audit.rs                        199               149    25.13%          16                11    31.25%         150               105    30.00%           0                 0         -
garraia-gateway/src/rest_v1/chats.rs                       3682              2496    32.21%         318               217    31.76%        2761              1889    31.58%           0                 0         -
garraia-gateway/src/rest_v1/doc_blocks.rs                   823               504    38.76%          61                43    29.51%         546               352    35.53%           0                 0         -
garraia-gateway/src/rest_v1/doc_mentions.rs                 421               328    22.09%          39                32    17.95%         307               256    16.61%           0                 0         -
garraia-gateway/src/rest_v1/doc_versions.rs                 749               579    22.70%          65                53    18.46%         533               420    21.20%           0                 0         -
garraia-gateway/src/rest_v1/docs.rs                         895               626    30.06%          73                53    27.40%         657               480    26.94%           0                 0         -
garraia-gateway/src/rest_v1/files.rs                       2221              1570    29.31%         168               119    29.17%        1642              1182    28.01%           0                 0         -
garraia-gateway/src/rest_v1/groups.rs                      2008              1361    32.22%         154               108    29.87%        1554              1146    26.25%           0                 0         -
garraia-gateway/src/rest_v1/invites.rs                      145               145     0.00%           9                 9     0.00%         115               115     0.00%           0                 0         -
garraia-gateway/src/rest_v1/me.rs                          5284              2868    45.72%         443               275    37.92%        4001              2505    37.39%           0                 0         -
garraia-gateway/src/rest_v1/memory.rs                       838               838     0.00%          59                59     0.00%         715               715     0.00%           0                 0         -
garraia-gateway/src/rest_v1/messages.rs                    1777              1373    22.73%         164               126    23.17%        1459              1146    21.45%           0                 0         -
garraia-gateway/src/rest_v1/mod.rs                         1126               772    31.44%          17                12    29.41%         833               574    31.09%           0                 0         -
garraia-gateway/src/rest_v1/openapi.rs                       11                11     0.00%           1                 1     0.00%          10                10     0.00%           0                 0         -
garraia-gateway/src/rest_v1/problem.rs                      240                26    89.17%          16                 1    93.75%         130                25    80.77%           0                 0         -
garraia-gateway/src/rest_v1/search.rs                      2817               839    70.22%         168                58    65.48%        1995              1003    49.72%           0                 0         -
garraia-gateway/src/rest_v1/tasks/activity.rs               112               112     0.00%           8                 8     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/assignees.rs              312               312     0.00%          24                24     0.00%         232               232     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/attachments.rs             58                58     0.00%          24                24     0.00%          58                58     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/comments.rs               703               473    32.72%          50                37    26.00%         504               353    29.96%           0                 0         -
garraia-gateway/src/rest_v1/tasks/labels.rs                1032               694    32.75%          71                53    25.35%         711               508    28.55%           0                 0         -
garraia-gateway/src/rest_v1/tasks/mod.rs                   1107              1107     0.00%          76                76     0.00%         892               892     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/subscriptions.rs          384               303    21.09%          34                26    23.53%         288               229    20.49%           0                 0         -
garraia-gateway/src/rest_v1/tasks/task_lists.rs             502               464     7.57%          38                36     5.26%         381               347     8.92%           0                 0         -
garraia-gateway/src/rest_v1/uploads.rs                      877               425    51.54%          99                56    43.43%         603               337    44.11%           0                 0         -
garraia-gateway/src/router.rs                              1305               846    35.17%          83                71    14.46%         973               686    29.50%           0                 0         -
garraia-gateway/src/runtime_handler.rs                       57                 6    89.47%          10                 1    90.00%          40                 3    92.50%           0                 0         -
garraia-gateway/src/server.rs                               838               522    37.71%          31                10    67.74%         540               345    36.11%           0                 0         -
garraia-gateway/src/session_auth.rs                         100               100     0.00%           8                 8     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/settings_handler.rs                     276               276     0.00%          13                13     0.00%         377               377     0.00%           0                 0         -
garraia-gateway/src/skills_handler.rs                       418               234    44.02%          24                 5    79.17%         477               282    40.88%           0                 0         -
garraia-gateway/src/skins_handler.rs                        168                33    80.36%          18                 4    77.78%         127                37    70.87%           0                 0         -
garraia-gateway/src/slash_commands.rs                       203               203     0.00%          13                13     0.00%         139               139     0.00%           0                 0         -
garraia-gateway/src/state.rs                                769               372    51.63%          68                33    51.47%         539               279    48.24%           0                 0         -
garraia-gateway/src/stats_handler.rs                          6                 6     0.00%           2                 2     0.00%           9                 9     0.00%           0                 0         -
garraia-gateway/src/totp.rs                                 370               107    71.08%          24                 9    62.50%         247               103    58.30%           0                 0         -
garraia-gateway/src/uploads_worker.rs                       226               200    11.50%          14                10    28.57%         181               155    14.36%           0                 0         -
garraia-gateway/src/uploads_worker_util.rs                   33                 0   100.00%           4                 0   100.00%          19                 0   100.00%           0                 0         -
garraia-gateway/src/voice_handler.rs                         13                13     0.00%           7                 7     0.00%          16                16     0.00%           0                 0         -
garraia-gateway/src/ws.rs                                   632               522    17.41%          39                25    35.90%         375               310    17.33%           0                 0         -
garraia-glob/src/ignore.rs                                  349                10    97.13%          32                 2    93.75%         176                 6    96.59%           0                 0         -
garraia-glob/src/lib.rs                                      39                 0   100.00%           4                 0   100.00%          16                 0   100.00%           0                 0         -
garraia-glob/src/matcher.rs                                  97                66    31.96%          10                 5    50.00%          77                45    41.56%           0                 0         -
garraia-glob/src/path.rs                                    100                37    63.00%          13                 7    46.15%          57                23    59.65%           0                 0         -
garraia-glob/src/pattern.rs                                 798                43    94.61%          44                 4    90.91%         403                27    93.30%           0                 0         -
garraia-glob/src/scanner.rs                                 520                53    89.81%          43                 4    90.70%         312                39    87.50%           0                 0         -
garraia-learning/src/evaluator.rs                           312                 6    98.08%          27                 0   100.00%         257                 1    99.61%           0                 0         -
garraia-learning/src/generator.rs                           486                25    94.86%          41                 3    92.68%         325                19    94.15%           0                 0         -
garraia-learning/src/lib.rs                                   6                 6     0.00%           2                 2     0.00%           6                 6     0.00%           0                 0         -
garraia-learning/src/miner.rs                               821                51    93.79%          65                 9    86.15%         543                32    94.11%           0                 0         -
garraia-learning/src/registry.rs                            878                81    90.77%          50                 6    88.00%         440                40    90.91%           0                 0         -
garraia-learning/src/retriever.rs                             3                 3     0.00%           1                 1     0.00%           5                 5     0.00%           0                 0         -
garraia-learning/src/safety.rs                              560                25    95.54%          41                 0   100.00%         296                 1    99.66%           0                 0         -
garraia-learning/src/skill_override.rs                       12                12     0.00%           4                 4     0.00%          20                20     0.00%           0                 0         -
garraia-learning/src/updater.rs                             861                76    91.17%          62                10    83.87%         509                52    89.78%           0                 0         -
garraia-learning/src/versioning.rs                          635                28    95.59%          43                 6    86.05%         357                22    93.84%           0                 0         -
garraia-media/src/image_processor.rs                        528               105    80.11%          39                15    61.54%         287                51    82.23%           0                 0         -
garraia-media/src/pdf.rs                                    413               361    12.59%          41                35    14.63%         250               183    26.80%           0                 0         -
garraia-media/src/processing.rs                             322                52    83.85%          17                 4    76.47%         219                47    78.54%           0                 0         -
garraia-media/src/types.rs                                   62                62     0.00%           4                 4     0.00%          41                41     0.00%           0                 0         -
garraia-plugins/src/loader.rs                               207               207     0.00%          15                15     0.00%         130               130     0.00%           0                 0         -
garraia-plugins/src/manifest.rs                              72                14    80.56%           8                 2    75.00%          70                 7    90.00%           0                 0         -
garraia-plugins/src/runtime.rs                              455               236    48.13%          32                23    28.12%         301               179    40.53%           0                 0         -
garraia-plugins/src/sdk/host_functions.rs                    93                 6    93.55%           7                 2    71.43%          75                 6    92.00%           0                 0         -
garraia-plugins/src/sdk/plugin_trait.rs                      65                 7    89.23%           9                 3    66.67%          47                 5    89.36%           0                 0         -
garraia-runtime/src/executor.rs                             212                63    70.28%          19                 0   100.00%         172                49    71.51%           0                 0         -
garraia-runtime/src/meta_controller.rs                      174                 3    98.28%          15                 1    93.33%         101                 3    97.03%           0                 0         -
garraia-runtime/src/mode.rs                                 616                41    93.34%          36                 3    91.67%         617                27    95.62%           0                 0         -
garraia-runtime/src/state.rs                                 95                 7    92.63%           8                 0   100.00%          56                 4    92.86%           0                 0         -
garraia-security/src/allowlist.rs                           262                35    86.64%          19                 4    78.95%         149                20    86.58%           0                 0         -
garraia-security/src/credentials.rs                         443               161    63.66%          38                21    44.74%         249                99    60.24%           0                 0         -
garraia-security/src/pairing.rs                             107                 0   100.00%          11                 0   100.00%          61                 0   100.00%           0                 0         -
garraia-security/src/redaction.rs                            62                 5    91.94%          10                 1    90.00%          50                 3    94.00%           0                 0         -
garraia-security/src/validation.rs                          244                 7    97.13%          18                 0   100.00%         172                 2    98.84%           0                 0         -
garraia-skills/src/installer.rs                             100                83    17.00%          10                 7    30.00%          58                44    24.14%           0                 0         -
garraia-skills/src/native.rs                                292                17    94.18%          36                 3    91.67%         269                14    94.80%           0                 0         -
garraia-skills/src/parser.rs                                146                 6    95.89%          10                 1    90.00%          84                 4    95.24%           0                 0         -
garraia-skills/src/scanner.rs                               144                 6    95.83%           8                 0   100.00%          79                 1    98.73%           0                 0         -
garraia-storage/src/error.rs                                 12                 0   100.00%           2                 0   100.00%          11                 0   100.00%           0                 0         -
garraia-storage/src/hash_util.rs                             10                 0   100.00%           1                 0   100.00%           5                 0   100.00%           0                 0         -
garraia-storage/src/integrity.rs                            201                 1    99.50%          14                 0   100.00%          83                 1    98.80%           0                 0         -
garraia-storage/src/local_fs.rs                             638                25    96.08%          55                 1    98.18%         406                16    96.06%           0                 0         -
garraia-storage/src/mime_allowlist.rs                       105                 0   100.00%          15                 0   100.00%          75                 0   100.00%           0                 0         -
garraia-storage/src/object_store.rs                         209                29    86.12%          18                 2    88.89%         145                18    87.59%           0                 0         -
garraia-storage/src/path_sanitize.rs                        186                 5    97.31%          15                 0   100.00%         119                 1    99.16%           0                 0         -
garraia-telemetry/src/config.rs                             213                12    94.37%          14                 1    92.86%         168                 4    97.62%           0                 0         -
garraia-telemetry/src/layers.rs                              15                 0   100.00%           3                 0   100.00%           9                 0   100.00%           0                 0         -
garraia-telemetry/src/lib.rs                                 36                14    61.11%           3                 1    66.67%          34                12    64.71%           0                 0         -
garraia-telemetry/src/metrics.rs                            146                32    78.08%          16                 5    68.75%          93                18    80.65%           0                 0         -
garraia-telemetry/src/redact.rs                              92                 0   100.00%           8                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-telemetry/src/tracer.rs                              51                35    31.37%           4                 2    50.00%          31                22    29.03%           0                 0         -
garraia-tools/src/lib.rs                                    177               143    19.21%          29                22    24.14%         129               107    17.05%           0                 0         -
garraia-voice/src/audio/converter.rs                         72                72     0.00%           6                 6     0.00%          78                78     0.00%           0                 0         -
garraia-voice/src/lib.rs                                     10                10     0.00%           5                 5     0.00%           8                 8     0.00%           0                 0         -
garraia-voice/src/pipeline.rs                               113               113     0.00%           3                 3     0.00%          73                73     0.00%           0                 0         -
garraia-voice/src/stt/whisper_client.rs                     182               182     0.00%          18                18     0.00%         122               122     0.00%           0                 0         -
garraia-voice/src/tts/chatterbox_client.rs                  202               202     0.00%          17                17     0.00%         131               131     0.00%           0                 0         -
garraia-voice/src/tts/hibiki_client.rs                       54                54     0.00%           6                 6     0.00%          41                41     0.00%           0                 0         -
garraia-voice/src/tts/lmstudio_client.rs                    190               190     0.00%          20                20     0.00%         142               142     0.00%           0                 0         -
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                                     99409             50187    49.51%        8013              4210    47.46%       71463             38906    45.56%           0                 0         -

@dependabot
dependabot Bot force-pushed the dependabot/cargo/patch-and-minor-4afd84d665 branch from 5144a45 to a61a987 Compare August 16, 2026 04:39
@github-actions

Copy link
Copy Markdown

Quality Ratchet Report

Mode: report-only
Baseline frozen: 2026-05-05T11:20:45Z
Current collected: 2026-08-16T04:50:40Z
Current SHA: ae70f48fbe85
Collect mode: fast

Resumo

Métrica Baseline Current Status
max_file_lines 3240 6332 ❌ REGRESSION
files_over_700 34 52 ❌ REGRESSION
files_over_1500 7 12 ❌ REGRESSION
files_over_2500 1 6 ❌ REGRESSION
coverage_pct None None ⚠️ WARN
audit_critical 0 0 ✅ PASS
audit_high 0 0 ✅ PASS
clippy_warnings None None ⚠️ WARN

❌ Regressões Detectadas

max_file_lines

  • Baseline: 3240
  • Current: 6332
  • Delta: +3092
  • Fix: Modularize crates/garraia-gateway/src/rest_v1/me.rs (now 6332 lines). Quebre em arquivos menores por responsabilidade. NÃO ignore o limite criando arquivos redundantes.

files_over_700

  • Baseline: 34
  • Current: 52
  • Delta: +18
  • Fix: Quantidade de arquivos >700 linhas subiu de 34 para 52. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_1500

  • Baseline: 7
  • Current: 12
  • Delta: +5
  • Fix: Quantidade de arquivos >1500 linhas subiu de 7 para 12. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_2500

  • Baseline: 1
  • Current: 6
  • Delta: +5
  • Fix: Quantidade de arquivos >2500 linhas subiu de 1 para 6. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

Mode report-only → exit 0. CI não bloqueado, mas regressão registrada.

⚠️ Warnings (métrica não coletada / sem baseline)

  • coverage_pct: Coverage não coletada neste run (reason: not_collected_this_run).
  • clippy_warnings: Clippy não coletado neste run (reason: fast_mode_skips_clippy_use_full_for_offline_run). Em fast mode é esperado — ci.yml já roda clippy hard-blocking.

Próximo passo

Resolva uma regressão por commit (não tudo de uma vez). Veja .claude/commands/quality-babysit.md (auto-loop até N=5) — em PR-1 o modo é manual-only.


Generated by scripts/quality/compare.py. Determinístico — mesma entrada = mesma saída. Sem chamada de IA.

@github-actions

Copy link
Copy Markdown

Coverage Report (cargo-llvm-cov)

Generated by coverage job in this PR run. Soft-gate: no threshold; artifact + summary only.

Excluded crates: garraia-desktop, garraia-auth, garraia-workspace (see ci.yml comment).

Filename                                                Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
garraia-agents/src/a2a/client.rs                            106               106     0.00%          18                18     0.00%          99                99     0.00%           0                 0         -
garraia-agents/src/agent_mode.rs                            419                97    76.85%          39                14    64.10%         296                85    71.28%           0                 0         -
garraia-agents/src/anthropic.rs                             427               127    70.26%          32                12    62.50%         327               100    69.42%           0                 0         -
garraia-agents/src/context_policy.rs                        100                97     3.00%           8                 7    12.50%          82                76     7.32%           0                 0         -
garraia-agents/src/embeddings.rs                            221               139    37.10%          46                38    17.39%         173               114    34.10%           0                 0         -
garraia-agents/src/execution_budget.rs                      260                11    95.77%          24                 3    87.50%         150                12    92.00%           0                 0         -
garraia-agents/src/llama_cpp.rs                             467               209    55.25%          48                29    39.58%         316               142    55.06%           0                 0         -
garraia-agents/src/mcp/manager.rs                           633               468    26.07%          77                58    24.68%         472               337    28.60%           0                 0         -
garraia-agents/src/mcp/tool_bridge.rs                        30                18    40.00%           9                 7    22.22%          37                19    48.65%           0                 0         -
garraia-agents/src/memory_extractor.rs                       68                59    13.24%           8                 6    25.00%          74                42    43.24%           0                 0         -
garraia-agents/src/modes.rs                                 628               126    79.94%          50                20    60.00%         619               100    83.84%           0                 0         -
garraia-agents/src/multi_agent.rs                           360               268    25.56%          23                16    30.43%         307               231    24.76%           0                 0         -
garraia-agents/src/ollama.rs                                596               120    79.87%          50                12    76.00%         425                94    77.88%           0                 0         -
garraia-agents/src/openai.rs                               1017               428    57.92%          61                32    47.54%         646               231    64.24%           0                 0         -
garraia-agents/src/orchestrator.rs                          594               431    27.44%          58                41    29.31%         511               366    28.38%           0                 0         -
garraia-agents/src/persona.rs                               105                 0   100.00%           8                 0   100.00%          56                 0   100.00%           0                 0         -
garraia-agents/src/provider_resilience.rs                   445                44    90.11%          55                 9    83.64%         282                34    87.94%           0                 0         -
garraia-agents/src/providers.rs                               7                 7     0.00%           3                 3     0.00%           7                 7     0.00%           0                 0         -
garraia-agents/src/runtime.rs                               948               789    16.77%         149               129    13.42%         764               646    15.45%           0                 0         -
garraia-agents/src/tools/bash_tool.rs                       231                45    80.52%          24                 6    75.00%         165                44    73.33%           0                 0         -
garraia-agents/src/tools/code_review_tool.rs                140               125    10.71%          15                14     6.67%         128               116     9.38%           0                 0         -
garraia-agents/src/tools/file_read_tool.rs                  122                31    74.59%          19                 6    68.42%         103                27    73.79%           0                 0         -
garraia-agents/src/tools/file_write_tool.rs                 133                49    63.16%          21                 9    57.14%         111                40    63.96%           0                 0         -
garraia-agents/src/tools/git_diff_tool.rs                   400               112    72.00%          35                 8    77.14%         277                81    70.76%           0                 0         -
garraia-agents/src/tools/list_dir_tool.rs                   286                63    77.97%          28                 8    71.43%         188                44    76.60%           0                 0         -
garraia-agents/src/tools/mod.rs                              35                 0   100.00%           6                 0   100.00%          38                 0   100.00%           0                 0         -
garraia-agents/src/tools/repo_search_tool.rs                122                30    75.41%          17                 6    64.71%          90                22    75.56%           0                 0         -
garraia-agents/src/tools/run_tests_tool.rs                  219               145    33.79%          15                 8    46.67%         154                86    44.16%           0                 0         -
garraia-agents/src/tools/schedule.rs                        397               182    54.16%          44                27    38.64%         307               135    56.03%           0                 0         -
garraia-agents/src/tools/tool_context.rs                    188                25    86.70%          15                 4    73.33%         125                40    68.00%           0                 0         -
garraia-agents/src/tools/web_fetch_tool.rs                   76                19    75.00%          13                 6    53.85%          56                18    67.86%           0                 0         -
garraia-agents/src/tools/web_search_tool.rs                 115                24    79.13%          15                 7    53.33%          85                22    74.12%           0                 0         -
garraia-auth/src/action.rs                                   73                73     0.00%           2                 2     0.00%          51                51     0.00%           0                 0         -
garraia-auth/src/app_pool.rs                                 38                38     0.00%           9                 9     0.00%          32                32     0.00%           0                 0         -
garraia-auth/src/audit.rs                                    47                47     0.00%           4                 4     0.00%          44                44     0.00%           0                 0         -
garraia-auth/src/audit_workspace.rs                         113                95    15.93%           4                 2    50.00%         114                98    14.04%           0                 0         -
garraia-auth/src/can.rs                                      82                 0   100.00%           3                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-auth/src/extractor.rs                                83                83     0.00%           8                 8     0.00%          59                59     0.00%           0                 0         -
garraia-auth/src/hashing.rs                                  78                22    71.79%           8                 4    50.00%          47                17    63.83%           0                 0         -
garraia-auth/src/internal.rs                                277               277     0.00%          10                10     0.00%         211               211     0.00%           0                 0         -
garraia-auth/src/jwt.rs                                     147               147     0.00%          11                11     0.00%          97                97     0.00%           0                 0         -
garraia-auth/src/login_pool.rs                               35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/password.rs                                 87                87     0.00%           4                 4     0.00%          64                64     0.00%           0                 0         -
garraia-auth/src/role.rs                                     30                30     0.00%           3                 3     0.00%          25                25     0.00%           0                 0         -
garraia-auth/src/sessions.rs                                114               114     0.00%           8                 8     0.00%          86                86     0.00%           0                 0         -
garraia-auth/src/signup_pool.rs                              35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/storage_redacted.rs                        139               139     0.00%          10                10     0.00%          73                73     0.00%           0                 0         -
garraia-auth/src/types.rs                                    11                11     0.00%           1                 1     0.00%           8                 8     0.00%           0                 0         -
garraia-channels/src/commands/builtins/clear.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/config.rs             23                23     0.00%           5                 5     0.00%          28                28     0.00%           0                 0         -
garraia-channels/src/commands/builtins/health.rs             12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/help.rs               19                19     0.00%           4                 4     0.00%          23                23     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mod.rs                44                44     0.00%           1                 1     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mode.rs               50                50     0.00%           8                 8     0.00%          53                53     0.00%           0                 0         -
garraia-channels/src/commands/builtins/model.rs              22                22     0.00%           4                 4     0.00%          17                17     0.00%           0                 0         -
garraia-channels/src/commands/builtins/pair.rs               15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/providers.rs          12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/start.rs              23                23     0.00%           5                 5     0.00%          27                27     0.00%           0                 0         -
garraia-channels/src/commands/builtins/stats.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/users.rs              15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voice.rs              28                28     0.00%           5                 5     0.00%          25                25     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voz.rs                28                28     0.00%           4                 4     0.00%          26                26     0.00%           0                 0         -
garraia-channels/src/commands/mod.rs                         29                21    27.59%           4                 2    50.00%          19                12    36.84%           0                 0         -
garraia-channels/src/commands/registry.rs                   280                55    80.36%          40                15    62.50%         196                46    76.53%           0                 0         -
garraia-channels/src/discord/commands.rs                     84                46    45.24%           9                 5    44.44%          64                38    40.62%           0                 0         -
garraia-channels/src/discord/config.rs                      128                 2    98.44%          13                 1    92.31%          81                 1    98.77%           0                 0         -
garraia-channels/src/discord/convert.rs                     269               117    56.51%          18                 7    61.11%         167                76    54.49%           0                 0         -
garraia-channels/src/discord/handler.rs                     343               296    13.70%          31                27    12.90%         220               190    13.64%           0                 0         -
garraia-channels/src/discord/mod.rs                         291               127    56.36%          47                29    38.30%         193                89    53.89%           0                 0         -
garraia-channels/src/lib.rs                                  27                27     0.00%           2                 2     0.00%          30                30     0.00%           0                 0         -
garraia-channels/src/metrics.rs                             157                 9    94.27%          20                 3    85.00%         110                14    87.27%           0                 0         -
garraia-channels/src/openclaw/client.rs                     158               158     0.00%          13                13     0.00%         110               110     0.00%           0                 0         -
garraia-channels/src/openclaw/config.rs                      11                11     0.00%           3                 3     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/openclaw/convert.rs                    178                 7    96.07%          13                 0   100.00%          95                 2    97.89%           0                 0         -
garraia-channels/src/protocol.rs                             99                 4    95.96%           8                 1    87.50%          78                 4    94.87%           0                 0         -
garraia-channels/src/registry.rs                             72                69     4.17%          12                11     8.33%          46                41    10.87%           0                 0         -
garraia-channels/src/slack/api.rs                           101               101     0.00%          17                17     0.00%          88                88     0.00%           0                 0         -
garraia-channels/src/slack/fmt.rs                           121                 3    97.52%           7                 0   100.00%          74                 1    98.65%           0                 0         -
garraia-channels/src/slack/mod.rs                           397               358     9.82%          27                22    18.52%         267               241     9.74%           0                 0         -
garraia-channels/src/telegram.rs                            430               285    33.72%          31                20    35.48%         332               181    45.48%           0                 0         -
garraia-channels/src/telegram_fmt.rs                        183                15    91.80%           9                 0   100.00%         103                 5    95.15%           0                 0         -
garraia-channels/src/whatsapp/api.rs                         66                66     0.00%           6                 6     0.00%          59                59     0.00%           0                 0         -
garraia-channels/src/whatsapp/mod.rs                         80                38    52.50%          19                14    26.32%          77                40    48.05%           0                 0         -
garraia-channels/src/whatsapp/webhook.rs                    248               248     0.00%          27                27     0.00%         155               155     0.00%           0                 0         -
garraia-cli/src/ask.rs                                      559               179    67.98%          42                 9    78.57%         356               114    67.98%           0                 0         -
garraia-cli/src/banner.rs                                   235               148    37.02%          13                 9    30.77%         123                78    36.59%           0                 0         -
garraia-cli/src/capability_prompt.rs                        325                 0   100.00%          14                 0   100.00%         183                 0   100.00%           0                 0         -
garraia-cli/src/chat.rs                                    1078               784    27.27%          47                27    42.55%         703               474    32.57%           0                 0         -
garraia-cli/src/config_cmd.rs                               244               147    39.75%          12                 4    66.67%         185               115    37.84%           0                 0         -
garraia-cli/src/glob_cmd.rs                                 143               143     0.00%           8                 8     0.00%         111               111     0.00%           0                 0         -
garraia-cli/src/main.rs                                     965               797    17.41%          34                24    29.41%         631               515    18.38%           0                 0         -
garraia-cli/src/max_power.rs                                242               129    46.69%          17                 7    58.82%         166               100    39.76%           0                 0         -
garraia-cli/src/mcp_server.rs                               567                87    84.66%          55                 8    85.45%         373                63    83.11%           0                 0         -
garraia-cli/src/migrate.rs                                  502               502     0.00%          19                19     0.00%         330               330     0.00%           0                 0         -
garraia-cli/src/migrate_workspace.rs                        781                94    87.96%          65                10    84.62%         531                43    91.90%           0                 0         -
garraia-cli/src/repo_workflow.rs                            365                81    77.81%          36                 7    80.56%         221                50    77.38%           0                 0         -
garraia-cli/src/team.rs                                     316                29    90.82%          23                 0   100.00%         257                34    86.77%           0                 0         -
garraia-cli/src/update.rs                                   330               312     5.45%          18                15    16.67%         213               201     5.63%           0                 0         -
garraia-cli/src/verify.rs                                   364               159    56.32%          33                 6    81.82%         302               161    46.69%           0                 0         -
garraia-cli/src/wizard/config_writer.rs                     429                59    86.25%          22                 7    68.18%         284                35    87.68%           0                 0         -
garraia-cli/src/wizard/env_detect.rs                        515               135    73.79%          44                 9    79.55%         321                85    73.52%           0                 0         -
garraia-cli/src/wizard/local_stack.rs                       196               109    44.39%          16                 8    50.00%         134                80    40.30%           0                 0         -
garraia-cli/src/wizard/mod.rs                               491               465     5.30%          13                11    15.38%         362               338     6.63%           0                 0         -
garraia-cli/src/wizard/prompts.rs                            55                51     7.27%           6                 5    16.67%          35                32     8.57%           0                 0         -
garraia-common/src/error.rs                                  22                 0   100.00%           1                 0   100.00%          10                 0   100.00%           0                 0         -
garraia-common/src/handoff.rs                               482                10    97.93%          39                 1    97.44%         280                 6    97.86%           0                 0         -
garraia-common/src/message.rs                                58                 2    96.55%           4                 0   100.00%          49                 2    95.92%           0                 0         -
garraia-common/src/safety_gate.rs                           285                 6    97.89%          37                 0   100.00%         153                 0   100.00%           0                 0         -
garraia-common/src/types.rs                                  47                38    19.15%          13                10    23.08%          44                35    20.45%           0                 0         -
garraia-config/src/auth.rs                                  321                66    79.44%          23                 5    78.26%         225                43    80.89%           0                 0         -
garraia-config/src/check.rs                                1191               101    91.52%          95                 3    96.84%        1030               113    89.03%           0                 0         -
garraia-config/src/loader.rs                                330                43    86.97%          22                 5    77.27%         213                29    86.38%           0                 0         -
garraia-config/src/model.rs                                 203                 6    97.04%          38                 2    94.74%         233                 8    96.57%           0                 0         -
garraia-config/src/watcher.rs                               104               104     0.00%          10                10     0.00%          60                60     0.00%           0                 0         -
garraia-db/src/chat_sync.rs                                 261               200    23.37%          37                28    24.32%         189               144    23.81%           0                 0         -
garraia-db/src/memory_store.rs                              898               230    74.39%          86                28    67.44%         610               115    81.15%           0                 0         -
garraia-db/src/project_store.rs                            1418               256    81.95%         106                53    50.00%         817               106    87.03%           0                 0         -
garraia-db/src/session_store.rs                            1341               658    50.93%         124                84    32.26%        1097               442    59.71%           0                 0         -
garraia-db/src/sqlite_db.rs                                 102                 0   100.00%          12                 0   100.00%          50                 0   100.00%           0                 0         -
garraia-db/src/vector_store.rs                              271                44    83.76%          31                12    61.29%         193                23    88.08%           0                 0         -
garraia-embeddings/src/error.rs                              20                 0   100.00%           2                 0   100.00%          17                 0   100.00%           0                 0         -
garraia-embeddings/src/hybrid.rs                            220                19    91.36%          20                 3    85.00%         173                12    93.06%           0                 0         -
garraia-embeddings/src/provider.rs                          173                 2    98.84%          20                 0   100.00%          92                 2    97.83%           0                 0         -
garraia-embeddings/src/types.rs                             128                 6    95.31%          11                 1    90.91%          70                 3    95.71%           0                 0         -
garraia-gateway/src/a2a.rs                                  178               178     0.00%          12                12     0.00%         171               171     0.00%           0                 0         -
garraia-gateway/src/admin/audit.rs                          120                 2    98.33%           9                 0   100.00%         114                 1    99.12%           0                 0         -
garraia-gateway/src/admin/handlers.rs                       965               965     0.00%          64                64     0.00%        1004              1004     0.00%           0                 0         -
garraia-gateway/src/admin/mcp.rs                            217               217     0.00%           9                 9     0.00%         211               211     0.00%           0                 0         -
garraia-gateway/src/admin/mcp_templates.rs                  211               211     0.00%          14                14     0.00%         189               189     0.00%           0                 0         -
garraia-gateway/src/admin/middleware.rs                     223                90    59.64%          18                 7    61.11%         137                58    57.66%           0                 0         -
garraia-gateway/src/admin/observability.rs                  219               219     0.00%          19                19     0.00%         201               201     0.00%           0                 0         -
garraia-gateway/src/admin/providers.rs                      292               292     0.00%          22                22     0.00%         289               289     0.00%           0                 0         -
garraia-gateway/src/admin/rbac.rs                           233                21    90.99%          21                 2    90.48%         202                21    89.60%           0                 0         -
garraia-gateway/src/admin/routes.rs                         224                12    94.64%           5                 4    20.00%         124                11    91.13%           0                 0         -
garraia-gateway/src/admin/secrets.rs                        461               461     0.00%          34                34     0.00%         395               395     0.00%           0                 0         -
garraia-gateway/src/admin/shared.rs                          59                34    42.37%           1                 0   100.00%          41                22    46.34%           0                 0         -
garraia-gateway/src/admin/store.rs                         1040               427    58.94%          90                47    47.78%         722               253    64.96%           0                 0         -
garraia-gateway/src/admin/users.rs                          281               281     0.00%          15                15     0.00%         286               286     0.00%           0                 0         -
garraia-gateway/src/agent_router.rs                          87                13    85.06%           4                 0   100.00%          57                 4    92.98%           0                 0         -
garraia-gateway/src/api.rs                                  470               470     0.00%          38                38     0.00%         556               556     0.00%           0                 0         -
garraia-gateway/src/auth_metrics.rs                          19                19     0.00%           3                 3     0.00%          11                11     0.00%           0                 0         -
garraia-gateway/src/auth_routes.rs                          341               326     4.40%          31                30     3.23%         273               266     2.56%           0                 0         -
garraia-gateway/src/auto_router.rs                          284                89    68.66%          26                 7    73.08%         225                75    66.67%           0                 0         -
garraia-gateway/src/billing.rs                              399                24    93.98%          33                 4    87.88%         243                19    92.18%           0                 0         -
garraia-gateway/src/bootstrap/channels.rs                    33                23    30.30%           2                 0   100.00%          27                19    29.63%           0                 0         -
garraia-gateway/src/bootstrap/config.rs                      74                18    75.68%           8                 2    75.00%          59                15    74.58%           0                 0         -
garraia-gateway/src/bootstrap/discord.rs                    262               256     2.29%           6                 5    16.67%         222               214     3.60%           0                 0         -
garraia-gateway/src/bootstrap/mod.rs                       1358              1104    18.70%          71                65     8.45%         803               634    21.05%           0                 0         -
garraia-gateway/src/bootstrap/slack.rs                      183               177     3.28%          11                10     9.09%         125               117     6.40%           0                 0         -
garraia-gateway/src/bootstrap/telegram.rs                   492               486     1.22%          22                21     4.55%         323               315     2.48%           0                 0         -
garraia-gateway/src/bootstrap/whatsapp.rs                   194               188     3.09%          13                12     7.69%         144               136     5.56%           0                 0         -
garraia-gateway/src/cluster.rs                              419                23    94.51%          47                 4    91.49%         296                22    92.57%           0                 0         -
garraia-gateway/src/commands.rs                             423               346    18.20%          24                23     4.17%         273               241    11.72%           0                 0         -
garraia-gateway/src/context_summarizer.rs                   137               137     0.00%           5                 5     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/diagnostics_handler.rs                  249               249     0.00%           8                 8     0.00%         179               179     0.00%           0                 0         -
garraia-gateway/src/externalization.rs                      456                28    93.86%          64                 7    89.06%         272                18    93.38%           0                 0         -
garraia-gateway/src/health.rs                               522               475     9.00%          40                34    15.00%         342               309     9.65%           0                 0         -
garraia-gateway/src/learning_handler.rs                     567               302    46.74%          58                26    55.17%         355               188    47.04%           0                 0         -
garraia-gateway/src/logs_handler.rs                          68                68     0.00%           3                 3     0.00%          51                51     0.00%           0                 0         -
garraia-gateway/src/mcp/mod.rs                              244                48    80.33%          22                 7    68.18%         179                40    77.65%           0                 0         -
garraia-gateway/src/mcp/persistence.rs                      408               105    74.26%          33                11    66.67%         235                71    69.79%           0                 0         -
garraia-gateway/src/mcp/registry.rs                         432                24    94.44%          45                 0   100.00%         232                18    92.24%           0                 0         -
garraia-gateway/src/mcp_commands.rs                         153               123    19.61%          12                 9    25.00%          93                78    16.13%           0                 0         -
garraia-gateway/src/mcp_marketplace.rs                      380               125    67.11%          16                10    37.50%         338               125    63.02%           0                 0         -
garraia-gateway/src/memory_handler.rs                        79                79     0.00%           6                 6     0.00%          92                92     0.00%           0                 0         -
garraia-gateway/src/metrics_auth.rs                         596                 2    99.66%          48                 0   100.00%         293                 1    99.66%           0                 0         -
garraia-gateway/src/metrics_exporter.rs                     104                27    74.04%          10                 3    70.00%          67                21    68.66%           0                 0         -
garraia-gateway/src/mobile_auth.rs                          808               167    79.33%          53                13    75.47%         575               201    65.04%           0                 0         -
garraia-gateway/src/mobile_chat.rs                          187               111    40.64%          17                 8    52.94%         155               110    29.03%           0                 0         -
garraia-gateway/src/oauth.rs                                620               434    30.00%          51                35    31.37%         449               340    24.28%           0                 0         -
garraia-gateway/src/observability.rs                        582               115    80.24%          44                17    61.36%         309                75    75.73%           0                 0         -
garraia-gateway/src/openai_api.rs                           712               605    15.03%          48                40    16.67%         553               490    11.39%           0                 0         -
garraia-gateway/src/openclaw_handler.rs                      53                53     0.00%           9                 9     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/parrot_ws.rs                            134               134     0.00%           7                 7     0.00%          91                91     0.00%           0                 0         -
garraia-gateway/src/path_validation.rs                      150                 0   100.00%          24                 0   100.00%          91                 0   100.00%           0                 0         -
garraia-gateway/src/plugins_handler.rs                      772               256    66.84%          65                23    64.62%         542               251    53.69%           0                 0         -
garraia-gateway/src/projects_handler.rs                     383               181    52.74%          29                13    55.17%         255               127    50.20%           0                 0         -
garraia-gateway/src/rate_limiter.rs                         682               163    76.10%          67                19    71.64%         435               130    70.11%           0                 0         -
garraia-gateway/src/rest_v1/audit.rs                        199               149    25.13%          16                11    31.25%         150               105    30.00%           0                 0         -
garraia-gateway/src/rest_v1/chats.rs                       3682              2496    32.21%         318               217    31.76%        2761              1889    31.58%           0                 0         -
garraia-gateway/src/rest_v1/doc_blocks.rs                   823               504    38.76%          61                43    29.51%         546               352    35.53%           0                 0         -
garraia-gateway/src/rest_v1/doc_mentions.rs                 421               328    22.09%          39                32    17.95%         307               256    16.61%           0                 0         -
garraia-gateway/src/rest_v1/doc_versions.rs                 749               579    22.70%          65                53    18.46%         533               420    21.20%           0                 0         -
garraia-gateway/src/rest_v1/docs.rs                         895               626    30.06%          73                53    27.40%         657               480    26.94%           0                 0         -
garraia-gateway/src/rest_v1/files.rs                       2221              1570    29.31%         168               119    29.17%        1642              1182    28.01%           0                 0         -
garraia-gateway/src/rest_v1/groups.rs                      2008              1361    32.22%         154               108    29.87%        1554              1146    26.25%           0                 0         -
garraia-gateway/src/rest_v1/invites.rs                      145               145     0.00%           9                 9     0.00%         115               115     0.00%           0                 0         -
garraia-gateway/src/rest_v1/me.rs                          5284              2868    45.72%         443               275    37.92%        4001              2505    37.39%           0                 0         -
garraia-gateway/src/rest_v1/memory.rs                       838               838     0.00%          59                59     0.00%         715               715     0.00%           0                 0         -
garraia-gateway/src/rest_v1/messages.rs                    1777              1373    22.73%         164               126    23.17%        1459              1146    21.45%           0                 0         -
garraia-gateway/src/rest_v1/mod.rs                         1126               772    31.44%          17                12    29.41%         833               574    31.09%           0                 0         -
garraia-gateway/src/rest_v1/openapi.rs                       11                11     0.00%           1                 1     0.00%          10                10     0.00%           0                 0         -
garraia-gateway/src/rest_v1/problem.rs                      240                26    89.17%          16                 1    93.75%         130                25    80.77%           0                 0         -
garraia-gateway/src/rest_v1/search.rs                      2817               839    70.22%         168                58    65.48%        1995              1003    49.72%           0                 0         -
garraia-gateway/src/rest_v1/tasks/activity.rs               112               112     0.00%           8                 8     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/assignees.rs              312               312     0.00%          24                24     0.00%         232               232     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/attachments.rs             58                58     0.00%          24                24     0.00%          58                58     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/comments.rs               703               473    32.72%          50                37    26.00%         504               353    29.96%           0                 0         -
garraia-gateway/src/rest_v1/tasks/labels.rs                1032               694    32.75%          71                53    25.35%         711               508    28.55%           0                 0         -
garraia-gateway/src/rest_v1/tasks/mod.rs                   1107              1107     0.00%          76                76     0.00%         892               892     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/subscriptions.rs          384               303    21.09%          34                26    23.53%         288               229    20.49%           0                 0         -
garraia-gateway/src/rest_v1/tasks/task_lists.rs             502               464     7.57%          38                36     5.26%         381               347     8.92%           0                 0         -
garraia-gateway/src/rest_v1/uploads.rs                      877               425    51.54%          99                56    43.43%         603               337    44.11%           0                 0         -
garraia-gateway/src/router.rs                              1305               846    35.17%          83                71    14.46%         973               686    29.50%           0                 0         -
garraia-gateway/src/runtime_handler.rs                       57                 6    89.47%          10                 1    90.00%          40                 3    92.50%           0                 0         -
garraia-gateway/src/server.rs                               838               522    37.71%          31                10    67.74%         540               345    36.11%           0                 0         -
garraia-gateway/src/session_auth.rs                         100               100     0.00%           8                 8     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/settings_handler.rs                     276               276     0.00%          13                13     0.00%         377               377     0.00%           0                 0         -
garraia-gateway/src/skills_handler.rs                       418               234    44.02%          24                 5    79.17%         477               282    40.88%           0                 0         -
garraia-gateway/src/skins_handler.rs                        168                33    80.36%          18                 4    77.78%         127                37    70.87%           0                 0         -
garraia-gateway/src/slash_commands.rs                       203               203     0.00%          13                13     0.00%         139               139     0.00%           0                 0         -
garraia-gateway/src/state.rs                                769               372    51.63%          68                33    51.47%         539               279    48.24%           0                 0         -
garraia-gateway/src/stats_handler.rs                          6                 6     0.00%           2                 2     0.00%           9                 9     0.00%           0                 0         -
garraia-gateway/src/totp.rs                                 370               106    71.35%          24                 9    62.50%         247               102    58.70%           0                 0         -
garraia-gateway/src/uploads_worker.rs                       226               200    11.50%          14                10    28.57%         181               155    14.36%           0                 0         -
garraia-gateway/src/uploads_worker_util.rs                   33                 0   100.00%           4                 0   100.00%          19                 0   100.00%           0                 0         -
garraia-gateway/src/voice_handler.rs                         13                13     0.00%           7                 7     0.00%          16                16     0.00%           0                 0         -
garraia-gateway/src/ws.rs                                   632               522    17.41%          39                25    35.90%         375               310    17.33%           0                 0         -
garraia-glob/src/ignore.rs                                  349                10    97.13%          32                 2    93.75%         176                 6    96.59%           0                 0         -
garraia-glob/src/lib.rs                                      39                 0   100.00%           4                 0   100.00%          16                 0   100.00%           0                 0         -
garraia-glob/src/matcher.rs                                  97                66    31.96%          10                 5    50.00%          77                45    41.56%           0                 0         -
garraia-glob/src/path.rs                                    100                37    63.00%          13                 7    46.15%          57                23    59.65%           0                 0         -
garraia-glob/src/pattern.rs                                 798                43    94.61%          44                 4    90.91%         403                27    93.30%           0                 0         -
garraia-glob/src/scanner.rs                                 520                53    89.81%          43                 4    90.70%         312                39    87.50%           0                 0         -
garraia-learning/src/evaluator.rs                           312                 6    98.08%          27                 0   100.00%         257                 1    99.61%           0                 0         -
garraia-learning/src/generator.rs                           486                25    94.86%          41                 3    92.68%         325                19    94.15%           0                 0         -
garraia-learning/src/lib.rs                                   6                 6     0.00%           2                 2     0.00%           6                 6     0.00%           0                 0         -
garraia-learning/src/miner.rs                               821                51    93.79%          65                 9    86.15%         543                32    94.11%           0                 0         -
garraia-learning/src/registry.rs                            878                81    90.77%          50                 6    88.00%         440                40    90.91%           0                 0         -
garraia-learning/src/retriever.rs                             3                 3     0.00%           1                 1     0.00%           5                 5     0.00%           0                 0         -
garraia-learning/src/safety.rs                              560                25    95.54%          41                 0   100.00%         296                 1    99.66%           0                 0         -
garraia-learning/src/skill_override.rs                       12                12     0.00%           4                 4     0.00%          20                20     0.00%           0                 0         -
garraia-learning/src/updater.rs                             861                76    91.17%          62                10    83.87%         509                52    89.78%           0                 0         -
garraia-learning/src/versioning.rs                          635                28    95.59%          43                 6    86.05%         357                22    93.84%           0                 0         -
garraia-media/src/image_processor.rs                        528               105    80.11%          39                15    61.54%         287                51    82.23%           0                 0         -
garraia-media/src/pdf.rs                                    413               361    12.59%          41                35    14.63%         250               183    26.80%           0                 0         -
garraia-media/src/processing.rs                             322                52    83.85%          17                 4    76.47%         219                47    78.54%           0                 0         -
garraia-media/src/types.rs                                   62                62     0.00%           4                 4     0.00%          41                41     0.00%           0                 0         -
garraia-plugins/src/loader.rs                               207               207     0.00%          15                15     0.00%         130               130     0.00%           0                 0         -
garraia-plugins/src/manifest.rs                              72                14    80.56%           8                 2    75.00%          70                 7    90.00%           0                 0         -
garraia-plugins/src/runtime.rs                              455               236    48.13%          32                23    28.12%         301               179    40.53%           0                 0         -
garraia-plugins/src/sdk/host_functions.rs                    93                 6    93.55%           7                 2    71.43%          75                 6    92.00%           0                 0         -
garraia-plugins/src/sdk/plugin_trait.rs                      65                 7    89.23%           9                 3    66.67%          47                 5    89.36%           0                 0         -
garraia-runtime/src/executor.rs                             212                63    70.28%          19                 0   100.00%         172                49    71.51%           0                 0         -
garraia-runtime/src/meta_controller.rs                      174                 3    98.28%          15                 1    93.33%         101                 3    97.03%           0                 0         -
garraia-runtime/src/mode.rs                                 616                41    93.34%          36                 3    91.67%         617                27    95.62%           0                 0         -
garraia-runtime/src/state.rs                                 95                 7    92.63%           8                 0   100.00%          56                 4    92.86%           0                 0         -
garraia-security/src/allowlist.rs                           262                35    86.64%          19                 4    78.95%         149                20    86.58%           0                 0         -
garraia-security/src/credentials.rs                         443               161    63.66%          38                21    44.74%         249                99    60.24%           0                 0         -
garraia-security/src/pairing.rs                             107                 0   100.00%          11                 0   100.00%          61                 0   100.00%           0                 0         -
garraia-security/src/redaction.rs                            62                 5    91.94%          10                 1    90.00%          50                 3    94.00%           0                 0         -
garraia-security/src/validation.rs                          244                 7    97.13%          18                 0   100.00%         172                 2    98.84%           0                 0         -
garraia-skills/src/installer.rs                             100                83    17.00%          10                 7    30.00%          58                44    24.14%           0                 0         -
garraia-skills/src/native.rs                                292                17    94.18%          36                 3    91.67%         269                14    94.80%           0                 0         -
garraia-skills/src/parser.rs                                146                 6    95.89%          10                 1    90.00%          84                 4    95.24%           0                 0         -
garraia-skills/src/scanner.rs                               144                 6    95.83%           8                 0   100.00%          79                 1    98.73%           0                 0         -
garraia-storage/src/error.rs                                 12                 0   100.00%           2                 0   100.00%          11                 0   100.00%           0                 0         -
garraia-storage/src/hash_util.rs                             10                 0   100.00%           1                 0   100.00%           5                 0   100.00%           0                 0         -
garraia-storage/src/integrity.rs                            201                 1    99.50%          14                 0   100.00%          83                 1    98.80%           0                 0         -
garraia-storage/src/local_fs.rs                             638                25    96.08%          55                 1    98.18%         406                16    96.06%           0                 0         -
garraia-storage/src/mime_allowlist.rs                       105                 0   100.00%          15                 0   100.00%          75                 0   100.00%           0                 0         -
garraia-storage/src/object_store.rs                         209                29    86.12%          18                 2    88.89%         145                18    87.59%           0                 0         -
garraia-storage/src/path_sanitize.rs                        186                 5    97.31%          15                 0   100.00%         119                 1    99.16%           0                 0         -
garraia-telemetry/src/config.rs                             213                12    94.37%          14                 1    92.86%         168                 4    97.62%           0                 0         -
garraia-telemetry/src/layers.rs                              15                 0   100.00%           3                 0   100.00%           9                 0   100.00%           0                 0         -
garraia-telemetry/src/lib.rs                                 36                14    61.11%           3                 1    66.67%          34                12    64.71%           0                 0         -
garraia-telemetry/src/metrics.rs                            146                32    78.08%          16                 5    68.75%          93                18    80.65%           0                 0         -
garraia-telemetry/src/redact.rs                              92                 0   100.00%           8                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-telemetry/src/tracer.rs                              51                35    31.37%           4                 2    50.00%          31                22    29.03%           0                 0         -
garraia-tools/src/lib.rs                                    177               143    19.21%          29                22    24.14%         129               107    17.05%           0                 0         -
garraia-voice/src/audio/converter.rs                         72                72     0.00%           6                 6     0.00%          78                78     0.00%           0                 0         -
garraia-voice/src/lib.rs                                     10                10     0.00%           5                 5     0.00%           8                 8     0.00%           0                 0         -
garraia-voice/src/pipeline.rs                               113               113     0.00%           3                 3     0.00%          73                73     0.00%           0                 0         -
garraia-voice/src/stt/whisper_client.rs                     182               182     0.00%          18                18     0.00%         122               122     0.00%           0                 0         -
garraia-voice/src/tts/chatterbox_client.rs                  202               202     0.00%          17                17     0.00%         131               131     0.00%           0                 0         -
garraia-voice/src/tts/hibiki_client.rs                       54                54     0.00%           6                 6     0.00%          41                41     0.00%           0                 0         -
garraia-voice/src/tts/lmstudio_client.rs                    190               190     0.00%          20                20     0.00%         142               142     0.00%           0                 0         -
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                                     99409             50186    49.52%        8013              4210    47.46%       71463             38905    45.56%           0                 0         -

@dependabot
dependabot Bot force-pushed the dependabot/cargo/patch-and-minor-4afd84d665 branch from a61a987 to 2456303 Compare August 16, 2026 05:07
@github-actions

Copy link
Copy Markdown

Quality Ratchet Report

Mode: report-only
Baseline frozen: 2026-05-05T11:20:45Z
Current collected: 2026-08-16T05:11:03Z
Current SHA: 678e74eb958b
Collect mode: fast

Resumo

Métrica Baseline Current Status
max_file_lines 3240 6332 ❌ REGRESSION
files_over_700 34 52 ❌ REGRESSION
files_over_1500 7 12 ❌ REGRESSION
files_over_2500 1 6 ❌ REGRESSION
coverage_pct None None ⚠️ WARN
audit_critical 0 0 ✅ PASS
audit_high 0 0 ✅ PASS
clippy_warnings None None ⚠️ WARN

❌ Regressões Detectadas

max_file_lines

  • Baseline: 3240
  • Current: 6332
  • Delta: +3092
  • Fix: Modularize crates/garraia-gateway/src/rest_v1/me.rs (now 6332 lines). Quebre em arquivos menores por responsabilidade. NÃO ignore o limite criando arquivos redundantes.

files_over_700

  • Baseline: 34
  • Current: 52
  • Delta: +18
  • Fix: Quantidade de arquivos >700 linhas subiu de 34 para 52. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_1500

  • Baseline: 7
  • Current: 12
  • Delta: +5
  • Fix: Quantidade de arquivos >1500 linhas subiu de 7 para 12. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_2500

  • Baseline: 1
  • Current: 6
  • Delta: +5
  • Fix: Quantidade de arquivos >2500 linhas subiu de 1 para 6. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

Mode report-only → exit 0. CI não bloqueado, mas regressão registrada.

⚠️ Warnings (métrica não coletada / sem baseline)

  • coverage_pct: Coverage não coletada neste run (reason: not_collected_this_run).
  • clippy_warnings: Clippy não coletado neste run (reason: fast_mode_skips_clippy_use_full_for_offline_run). Em fast mode é esperado — ci.yml já roda clippy hard-blocking.

Próximo passo

Resolva uma regressão por commit (não tudo de uma vez). Veja .claude/commands/quality-babysit.md (auto-loop até N=5) — em PR-1 o modo é manual-only.


Generated by scripts/quality/compare.py. Determinístico — mesma entrada = mesma saída. Sem chamada de IA.

@github-actions

Copy link
Copy Markdown

Coverage Report (cargo-llvm-cov)

Generated by coverage job in this PR run. Soft-gate: no threshold; artifact + summary only.

Excluded crates: garraia-desktop, garraia-auth, garraia-workspace (see ci.yml comment).

Filename                                                Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
garraia-agents/src/a2a/client.rs                            106               106     0.00%          18                18     0.00%          99                99     0.00%           0                 0         -
garraia-agents/src/agent_mode.rs                            419                97    76.85%          39                14    64.10%         296                85    71.28%           0                 0         -
garraia-agents/src/anthropic.rs                             427               127    70.26%          32                12    62.50%         327               100    69.42%           0                 0         -
garraia-agents/src/context_policy.rs                        100                97     3.00%           8                 7    12.50%          82                76     7.32%           0                 0         -
garraia-agents/src/embeddings.rs                            221               139    37.10%          46                38    17.39%         173               114    34.10%           0                 0         -
garraia-agents/src/execution_budget.rs                      260                11    95.77%          24                 3    87.50%         150                12    92.00%           0                 0         -
garraia-agents/src/llama_cpp.rs                             467               209    55.25%          48                29    39.58%         316               142    55.06%           0                 0         -
garraia-agents/src/mcp/manager.rs                           633               468    26.07%          77                58    24.68%         472               337    28.60%           0                 0         -
garraia-agents/src/mcp/tool_bridge.rs                        30                18    40.00%           9                 7    22.22%          37                19    48.65%           0                 0         -
garraia-agents/src/memory_extractor.rs                       68                59    13.24%           8                 6    25.00%          74                42    43.24%           0                 0         -
garraia-agents/src/modes.rs                                 628               126    79.94%          50                20    60.00%         619               100    83.84%           0                 0         -
garraia-agents/src/multi_agent.rs                           360               268    25.56%          23                16    30.43%         307               231    24.76%           0                 0         -
garraia-agents/src/ollama.rs                                596               120    79.87%          50                12    76.00%         425                94    77.88%           0                 0         -
garraia-agents/src/openai.rs                               1017               428    57.92%          61                32    47.54%         646               231    64.24%           0                 0         -
garraia-agents/src/orchestrator.rs                          594               431    27.44%          58                41    29.31%         511               366    28.38%           0                 0         -
garraia-agents/src/persona.rs                               105                 0   100.00%           8                 0   100.00%          56                 0   100.00%           0                 0         -
garraia-agents/src/provider_resilience.rs                   445                44    90.11%          55                 9    83.64%         282                34    87.94%           0                 0         -
garraia-agents/src/providers.rs                               7                 7     0.00%           3                 3     0.00%           7                 7     0.00%           0                 0         -
garraia-agents/src/runtime.rs                               948               789    16.77%         149               129    13.42%         764               646    15.45%           0                 0         -
garraia-agents/src/tools/bash_tool.rs                       231                45    80.52%          24                 6    75.00%         165                44    73.33%           0                 0         -
garraia-agents/src/tools/code_review_tool.rs                140               125    10.71%          15                14     6.67%         128               116     9.38%           0                 0         -
garraia-agents/src/tools/file_read_tool.rs                  122                31    74.59%          19                 6    68.42%         103                27    73.79%           0                 0         -
garraia-agents/src/tools/file_write_tool.rs                 133                49    63.16%          21                 9    57.14%         111                40    63.96%           0                 0         -
garraia-agents/src/tools/git_diff_tool.rs                   400               112    72.00%          35                 8    77.14%         277                81    70.76%           0                 0         -
garraia-agents/src/tools/list_dir_tool.rs                   286                63    77.97%          28                 8    71.43%         188                44    76.60%           0                 0         -
garraia-agents/src/tools/mod.rs                              35                 0   100.00%           6                 0   100.00%          38                 0   100.00%           0                 0         -
garraia-agents/src/tools/repo_search_tool.rs                122                30    75.41%          17                 6    64.71%          90                22    75.56%           0                 0         -
garraia-agents/src/tools/run_tests_tool.rs                  219               145    33.79%          15                 8    46.67%         154                86    44.16%           0                 0         -
garraia-agents/src/tools/schedule.rs                        397               182    54.16%          44                27    38.64%         307               135    56.03%           0                 0         -
garraia-agents/src/tools/tool_context.rs                    188                25    86.70%          15                 4    73.33%         125                40    68.00%           0                 0         -
garraia-agents/src/tools/web_fetch_tool.rs                   76                19    75.00%          13                 6    53.85%          56                18    67.86%           0                 0         -
garraia-agents/src/tools/web_search_tool.rs                 115                24    79.13%          15                 7    53.33%          85                22    74.12%           0                 0         -
garraia-auth/src/action.rs                                   73                73     0.00%           2                 2     0.00%          51                51     0.00%           0                 0         -
garraia-auth/src/app_pool.rs                                 38                38     0.00%           9                 9     0.00%          32                32     0.00%           0                 0         -
garraia-auth/src/audit.rs                                    47                47     0.00%           4                 4     0.00%          44                44     0.00%           0                 0         -
garraia-auth/src/audit_workspace.rs                         113                95    15.93%           4                 2    50.00%         114                98    14.04%           0                 0         -
garraia-auth/src/can.rs                                      82                 0   100.00%           3                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-auth/src/extractor.rs                                83                83     0.00%           8                 8     0.00%          59                59     0.00%           0                 0         -
garraia-auth/src/hashing.rs                                  78                22    71.79%           8                 4    50.00%          47                17    63.83%           0                 0         -
garraia-auth/src/internal.rs                                277               277     0.00%          10                10     0.00%         211               211     0.00%           0                 0         -
garraia-auth/src/jwt.rs                                     147               147     0.00%          11                11     0.00%          97                97     0.00%           0                 0         -
garraia-auth/src/login_pool.rs                               35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/password.rs                                 87                87     0.00%           4                 4     0.00%          64                64     0.00%           0                 0         -
garraia-auth/src/role.rs                                     30                30     0.00%           3                 3     0.00%          25                25     0.00%           0                 0         -
garraia-auth/src/sessions.rs                                114               114     0.00%           8                 8     0.00%          86                86     0.00%           0                 0         -
garraia-auth/src/signup_pool.rs                              35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/storage_redacted.rs                        139               139     0.00%          10                10     0.00%          73                73     0.00%           0                 0         -
garraia-auth/src/types.rs                                    11                11     0.00%           1                 1     0.00%           8                 8     0.00%           0                 0         -
garraia-channels/src/commands/builtins/clear.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/config.rs             23                23     0.00%           5                 5     0.00%          28                28     0.00%           0                 0         -
garraia-channels/src/commands/builtins/health.rs             12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/help.rs               19                19     0.00%           4                 4     0.00%          23                23     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mod.rs                44                44     0.00%           1                 1     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mode.rs               50                50     0.00%           8                 8     0.00%          53                53     0.00%           0                 0         -
garraia-channels/src/commands/builtins/model.rs              22                22     0.00%           4                 4     0.00%          17                17     0.00%           0                 0         -
garraia-channels/src/commands/builtins/pair.rs               15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/providers.rs          12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/start.rs              23                23     0.00%           5                 5     0.00%          27                27     0.00%           0                 0         -
garraia-channels/src/commands/builtins/stats.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/users.rs              15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voice.rs              28                28     0.00%           5                 5     0.00%          25                25     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voz.rs                28                28     0.00%           4                 4     0.00%          26                26     0.00%           0                 0         -
garraia-channels/src/commands/mod.rs                         29                21    27.59%           4                 2    50.00%          19                12    36.84%           0                 0         -
garraia-channels/src/commands/registry.rs                   280                55    80.36%          40                15    62.50%         196                46    76.53%           0                 0         -
garraia-channels/src/discord/commands.rs                     84                46    45.24%           9                 5    44.44%          64                38    40.62%           0                 0         -
garraia-channels/src/discord/config.rs                      128                 2    98.44%          13                 1    92.31%          81                 1    98.77%           0                 0         -
garraia-channels/src/discord/convert.rs                     269               117    56.51%          18                 7    61.11%         167                76    54.49%           0                 0         -
garraia-channels/src/discord/handler.rs                     343               296    13.70%          31                27    12.90%         220               190    13.64%           0                 0         -
garraia-channels/src/discord/mod.rs                         291               127    56.36%          47                29    38.30%         193                89    53.89%           0                 0         -
garraia-channels/src/lib.rs                                  27                27     0.00%           2                 2     0.00%          30                30     0.00%           0                 0         -
garraia-channels/src/metrics.rs                             157                 9    94.27%          20                 3    85.00%         110                14    87.27%           0                 0         -
garraia-channels/src/openclaw/client.rs                     158               158     0.00%          13                13     0.00%         110               110     0.00%           0                 0         -
garraia-channels/src/openclaw/config.rs                      11                11     0.00%           3                 3     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/openclaw/convert.rs                    178                 7    96.07%          13                 0   100.00%          95                 2    97.89%           0                 0         -
garraia-channels/src/protocol.rs                             99                 4    95.96%           8                 1    87.50%          78                 4    94.87%           0                 0         -
garraia-channels/src/registry.rs                             72                69     4.17%          12                11     8.33%          46                41    10.87%           0                 0         -
garraia-channels/src/slack/api.rs                           101               101     0.00%          17                17     0.00%          88                88     0.00%           0                 0         -
garraia-channels/src/slack/fmt.rs                           121                 3    97.52%           7                 0   100.00%          74                 1    98.65%           0                 0         -
garraia-channels/src/slack/mod.rs                           397               358     9.82%          27                22    18.52%         267               241     9.74%           0                 0         -
garraia-channels/src/telegram.rs                            430               285    33.72%          31                20    35.48%         332               181    45.48%           0                 0         -
garraia-channels/src/telegram_fmt.rs                        183                15    91.80%           9                 0   100.00%         103                 5    95.15%           0                 0         -
garraia-channels/src/whatsapp/api.rs                         66                66     0.00%           6                 6     0.00%          59                59     0.00%           0                 0         -
garraia-channels/src/whatsapp/mod.rs                         80                38    52.50%          19                14    26.32%          77                40    48.05%           0                 0         -
garraia-channels/src/whatsapp/webhook.rs                    248               248     0.00%          27                27     0.00%         155               155     0.00%           0                 0         -
garraia-cli/src/ask.rs                                      559               179    67.98%          42                 9    78.57%         356               114    67.98%           0                 0         -
garraia-cli/src/banner.rs                                   235               148    37.02%          13                 9    30.77%         123                78    36.59%           0                 0         -
garraia-cli/src/capability_prompt.rs                        325                 0   100.00%          14                 0   100.00%         183                 0   100.00%           0                 0         -
garraia-cli/src/chat.rs                                    1078               784    27.27%          47                27    42.55%         703               474    32.57%           0                 0         -
garraia-cli/src/config_cmd.rs                               244               147    39.75%          12                 4    66.67%         185               115    37.84%           0                 0         -
garraia-cli/src/glob_cmd.rs                                 143               143     0.00%           8                 8     0.00%         111               111     0.00%           0                 0         -
garraia-cli/src/main.rs                                     965               797    17.41%          34                24    29.41%         631               515    18.38%           0                 0         -
garraia-cli/src/max_power.rs                                242               129    46.69%          17                 7    58.82%         166               100    39.76%           0                 0         -
garraia-cli/src/mcp_server.rs                               567                87    84.66%          55                 8    85.45%         373                63    83.11%           0                 0         -
garraia-cli/src/migrate.rs                                  502               502     0.00%          19                19     0.00%         330               330     0.00%           0                 0         -
garraia-cli/src/migrate_workspace.rs                        781                94    87.96%          65                10    84.62%         531                43    91.90%           0                 0         -
garraia-cli/src/repo_workflow.rs                            365                81    77.81%          36                 7    80.56%         221                50    77.38%           0                 0         -
garraia-cli/src/team.rs                                     316                29    90.82%          23                 0   100.00%         257                34    86.77%           0                 0         -
garraia-cli/src/update.rs                                   330               312     5.45%          18                15    16.67%         213               201     5.63%           0                 0         -
garraia-cli/src/verify.rs                                   364               159    56.32%          33                 6    81.82%         302               161    46.69%           0                 0         -
garraia-cli/src/wizard/config_writer.rs                     429                59    86.25%          22                 7    68.18%         284                35    87.68%           0                 0         -
garraia-cli/src/wizard/env_detect.rs                        515               135    73.79%          44                 9    79.55%         321                85    73.52%           0                 0         -
garraia-cli/src/wizard/local_stack.rs                       196               109    44.39%          16                 8    50.00%         134                80    40.30%           0                 0         -
garraia-cli/src/wizard/mod.rs                               491               465     5.30%          13                11    15.38%         362               338     6.63%           0                 0         -
garraia-cli/src/wizard/prompts.rs                            55                51     7.27%           6                 5    16.67%          35                32     8.57%           0                 0         -
garraia-common/src/error.rs                                  22                 0   100.00%           1                 0   100.00%          10                 0   100.00%           0                 0         -
garraia-common/src/handoff.rs                               482                10    97.93%          39                 1    97.44%         280                 6    97.86%           0                 0         -
garraia-common/src/message.rs                                58                 2    96.55%           4                 0   100.00%          49                 2    95.92%           0                 0         -
garraia-common/src/safety_gate.rs                           285                 6    97.89%          37                 0   100.00%         153                 0   100.00%           0                 0         -
garraia-common/src/types.rs                                  47                38    19.15%          13                10    23.08%          44                35    20.45%           0                 0         -
garraia-config/src/auth.rs                                  321                66    79.44%          23                 5    78.26%         225                43    80.89%           0                 0         -
garraia-config/src/check.rs                                1191               101    91.52%          95                 3    96.84%        1030               113    89.03%           0                 0         -
garraia-config/src/loader.rs                                330                43    86.97%          22                 5    77.27%         213                29    86.38%           0                 0         -
garraia-config/src/model.rs                                 203                 6    97.04%          38                 2    94.74%         233                 8    96.57%           0                 0         -
garraia-config/src/watcher.rs                               104               104     0.00%          10                10     0.00%          60                60     0.00%           0                 0         -
garraia-db/src/chat_sync.rs                                 261               200    23.37%          37                28    24.32%         189               144    23.81%           0                 0         -
garraia-db/src/memory_store.rs                              898               230    74.39%          86                28    67.44%         610               115    81.15%           0                 0         -
garraia-db/src/project_store.rs                            1418               256    81.95%         106                53    50.00%         817               106    87.03%           0                 0         -
garraia-db/src/session_store.rs                            1341               658    50.93%         124                84    32.26%        1097               442    59.71%           0                 0         -
garraia-db/src/sqlite_db.rs                                 102                 0   100.00%          12                 0   100.00%          50                 0   100.00%           0                 0         -
garraia-db/src/vector_store.rs                              271                44    83.76%          31                12    61.29%         193                23    88.08%           0                 0         -
garraia-embeddings/src/error.rs                              20                 0   100.00%           2                 0   100.00%          17                 0   100.00%           0                 0         -
garraia-embeddings/src/hybrid.rs                            220                19    91.36%          20                 3    85.00%         173                12    93.06%           0                 0         -
garraia-embeddings/src/provider.rs                          173                 2    98.84%          20                 0   100.00%          92                 2    97.83%           0                 0         -
garraia-embeddings/src/types.rs                             128                 6    95.31%          11                 1    90.91%          70                 3    95.71%           0                 0         -
garraia-gateway/src/a2a.rs                                  178               178     0.00%          12                12     0.00%         171               171     0.00%           0                 0         -
garraia-gateway/src/admin/audit.rs                          120                 2    98.33%           9                 0   100.00%         114                 1    99.12%           0                 0         -
garraia-gateway/src/admin/handlers.rs                       965               965     0.00%          64                64     0.00%        1004              1004     0.00%           0                 0         -
garraia-gateway/src/admin/mcp.rs                            217               217     0.00%           9                 9     0.00%         211               211     0.00%           0                 0         -
garraia-gateway/src/admin/mcp_templates.rs                  211               211     0.00%          14                14     0.00%         189               189     0.00%           0                 0         -
garraia-gateway/src/admin/middleware.rs                     223                90    59.64%          18                 7    61.11%         137                58    57.66%           0                 0         -
garraia-gateway/src/admin/observability.rs                  219               219     0.00%          19                19     0.00%         201               201     0.00%           0                 0         -
garraia-gateway/src/admin/providers.rs                      292               292     0.00%          22                22     0.00%         289               289     0.00%           0                 0         -
garraia-gateway/src/admin/rbac.rs                           233                21    90.99%          21                 2    90.48%         202                21    89.60%           0                 0         -
garraia-gateway/src/admin/routes.rs                         224                12    94.64%           5                 4    20.00%         124                11    91.13%           0                 0         -
garraia-gateway/src/admin/secrets.rs                        461               461     0.00%          34                34     0.00%         395               395     0.00%           0                 0         -
garraia-gateway/src/admin/shared.rs                          59                34    42.37%           1                 0   100.00%          41                22    46.34%           0                 0         -
garraia-gateway/src/admin/store.rs                         1040               427    58.94%          90                47    47.78%         722               253    64.96%           0                 0         -
garraia-gateway/src/admin/users.rs                          281               281     0.00%          15                15     0.00%         286               286     0.00%           0                 0         -
garraia-gateway/src/agent_router.rs                          87                13    85.06%           4                 0   100.00%          57                 4    92.98%           0                 0         -
garraia-gateway/src/api.rs                                  470               470     0.00%          38                38     0.00%         556               556     0.00%           0                 0         -
garraia-gateway/src/auth_metrics.rs                          19                19     0.00%           3                 3     0.00%          11                11     0.00%           0                 0         -
garraia-gateway/src/auth_routes.rs                          341               326     4.40%          31                30     3.23%         273               266     2.56%           0                 0         -
garraia-gateway/src/auto_router.rs                          284                89    68.66%          26                 7    73.08%         225                75    66.67%           0                 0         -
garraia-gateway/src/billing.rs                              399                24    93.98%          33                 4    87.88%         243                19    92.18%           0                 0         -
garraia-gateway/src/bootstrap/channels.rs                    33                23    30.30%           2                 0   100.00%          27                19    29.63%           0                 0         -
garraia-gateway/src/bootstrap/config.rs                      74                18    75.68%           8                 2    75.00%          59                15    74.58%           0                 0         -
garraia-gateway/src/bootstrap/discord.rs                    262               256     2.29%           6                 5    16.67%         222               214     3.60%           0                 0         -
garraia-gateway/src/bootstrap/mod.rs                       1358              1104    18.70%          71                65     8.45%         803               634    21.05%           0                 0         -
garraia-gateway/src/bootstrap/slack.rs                      183               177     3.28%          11                10     9.09%         125               117     6.40%           0                 0         -
garraia-gateway/src/bootstrap/telegram.rs                   492               486     1.22%          22                21     4.55%         323               315     2.48%           0                 0         -
garraia-gateway/src/bootstrap/whatsapp.rs                   194               188     3.09%          13                12     7.69%         144               136     5.56%           0                 0         -
garraia-gateway/src/cluster.rs                              419                23    94.51%          47                 4    91.49%         296                22    92.57%           0                 0         -
garraia-gateway/src/commands.rs                             423               346    18.20%          24                23     4.17%         273               241    11.72%           0                 0         -
garraia-gateway/src/context_summarizer.rs                   137               137     0.00%           5                 5     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/diagnostics_handler.rs                  249               249     0.00%           8                 8     0.00%         179               179     0.00%           0                 0         -
garraia-gateway/src/externalization.rs                      456                28    93.86%          64                 7    89.06%         272                18    93.38%           0                 0         -
garraia-gateway/src/health.rs                               522               475     9.00%          40                34    15.00%         342               309     9.65%           0                 0         -
garraia-gateway/src/learning_handler.rs                     567               302    46.74%          58                26    55.17%         355               188    47.04%           0                 0         -
garraia-gateway/src/logs_handler.rs                          68                68     0.00%           3                 3     0.00%          51                51     0.00%           0                 0         -
garraia-gateway/src/mcp/mod.rs                              244                48    80.33%          22                 7    68.18%         179                40    77.65%           0                 0         -
garraia-gateway/src/mcp/persistence.rs                      408               105    74.26%          33                11    66.67%         235                71    69.79%           0                 0         -
garraia-gateway/src/mcp/registry.rs                         432                24    94.44%          45                 0   100.00%         232                18    92.24%           0                 0         -
garraia-gateway/src/mcp_commands.rs                         153               123    19.61%          12                 9    25.00%          93                78    16.13%           0                 0         -
garraia-gateway/src/mcp_marketplace.rs                      380               125    67.11%          16                10    37.50%         338               125    63.02%           0                 0         -
garraia-gateway/src/memory_handler.rs                        79                79     0.00%           6                 6     0.00%          92                92     0.00%           0                 0         -
garraia-gateway/src/metrics_auth.rs                         596                 2    99.66%          48                 0   100.00%         293                 1    99.66%           0                 0         -
garraia-gateway/src/metrics_exporter.rs                     104                27    74.04%          10                 3    70.00%          67                21    68.66%           0                 0         -
garraia-gateway/src/mobile_auth.rs                          808               167    79.33%          53                13    75.47%         575               201    65.04%           0                 0         -
garraia-gateway/src/mobile_chat.rs                          187               111    40.64%          17                 8    52.94%         155               110    29.03%           0                 0         -
garraia-gateway/src/oauth.rs                                620               434    30.00%          51                35    31.37%         449               340    24.28%           0                 0         -
garraia-gateway/src/observability.rs                        582               115    80.24%          44                17    61.36%         309                75    75.73%           0                 0         -
garraia-gateway/src/openai_api.rs                           712               605    15.03%          48                40    16.67%         553               490    11.39%           0                 0         -
garraia-gateway/src/openclaw_handler.rs                      53                53     0.00%           9                 9     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/parrot_ws.rs                            134               134     0.00%           7                 7     0.00%          91                91     0.00%           0                 0         -
garraia-gateway/src/path_validation.rs                      150                 0   100.00%          24                 0   100.00%          91                 0   100.00%           0                 0         -
garraia-gateway/src/plugins_handler.rs                      772               256    66.84%          65                23    64.62%         542               251    53.69%           0                 0         -
garraia-gateway/src/projects_handler.rs                     383               181    52.74%          29                13    55.17%         255               127    50.20%           0                 0         -
garraia-gateway/src/rate_limiter.rs                         682               163    76.10%          67                19    71.64%         435               130    70.11%           0                 0         -
garraia-gateway/src/rest_v1/audit.rs                        199               149    25.13%          16                11    31.25%         150               105    30.00%           0                 0         -
garraia-gateway/src/rest_v1/chats.rs                       3682              2496    32.21%         318               217    31.76%        2761              1889    31.58%           0                 0         -
garraia-gateway/src/rest_v1/doc_blocks.rs                   823               504    38.76%          61                43    29.51%         546               352    35.53%           0                 0         -
garraia-gateway/src/rest_v1/doc_mentions.rs                 421               328    22.09%          39                32    17.95%         307               256    16.61%           0                 0         -
garraia-gateway/src/rest_v1/doc_versions.rs                 749               579    22.70%          65                53    18.46%         533               420    21.20%           0                 0         -
garraia-gateway/src/rest_v1/docs.rs                         895               626    30.06%          73                53    27.40%         657               480    26.94%           0                 0         -
garraia-gateway/src/rest_v1/files.rs                       2221              1570    29.31%         168               119    29.17%        1642              1182    28.01%           0                 0         -
garraia-gateway/src/rest_v1/groups.rs                      2008              1361    32.22%         154               108    29.87%        1554              1146    26.25%           0                 0         -
garraia-gateway/src/rest_v1/invites.rs                      145               145     0.00%           9                 9     0.00%         115               115     0.00%           0                 0         -
garraia-gateway/src/rest_v1/me.rs                          5284              2868    45.72%         443               275    37.92%        4001              2505    37.39%           0                 0         -
garraia-gateway/src/rest_v1/memory.rs                       838               838     0.00%          59                59     0.00%         715               715     0.00%           0                 0         -
garraia-gateway/src/rest_v1/messages.rs                    1777              1373    22.73%         164               126    23.17%        1459              1146    21.45%           0                 0         -
garraia-gateway/src/rest_v1/mod.rs                         1126               772    31.44%          17                12    29.41%         833               574    31.09%           0                 0         -
garraia-gateway/src/rest_v1/openapi.rs                       11                11     0.00%           1                 1     0.00%          10                10     0.00%           0                 0         -
garraia-gateway/src/rest_v1/problem.rs                      240                26    89.17%          16                 1    93.75%         130                25    80.77%           0                 0         -
garraia-gateway/src/rest_v1/search.rs                      2817               839    70.22%         168                58    65.48%        1995              1003    49.72%           0                 0         -
garraia-gateway/src/rest_v1/tasks/activity.rs               112               112     0.00%           8                 8     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/assignees.rs              312               312     0.00%          24                24     0.00%         232               232     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/attachments.rs             58                58     0.00%          24                24     0.00%          58                58     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/comments.rs               703               473    32.72%          50                37    26.00%         504               353    29.96%           0                 0         -
garraia-gateway/src/rest_v1/tasks/labels.rs                1032               694    32.75%          71                53    25.35%         711               508    28.55%           0                 0         -
garraia-gateway/src/rest_v1/tasks/mod.rs                   1107              1107     0.00%          76                76     0.00%         892               892     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/subscriptions.rs          384               303    21.09%          34                26    23.53%         288               229    20.49%           0                 0         -
garraia-gateway/src/rest_v1/tasks/task_lists.rs             502               464     7.57%          38                36     5.26%         381               347     8.92%           0                 0         -
garraia-gateway/src/rest_v1/uploads.rs                      877               425    51.54%          99                56    43.43%         603               337    44.11%           0                 0         -
garraia-gateway/src/router.rs                              1305               846    35.17%          83                71    14.46%         973               686    29.50%           0                 0         -
garraia-gateway/src/runtime_handler.rs                       57                 6    89.47%          10                 1    90.00%          40                 3    92.50%           0                 0         -
garraia-gateway/src/server.rs                               838               522    37.71%          31                10    67.74%         540               345    36.11%           0                 0         -
garraia-gateway/src/session_auth.rs                         100               100     0.00%           8                 8     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/settings_handler.rs                     276               276     0.00%          13                13     0.00%         377               377     0.00%           0                 0         -
garraia-gateway/src/skills_handler.rs                       418               234    44.02%          24                 5    79.17%         477               282    40.88%           0                 0         -
garraia-gateway/src/skins_handler.rs                        168                33    80.36%          18                 4    77.78%         127                37    70.87%           0                 0         -
garraia-gateway/src/slash_commands.rs                       203               203     0.00%          13                13     0.00%         139               139     0.00%           0                 0         -
garraia-gateway/src/state.rs                                769               372    51.63%          68                33    51.47%         539               279    48.24%           0                 0         -
garraia-gateway/src/stats_handler.rs                          6                 6     0.00%           2                 2     0.00%           9                 9     0.00%           0                 0         -
garraia-gateway/src/totp.rs                                 370               106    71.35%          24                 9    62.50%         247               102    58.70%           0                 0         -
garraia-gateway/src/uploads_worker.rs                       226               200    11.50%          14                10    28.57%         181               155    14.36%           0                 0         -
garraia-gateway/src/uploads_worker_util.rs                   33                 0   100.00%           4                 0   100.00%          19                 0   100.00%           0                 0         -
garraia-gateway/src/voice_handler.rs                         13                13     0.00%           7                 7     0.00%          16                16     0.00%           0                 0         -
garraia-gateway/src/ws.rs                                   632               522    17.41%          39                25    35.90%         375               310    17.33%           0                 0         -
garraia-glob/src/ignore.rs                                  349                10    97.13%          32                 2    93.75%         176                 6    96.59%           0                 0         -
garraia-glob/src/lib.rs                                      39                 0   100.00%           4                 0   100.00%          16                 0   100.00%           0                 0         -
garraia-glob/src/matcher.rs                                  97                66    31.96%          10                 5    50.00%          77                45    41.56%           0                 0         -
garraia-glob/src/path.rs                                    100                37    63.00%          13                 7    46.15%          57                23    59.65%           0                 0         -
garraia-glob/src/pattern.rs                                 798                43    94.61%          44                 4    90.91%         403                27    93.30%           0                 0         -
garraia-glob/src/scanner.rs                                 520                53    89.81%          43                 4    90.70%         312                39    87.50%           0                 0         -
garraia-learning/src/evaluator.rs                           312                 6    98.08%          27                 0   100.00%         257                 1    99.61%           0                 0         -
garraia-learning/src/generator.rs                           486                25    94.86%          41                 3    92.68%         325                19    94.15%           0                 0         -
garraia-learning/src/lib.rs                                   6                 6     0.00%           2                 2     0.00%           6                 6     0.00%           0                 0         -
garraia-learning/src/miner.rs                               821                51    93.79%          65                 9    86.15%         543                32    94.11%           0                 0         -
garraia-learning/src/registry.rs                            878                81    90.77%          50                 6    88.00%         440                40    90.91%           0                 0         -
garraia-learning/src/retriever.rs                             3                 3     0.00%           1                 1     0.00%           5                 5     0.00%           0                 0         -
garraia-learning/src/safety.rs                              560                25    95.54%          41                 0   100.00%         296                 1    99.66%           0                 0         -
garraia-learning/src/skill_override.rs                       12                12     0.00%           4                 4     0.00%          20                20     0.00%           0                 0         -
garraia-learning/src/updater.rs                             861                76    91.17%          62                10    83.87%         509                52    89.78%           0                 0         -
garraia-learning/src/versioning.rs                          635                28    95.59%          43                 6    86.05%         357                22    93.84%           0                 0         -
garraia-media/src/image_processor.rs                        528               105    80.11%          39                15    61.54%         287                51    82.23%           0                 0         -
garraia-media/src/pdf.rs                                    413               361    12.59%          41                35    14.63%         250               183    26.80%           0                 0         -
garraia-media/src/processing.rs                             322                52    83.85%          17                 4    76.47%         219                47    78.54%           0                 0         -
garraia-media/src/types.rs                                   62                62     0.00%           4                 4     0.00%          41                41     0.00%           0                 0         -
garraia-plugins/src/loader.rs                               207               207     0.00%          15                15     0.00%         130               130     0.00%           0                 0         -
garraia-plugins/src/manifest.rs                              72                14    80.56%           8                 2    75.00%          70                 7    90.00%           0                 0         -
garraia-plugins/src/runtime.rs                              455               236    48.13%          32                23    28.12%         301               179    40.53%           0                 0         -
garraia-plugins/src/sdk/host_functions.rs                    93                 6    93.55%           7                 2    71.43%          75                 6    92.00%           0                 0         -
garraia-plugins/src/sdk/plugin_trait.rs                      65                 7    89.23%           9                 3    66.67%          47                 5    89.36%           0                 0         -
garraia-runtime/src/executor.rs                             212                63    70.28%          19                 0   100.00%         172                49    71.51%           0                 0         -
garraia-runtime/src/meta_controller.rs                      174                 3    98.28%          15                 1    93.33%         101                 3    97.03%           0                 0         -
garraia-runtime/src/mode.rs                                 616                41    93.34%          36                 3    91.67%         617                27    95.62%           0                 0         -
garraia-runtime/src/state.rs                                 95                 7    92.63%           8                 0   100.00%          56                 4    92.86%           0                 0         -
garraia-security/src/allowlist.rs                           262                35    86.64%          19                 4    78.95%         149                20    86.58%           0                 0         -
garraia-security/src/credentials.rs                         443               161    63.66%          38                21    44.74%         249                99    60.24%           0                 0         -
garraia-security/src/pairing.rs                             107                 0   100.00%          11                 0   100.00%          61                 0   100.00%           0                 0         -
garraia-security/src/redaction.rs                            62                 5    91.94%          10                 1    90.00%          50                 3    94.00%           0                 0         -
garraia-security/src/validation.rs                          244                 7    97.13%          18                 0   100.00%         172                 2    98.84%           0                 0         -
garraia-skills/src/installer.rs                             100                83    17.00%          10                 7    30.00%          58                44    24.14%           0                 0         -
garraia-skills/src/native.rs                                292                17    94.18%          36                 3    91.67%         269                14    94.80%           0                 0         -
garraia-skills/src/parser.rs                                146                 6    95.89%          10                 1    90.00%          84                 4    95.24%           0                 0         -
garraia-skills/src/scanner.rs                               144                 6    95.83%           8                 0   100.00%          79                 1    98.73%           0                 0         -
garraia-storage/src/error.rs                                 12                 0   100.00%           2                 0   100.00%          11                 0   100.00%           0                 0         -
garraia-storage/src/hash_util.rs                             10                 0   100.00%           1                 0   100.00%           5                 0   100.00%           0                 0         -
garraia-storage/src/integrity.rs                            201                 1    99.50%          14                 0   100.00%          83                 1    98.80%           0                 0         -
garraia-storage/src/local_fs.rs                             638                25    96.08%          55                 1    98.18%         406                16    96.06%           0                 0         -
garraia-storage/src/mime_allowlist.rs                       105                 0   100.00%          15                 0   100.00%          75                 0   100.00%           0                 0         -
garraia-storage/src/object_store.rs                         209                29    86.12%          18                 2    88.89%         145                18    87.59%           0                 0         -
garraia-storage/src/path_sanitize.rs                        186                 5    97.31%          15                 0   100.00%         119                 1    99.16%           0                 0         -
garraia-telemetry/src/config.rs                             213                12    94.37%          14                 1    92.86%         168                 4    97.62%           0                 0         -
garraia-telemetry/src/layers.rs                              15                 0   100.00%           3                 0   100.00%           9                 0   100.00%           0                 0         -
garraia-telemetry/src/lib.rs                                 36                14    61.11%           3                 1    66.67%          34                12    64.71%           0                 0         -
garraia-telemetry/src/metrics.rs                            146                32    78.08%          16                 5    68.75%          93                18    80.65%           0                 0         -
garraia-telemetry/src/redact.rs                              92                 0   100.00%           8                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-telemetry/src/tracer.rs                              51                35    31.37%           4                 2    50.00%          31                22    29.03%           0                 0         -
garraia-tools/src/lib.rs                                    177               143    19.21%          29                22    24.14%         129               107    17.05%           0                 0         -
garraia-voice/src/audio/converter.rs                         72                72     0.00%           6                 6     0.00%          78                78     0.00%           0                 0         -
garraia-voice/src/lib.rs                                     10                10     0.00%           5                 5     0.00%           8                 8     0.00%           0                 0         -
garraia-voice/src/pipeline.rs                               113               113     0.00%           3                 3     0.00%          73                73     0.00%           0                 0         -
garraia-voice/src/stt/whisper_client.rs                     182               182     0.00%          18                18     0.00%         122               122     0.00%           0                 0         -
garraia-voice/src/tts/chatterbox_client.rs                  202               202     0.00%          17                17     0.00%         131               131     0.00%           0                 0         -
garraia-voice/src/tts/hibiki_client.rs                       54                54     0.00%           6                 6     0.00%          41                41     0.00%           0                 0         -
garraia-voice/src/tts/lmstudio_client.rs                    190               190     0.00%          20                20     0.00%         142               142     0.00%           0                 0         -
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                                     99409             50186    49.52%        8013              4210    47.46%       71463             38905    45.56%           0                 0         -

@michelbr84

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/cargo/patch-and-minor-4afd84d665 branch from 2456303 to cd773d5 Compare August 16, 2026 05:47
@github-actions

Copy link
Copy Markdown

Quality Ratchet Report

Mode: report-only
Baseline frozen: 2026-05-05T11:20:45Z
Current collected: 2026-08-16T05:51:08Z
Current SHA: 230e46ec643a
Collect mode: fast

Resumo

Métrica Baseline Current Status
max_file_lines 3240 6332 ❌ REGRESSION
files_over_700 34 52 ❌ REGRESSION
files_over_1500 7 12 ❌ REGRESSION
files_over_2500 1 6 ❌ REGRESSION
coverage_pct None None ⚠️ WARN
audit_critical 0 0 ✅ PASS
audit_high 0 0 ✅ PASS
clippy_warnings None None ⚠️ WARN

❌ Regressões Detectadas

max_file_lines

  • Baseline: 3240
  • Current: 6332
  • Delta: +3092
  • Fix: Modularize crates/garraia-gateway/src/rest_v1/me.rs (now 6332 lines). Quebre em arquivos menores por responsabilidade. NÃO ignore o limite criando arquivos redundantes.

files_over_700

  • Baseline: 34
  • Current: 52
  • Delta: +18
  • Fix: Quantidade de arquivos >700 linhas subiu de 34 para 52. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_1500

  • Baseline: 7
  • Current: 12
  • Delta: +5
  • Fix: Quantidade de arquivos >1500 linhas subiu de 7 para 12. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_2500

  • Baseline: 1
  • Current: 6
  • Delta: +5
  • Fix: Quantidade de arquivos >2500 linhas subiu de 1 para 6. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

Mode report-only → exit 0. CI não bloqueado, mas regressão registrada.

⚠️ Warnings (métrica não coletada / sem baseline)

  • coverage_pct: Coverage não coletada neste run (reason: not_collected_this_run).
  • clippy_warnings: Clippy não coletado neste run (reason: fast_mode_skips_clippy_use_full_for_offline_run). Em fast mode é esperado — ci.yml já roda clippy hard-blocking.

Próximo passo

Resolva uma regressão por commit (não tudo de uma vez). Veja .claude/commands/quality-babysit.md (auto-loop até N=5) — em PR-1 o modo é manual-only.


Generated by scripts/quality/compare.py. Determinístico — mesma entrada = mesma saída. Sem chamada de IA.

@github-actions

Copy link
Copy Markdown

Coverage Report (cargo-llvm-cov)

Generated by coverage job in this PR run. Soft-gate: no threshold; artifact + summary only.

Excluded crates: garraia-desktop, garraia-auth, garraia-workspace (see ci.yml comment).

Filename                                                Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
garraia-agents/src/a2a/client.rs                            106               106     0.00%          18                18     0.00%          99                99     0.00%           0                 0         -
garraia-agents/src/agent_mode.rs                            419                97    76.85%          39                14    64.10%         296                85    71.28%           0                 0         -
garraia-agents/src/anthropic.rs                             427               127    70.26%          32                12    62.50%         327               100    69.42%           0                 0         -
garraia-agents/src/context_policy.rs                        100                97     3.00%           8                 7    12.50%          82                76     7.32%           0                 0         -
garraia-agents/src/embeddings.rs                            221               139    37.10%          46                38    17.39%         173               114    34.10%           0                 0         -
garraia-agents/src/execution_budget.rs                      260                11    95.77%          24                 3    87.50%         150                12    92.00%           0                 0         -
garraia-agents/src/llama_cpp.rs                             467               209    55.25%          48                29    39.58%         316               142    55.06%           0                 0         -
garraia-agents/src/mcp/manager.rs                           633               468    26.07%          77                58    24.68%         472               337    28.60%           0                 0         -
garraia-agents/src/mcp/tool_bridge.rs                        30                18    40.00%           9                 7    22.22%          37                19    48.65%           0                 0         -
garraia-agents/src/memory_extractor.rs                       68                59    13.24%           8                 6    25.00%          74                42    43.24%           0                 0         -
garraia-agents/src/modes.rs                                 628               126    79.94%          50                20    60.00%         619               100    83.84%           0                 0         -
garraia-agents/src/multi_agent.rs                           360               268    25.56%          23                16    30.43%         307               231    24.76%           0                 0         -
garraia-agents/src/ollama.rs                                596               120    79.87%          50                12    76.00%         425                94    77.88%           0                 0         -
garraia-agents/src/openai.rs                               1017               428    57.92%          61                32    47.54%         646               231    64.24%           0                 0         -
garraia-agents/src/orchestrator.rs                          594               431    27.44%          58                41    29.31%         511               366    28.38%           0                 0         -
garraia-agents/src/persona.rs                               105                 0   100.00%           8                 0   100.00%          56                 0   100.00%           0                 0         -
garraia-agents/src/provider_resilience.rs                   445                44    90.11%          55                 9    83.64%         282                34    87.94%           0                 0         -
garraia-agents/src/providers.rs                               7                 7     0.00%           3                 3     0.00%           7                 7     0.00%           0                 0         -
garraia-agents/src/runtime.rs                               948               789    16.77%         149               129    13.42%         764               646    15.45%           0                 0         -
garraia-agents/src/tools/bash_tool.rs                       231                45    80.52%          24                 6    75.00%         165                44    73.33%           0                 0         -
garraia-agents/src/tools/code_review_tool.rs                140               125    10.71%          15                14     6.67%         128               116     9.38%           0                 0         -
garraia-agents/src/tools/file_read_tool.rs                  122                31    74.59%          19                 6    68.42%         103                27    73.79%           0                 0         -
garraia-agents/src/tools/file_write_tool.rs                 133                49    63.16%          21                 9    57.14%         111                40    63.96%           0                 0         -
garraia-agents/src/tools/git_diff_tool.rs                   400               112    72.00%          35                 8    77.14%         277                81    70.76%           0                 0         -
garraia-agents/src/tools/list_dir_tool.rs                   286                63    77.97%          28                 8    71.43%         188                44    76.60%           0                 0         -
garraia-agents/src/tools/mod.rs                              35                 0   100.00%           6                 0   100.00%          38                 0   100.00%           0                 0         -
garraia-agents/src/tools/repo_search_tool.rs                122                30    75.41%          17                 6    64.71%          90                22    75.56%           0                 0         -
garraia-agents/src/tools/run_tests_tool.rs                  219               145    33.79%          15                 8    46.67%         154                86    44.16%           0                 0         -
garraia-agents/src/tools/schedule.rs                        397               182    54.16%          44                27    38.64%         307               135    56.03%           0                 0         -
garraia-agents/src/tools/tool_context.rs                    188                25    86.70%          15                 4    73.33%         125                40    68.00%           0                 0         -
garraia-agents/src/tools/web_fetch_tool.rs                   76                19    75.00%          13                 6    53.85%          56                18    67.86%           0                 0         -
garraia-agents/src/tools/web_search_tool.rs                 115                24    79.13%          15                 7    53.33%          85                22    74.12%           0                 0         -
garraia-auth/src/action.rs                                   73                73     0.00%           2                 2     0.00%          51                51     0.00%           0                 0         -
garraia-auth/src/app_pool.rs                                 38                38     0.00%           9                 9     0.00%          32                32     0.00%           0                 0         -
garraia-auth/src/audit.rs                                    47                47     0.00%           4                 4     0.00%          44                44     0.00%           0                 0         -
garraia-auth/src/audit_workspace.rs                         113                95    15.93%           4                 2    50.00%         114                98    14.04%           0                 0         -
garraia-auth/src/can.rs                                      82                 0   100.00%           3                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-auth/src/extractor.rs                                83                83     0.00%           8                 8     0.00%          59                59     0.00%           0                 0         -
garraia-auth/src/hashing.rs                                  78                22    71.79%           8                 4    50.00%          47                17    63.83%           0                 0         -
garraia-auth/src/internal.rs                                277               277     0.00%          10                10     0.00%         211               211     0.00%           0                 0         -
garraia-auth/src/jwt.rs                                     147               147     0.00%          11                11     0.00%          97                97     0.00%           0                 0         -
garraia-auth/src/login_pool.rs                               35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/password.rs                                 87                87     0.00%           4                 4     0.00%          64                64     0.00%           0                 0         -
garraia-auth/src/role.rs                                     30                30     0.00%           3                 3     0.00%          25                25     0.00%           0                 0         -
garraia-auth/src/sessions.rs                                114               114     0.00%           8                 8     0.00%          86                86     0.00%           0                 0         -
garraia-auth/src/signup_pool.rs                              35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/storage_redacted.rs                        139               139     0.00%          10                10     0.00%          73                73     0.00%           0                 0         -
garraia-auth/src/types.rs                                    11                11     0.00%           1                 1     0.00%           8                 8     0.00%           0                 0         -
garraia-channels/src/commands/builtins/clear.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/config.rs             23                23     0.00%           5                 5     0.00%          28                28     0.00%           0                 0         -
garraia-channels/src/commands/builtins/health.rs             12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/help.rs               19                19     0.00%           4                 4     0.00%          23                23     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mod.rs                44                44     0.00%           1                 1     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mode.rs               50                50     0.00%           8                 8     0.00%          53                53     0.00%           0                 0         -
garraia-channels/src/commands/builtins/model.rs              22                22     0.00%           4                 4     0.00%          17                17     0.00%           0                 0         -
garraia-channels/src/commands/builtins/pair.rs               15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/providers.rs          12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/start.rs              23                23     0.00%           5                 5     0.00%          27                27     0.00%           0                 0         -
garraia-channels/src/commands/builtins/stats.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/users.rs              15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voice.rs              28                28     0.00%           5                 5     0.00%          25                25     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voz.rs                28                28     0.00%           4                 4     0.00%          26                26     0.00%           0                 0         -
garraia-channels/src/commands/mod.rs                         29                21    27.59%           4                 2    50.00%          19                12    36.84%           0                 0         -
garraia-channels/src/commands/registry.rs                   280                55    80.36%          40                15    62.50%         196                46    76.53%           0                 0         -
garraia-channels/src/discord/commands.rs                     84                46    45.24%           9                 5    44.44%          64                38    40.62%           0                 0         -
garraia-channels/src/discord/config.rs                      128                 2    98.44%          13                 1    92.31%          81                 1    98.77%           0                 0         -
garraia-channels/src/discord/convert.rs                     269               117    56.51%          18                 7    61.11%         167                76    54.49%           0                 0         -
garraia-channels/src/discord/handler.rs                     343               296    13.70%          31                27    12.90%         220               190    13.64%           0                 0         -
garraia-channels/src/discord/mod.rs                         291               127    56.36%          47                29    38.30%         193                89    53.89%           0                 0         -
garraia-channels/src/lib.rs                                  27                27     0.00%           2                 2     0.00%          30                30     0.00%           0                 0         -
garraia-channels/src/metrics.rs                             157                 9    94.27%          20                 3    85.00%         110                14    87.27%           0                 0         -
garraia-channels/src/openclaw/client.rs                     158               158     0.00%          13                13     0.00%         110               110     0.00%           0                 0         -
garraia-channels/src/openclaw/config.rs                      11                11     0.00%           3                 3     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/openclaw/convert.rs                    178                 7    96.07%          13                 0   100.00%          95                 2    97.89%           0                 0         -
garraia-channels/src/protocol.rs                             99                 4    95.96%           8                 1    87.50%          78                 4    94.87%           0                 0         -
garraia-channels/src/registry.rs                             72                69     4.17%          12                11     8.33%          46                41    10.87%           0                 0         -
garraia-channels/src/slack/api.rs                           101               101     0.00%          17                17     0.00%          88                88     0.00%           0                 0         -
garraia-channels/src/slack/fmt.rs                           121                 3    97.52%           7                 0   100.00%          74                 1    98.65%           0                 0         -
garraia-channels/src/slack/mod.rs                           397               358     9.82%          27                22    18.52%         267               241     9.74%           0                 0         -
garraia-channels/src/telegram.rs                            430               285    33.72%          31                20    35.48%         332               181    45.48%           0                 0         -
garraia-channels/src/telegram_fmt.rs                        183                15    91.80%           9                 0   100.00%         103                 5    95.15%           0                 0         -
garraia-channels/src/whatsapp/api.rs                         66                66     0.00%           6                 6     0.00%          59                59     0.00%           0                 0         -
garraia-channels/src/whatsapp/mod.rs                         80                38    52.50%          19                14    26.32%          77                40    48.05%           0                 0         -
garraia-channels/src/whatsapp/webhook.rs                    248               248     0.00%          27                27     0.00%         155               155     0.00%           0                 0         -
garraia-cli/src/ask.rs                                      559               179    67.98%          42                 9    78.57%         356               114    67.98%           0                 0         -
garraia-cli/src/banner.rs                                   235               148    37.02%          13                 9    30.77%         123                78    36.59%           0                 0         -
garraia-cli/src/capability_prompt.rs                        325                 0   100.00%          14                 0   100.00%         183                 0   100.00%           0                 0         -
garraia-cli/src/chat.rs                                    1078               784    27.27%          47                27    42.55%         703               474    32.57%           0                 0         -
garraia-cli/src/config_cmd.rs                               244               147    39.75%          12                 4    66.67%         185               115    37.84%           0                 0         -
garraia-cli/src/glob_cmd.rs                                 143               143     0.00%           8                 8     0.00%         111               111     0.00%           0                 0         -
garraia-cli/src/main.rs                                     965               797    17.41%          34                24    29.41%         631               515    18.38%           0                 0         -
garraia-cli/src/max_power.rs                                242               129    46.69%          17                 7    58.82%         166               100    39.76%           0                 0         -
garraia-cli/src/mcp_server.rs                               567                87    84.66%          55                 8    85.45%         373                63    83.11%           0                 0         -
garraia-cli/src/migrate.rs                                  502               502     0.00%          19                19     0.00%         330               330     0.00%           0                 0         -
garraia-cli/src/migrate_workspace.rs                        781                94    87.96%          65                10    84.62%         531                43    91.90%           0                 0         -
garraia-cli/src/repo_workflow.rs                            365                81    77.81%          36                 7    80.56%         221                50    77.38%           0                 0         -
garraia-cli/src/team.rs                                     316                29    90.82%          23                 0   100.00%         257                34    86.77%           0                 0         -
garraia-cli/src/update.rs                                   330               312     5.45%          18                15    16.67%         213               201     5.63%           0                 0         -
garraia-cli/src/verify.rs                                   364               159    56.32%          33                 6    81.82%         302               161    46.69%           0                 0         -
garraia-cli/src/wizard/config_writer.rs                     429                59    86.25%          22                 7    68.18%         284                35    87.68%           0                 0         -
garraia-cli/src/wizard/env_detect.rs                        515               135    73.79%          44                 9    79.55%         321                85    73.52%           0                 0         -
garraia-cli/src/wizard/local_stack.rs                       196               109    44.39%          16                 8    50.00%         134                80    40.30%           0                 0         -
garraia-cli/src/wizard/mod.rs                               491               465     5.30%          13                11    15.38%         362               338     6.63%           0                 0         -
garraia-cli/src/wizard/prompts.rs                            55                51     7.27%           6                 5    16.67%          35                32     8.57%           0                 0         -
garraia-common/src/error.rs                                  22                 0   100.00%           1                 0   100.00%          10                 0   100.00%           0                 0         -
garraia-common/src/handoff.rs                               482                10    97.93%          39                 1    97.44%         280                 6    97.86%           0                 0         -
garraia-common/src/message.rs                                58                 2    96.55%           4                 0   100.00%          49                 2    95.92%           0                 0         -
garraia-common/src/safety_gate.rs                           285                 6    97.89%          37                 0   100.00%         153                 0   100.00%           0                 0         -
garraia-common/src/types.rs                                  47                38    19.15%          13                10    23.08%          44                35    20.45%           0                 0         -
garraia-config/src/auth.rs                                  321                66    79.44%          23                 5    78.26%         225                43    80.89%           0                 0         -
garraia-config/src/check.rs                                1191               101    91.52%          95                 3    96.84%        1030               113    89.03%           0                 0         -
garraia-config/src/loader.rs                                330                43    86.97%          22                 5    77.27%         213                29    86.38%           0                 0         -
garraia-config/src/model.rs                                 203                 6    97.04%          38                 2    94.74%         233                 8    96.57%           0                 0         -
garraia-config/src/watcher.rs                               104               104     0.00%          10                10     0.00%          60                60     0.00%           0                 0         -
garraia-db/src/chat_sync.rs                                 261               200    23.37%          37                28    24.32%         189               144    23.81%           0                 0         -
garraia-db/src/memory_store.rs                              898               230    74.39%          86                28    67.44%         610               115    81.15%           0                 0         -
garraia-db/src/project_store.rs                            1418               256    81.95%         106                53    50.00%         817               106    87.03%           0                 0         -
garraia-db/src/session_store.rs                            1341               658    50.93%         124                84    32.26%        1097               442    59.71%           0                 0         -
garraia-db/src/sqlite_db.rs                                 102                 0   100.00%          12                 0   100.00%          50                 0   100.00%           0                 0         -
garraia-db/src/vector_store.rs                              271                44    83.76%          31                12    61.29%         193                23    88.08%           0                 0         -
garraia-embeddings/src/error.rs                              20                 0   100.00%           2                 0   100.00%          17                 0   100.00%           0                 0         -
garraia-embeddings/src/hybrid.rs                            220                19    91.36%          20                 3    85.00%         173                12    93.06%           0                 0         -
garraia-embeddings/src/provider.rs                          173                 2    98.84%          20                 0   100.00%          92                 2    97.83%           0                 0         -
garraia-embeddings/src/types.rs                             128                 6    95.31%          11                 1    90.91%          70                 3    95.71%           0                 0         -
garraia-gateway/src/a2a.rs                                  178               178     0.00%          12                12     0.00%         171               171     0.00%           0                 0         -
garraia-gateway/src/admin/audit.rs                          120                 2    98.33%           9                 0   100.00%         114                 1    99.12%           0                 0         -
garraia-gateway/src/admin/handlers.rs                       965               965     0.00%          64                64     0.00%        1004              1004     0.00%           0                 0         -
garraia-gateway/src/admin/mcp.rs                            217               217     0.00%           9                 9     0.00%         211               211     0.00%           0                 0         -
garraia-gateway/src/admin/mcp_templates.rs                  211               211     0.00%          14                14     0.00%         189               189     0.00%           0                 0         -
garraia-gateway/src/admin/middleware.rs                     223                90    59.64%          18                 7    61.11%         137                58    57.66%           0                 0         -
garraia-gateway/src/admin/observability.rs                  219               219     0.00%          19                19     0.00%         201               201     0.00%           0                 0         -
garraia-gateway/src/admin/providers.rs                      292               292     0.00%          22                22     0.00%         289               289     0.00%           0                 0         -
garraia-gateway/src/admin/rbac.rs                           233                21    90.99%          21                 2    90.48%         202                21    89.60%           0                 0         -
garraia-gateway/src/admin/routes.rs                         224                12    94.64%           5                 4    20.00%         124                11    91.13%           0                 0         -
garraia-gateway/src/admin/secrets.rs                        461               461     0.00%          34                34     0.00%         395               395     0.00%           0                 0         -
garraia-gateway/src/admin/shared.rs                          59                34    42.37%           1                 0   100.00%          41                22    46.34%           0                 0         -
garraia-gateway/src/admin/store.rs                         1040               427    58.94%          90                47    47.78%         722               253    64.96%           0                 0         -
garraia-gateway/src/admin/users.rs                          281               281     0.00%          15                15     0.00%         286               286     0.00%           0                 0         -
garraia-gateway/src/agent_router.rs                          87                13    85.06%           4                 0   100.00%          57                 4    92.98%           0                 0         -
garraia-gateway/src/api.rs                                  470               470     0.00%          38                38     0.00%         556               556     0.00%           0                 0         -
garraia-gateway/src/auth_metrics.rs                          19                19     0.00%           3                 3     0.00%          11                11     0.00%           0                 0         -
garraia-gateway/src/auth_routes.rs                          341               326     4.40%          31                30     3.23%         273               266     2.56%           0                 0         -
garraia-gateway/src/auto_router.rs                          284                89    68.66%          26                 7    73.08%         225                75    66.67%           0                 0         -
garraia-gateway/src/billing.rs                              399                24    93.98%          33                 4    87.88%         243                19    92.18%           0                 0         -
garraia-gateway/src/bootstrap/channels.rs                    33                23    30.30%           2                 0   100.00%          27                19    29.63%           0                 0         -
garraia-gateway/src/bootstrap/config.rs                      74                18    75.68%           8                 2    75.00%          59                15    74.58%           0                 0         -
garraia-gateway/src/bootstrap/discord.rs                    262               256     2.29%           6                 5    16.67%         222               214     3.60%           0                 0         -
garraia-gateway/src/bootstrap/mod.rs                       1358              1104    18.70%          71                65     8.45%         803               634    21.05%           0                 0         -
garraia-gateway/src/bootstrap/slack.rs                      183               177     3.28%          11                10     9.09%         125               117     6.40%           0                 0         -
garraia-gateway/src/bootstrap/telegram.rs                   492               486     1.22%          22                21     4.55%         323               315     2.48%           0                 0         -
garraia-gateway/src/bootstrap/whatsapp.rs                   194               188     3.09%          13                12     7.69%         144               136     5.56%           0                 0         -
garraia-gateway/src/cluster.rs                              419                23    94.51%          47                 4    91.49%         296                22    92.57%           0                 0         -
garraia-gateway/src/commands.rs                             423               346    18.20%          24                23     4.17%         273               241    11.72%           0                 0         -
garraia-gateway/src/context_summarizer.rs                   137               137     0.00%           5                 5     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/diagnostics_handler.rs                  249               249     0.00%           8                 8     0.00%         179               179     0.00%           0                 0         -
garraia-gateway/src/externalization.rs                      456                28    93.86%          64                 7    89.06%         272                18    93.38%           0                 0         -
garraia-gateway/src/health.rs                               522               475     9.00%          40                34    15.00%         342               309     9.65%           0                 0         -
garraia-gateway/src/learning_handler.rs                     567               302    46.74%          58                26    55.17%         355               188    47.04%           0                 0         -
garraia-gateway/src/logs_handler.rs                          68                68     0.00%           3                 3     0.00%          51                51     0.00%           0                 0         -
garraia-gateway/src/mcp/mod.rs                              244                48    80.33%          22                 7    68.18%         179                40    77.65%           0                 0         -
garraia-gateway/src/mcp/persistence.rs                      408               105    74.26%          33                11    66.67%         235                71    69.79%           0                 0         -
garraia-gateway/src/mcp/registry.rs                         432                24    94.44%          45                 0   100.00%         232                18    92.24%           0                 0         -
garraia-gateway/src/mcp_commands.rs                         153               123    19.61%          12                 9    25.00%          93                78    16.13%           0                 0         -
garraia-gateway/src/mcp_marketplace.rs                      380               125    67.11%          16                10    37.50%         338               125    63.02%           0                 0         -
garraia-gateway/src/memory_handler.rs                        79                79     0.00%           6                 6     0.00%          92                92     0.00%           0                 0         -
garraia-gateway/src/metrics_auth.rs                         596                 2    99.66%          48                 0   100.00%         293                 1    99.66%           0                 0         -
garraia-gateway/src/metrics_exporter.rs                     104                27    74.04%          10                 3    70.00%          67                21    68.66%           0                 0         -
garraia-gateway/src/mobile_auth.rs                          808               167    79.33%          53                13    75.47%         575               201    65.04%           0                 0         -
garraia-gateway/src/mobile_chat.rs                          187               111    40.64%          17                 8    52.94%         155               110    29.03%           0                 0         -
garraia-gateway/src/oauth.rs                                620               434    30.00%          51                35    31.37%         449               340    24.28%           0                 0         -
garraia-gateway/src/observability.rs                        582               115    80.24%          44                17    61.36%         309                75    75.73%           0                 0         -
garraia-gateway/src/openai_api.rs                           712               605    15.03%          48                40    16.67%         553               490    11.39%           0                 0         -
garraia-gateway/src/openclaw_handler.rs                      53                53     0.00%           9                 9     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/parrot_ws.rs                            134               134     0.00%           7                 7     0.00%          91                91     0.00%           0                 0         -
garraia-gateway/src/path_validation.rs                      150                 0   100.00%          24                 0   100.00%          91                 0   100.00%           0                 0         -
garraia-gateway/src/plugins_handler.rs                      772               256    66.84%          65                23    64.62%         542               251    53.69%           0                 0         -
garraia-gateway/src/projects_handler.rs                     383               181    52.74%          29                13    55.17%         255               127    50.20%           0                 0         -
garraia-gateway/src/rate_limiter.rs                         682               163    76.10%          67                19    71.64%         435               130    70.11%           0                 0         -
garraia-gateway/src/rest_v1/audit.rs                        199               149    25.13%          16                11    31.25%         150               105    30.00%           0                 0         -
garraia-gateway/src/rest_v1/chats.rs                       3682              2496    32.21%         318               217    31.76%        2761              1889    31.58%           0                 0         -
garraia-gateway/src/rest_v1/doc_blocks.rs                   823               504    38.76%          61                43    29.51%         546               352    35.53%           0                 0         -
garraia-gateway/src/rest_v1/doc_mentions.rs                 421               328    22.09%          39                32    17.95%         307               256    16.61%           0                 0         -
garraia-gateway/src/rest_v1/doc_versions.rs                 749               579    22.70%          65                53    18.46%         533               420    21.20%           0                 0         -
garraia-gateway/src/rest_v1/docs.rs                         895               626    30.06%          73                53    27.40%         657               480    26.94%           0                 0         -
garraia-gateway/src/rest_v1/files.rs                       2221              1570    29.31%         168               119    29.17%        1642              1182    28.01%           0                 0         -
garraia-gateway/src/rest_v1/groups.rs                      2008              1361    32.22%         154               108    29.87%        1554              1146    26.25%           0                 0         -
garraia-gateway/src/rest_v1/invites.rs                      145               145     0.00%           9                 9     0.00%         115               115     0.00%           0                 0         -
garraia-gateway/src/rest_v1/me.rs                          5284              2868    45.72%         443               275    37.92%        4001              2505    37.39%           0                 0         -
garraia-gateway/src/rest_v1/memory.rs                       838               838     0.00%          59                59     0.00%         715               715     0.00%           0                 0         -
garraia-gateway/src/rest_v1/messages.rs                    1777              1373    22.73%         164               126    23.17%        1459              1146    21.45%           0                 0         -
garraia-gateway/src/rest_v1/mod.rs                         1126               772    31.44%          17                12    29.41%         833               574    31.09%           0                 0         -
garraia-gateway/src/rest_v1/openapi.rs                       11                11     0.00%           1                 1     0.00%          10                10     0.00%           0                 0         -
garraia-gateway/src/rest_v1/problem.rs                      240                26    89.17%          16                 1    93.75%         130                25    80.77%           0                 0         -
garraia-gateway/src/rest_v1/search.rs                      2817               839    70.22%         168                58    65.48%        1995              1003    49.72%           0                 0         -
garraia-gateway/src/rest_v1/tasks/activity.rs               112               112     0.00%           8                 8     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/assignees.rs              312               312     0.00%          24                24     0.00%         232               232     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/attachments.rs             58                58     0.00%          24                24     0.00%          58                58     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/comments.rs               703               473    32.72%          50                37    26.00%         504               353    29.96%           0                 0         -
garraia-gateway/src/rest_v1/tasks/labels.rs                1032               694    32.75%          71                53    25.35%         711               508    28.55%           0                 0         -
garraia-gateway/src/rest_v1/tasks/mod.rs                   1107              1107     0.00%          76                76     0.00%         892               892     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/subscriptions.rs          384               303    21.09%          34                26    23.53%         288               229    20.49%           0                 0         -
garraia-gateway/src/rest_v1/tasks/task_lists.rs             502               464     7.57%          38                36     5.26%         381               347     8.92%           0                 0         -
garraia-gateway/src/rest_v1/uploads.rs                      877               425    51.54%          99                56    43.43%         603               337    44.11%           0                 0         -
garraia-gateway/src/router.rs                              1305               846    35.17%          83                71    14.46%         973               686    29.50%           0                 0         -
garraia-gateway/src/runtime_handler.rs                       57                 6    89.47%          10                 1    90.00%          40                 3    92.50%           0                 0         -
garraia-gateway/src/server.rs                               838               522    37.71%          31                10    67.74%         540               345    36.11%           0                 0         -
garraia-gateway/src/session_auth.rs                         100               100     0.00%           8                 8     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/settings_handler.rs                     276               276     0.00%          13                13     0.00%         377               377     0.00%           0                 0         -
garraia-gateway/src/skills_handler.rs                       418               234    44.02%          24                 5    79.17%         477               282    40.88%           0                 0         -
garraia-gateway/src/skins_handler.rs                        168                33    80.36%          18                 4    77.78%         127                37    70.87%           0                 0         -
garraia-gateway/src/slash_commands.rs                       203               203     0.00%          13                13     0.00%         139               139     0.00%           0                 0         -
garraia-gateway/src/state.rs                                769               372    51.63%          68                33    51.47%         539               279    48.24%           0                 0         -
garraia-gateway/src/stats_handler.rs                          6                 6     0.00%           2                 2     0.00%           9                 9     0.00%           0                 0         -
garraia-gateway/src/totp.rs                                 370               106    71.35%          24                 9    62.50%         247               102    58.70%           0                 0         -
garraia-gateway/src/uploads_worker.rs                       226               200    11.50%          14                10    28.57%         181               155    14.36%           0                 0         -
garraia-gateway/src/uploads_worker_util.rs                   33                 0   100.00%           4                 0   100.00%          19                 0   100.00%           0                 0         -
garraia-gateway/src/voice_handler.rs                         13                13     0.00%           7                 7     0.00%          16                16     0.00%           0                 0         -
garraia-gateway/src/ws.rs                                   632               522    17.41%          39                25    35.90%         375               310    17.33%           0                 0         -
garraia-glob/src/ignore.rs                                  349                10    97.13%          32                 2    93.75%         176                 6    96.59%           0                 0         -
garraia-glob/src/lib.rs                                      39                 0   100.00%           4                 0   100.00%          16                 0   100.00%           0                 0         -
garraia-glob/src/matcher.rs                                  97                66    31.96%          10                 5    50.00%          77                45    41.56%           0                 0         -
garraia-glob/src/path.rs                                    100                37    63.00%          13                 7    46.15%          57                23    59.65%           0                 0         -
garraia-glob/src/pattern.rs                                 798                43    94.61%          44                 4    90.91%         403                27    93.30%           0                 0         -
garraia-glob/src/scanner.rs                                 520                53    89.81%          43                 4    90.70%         312                39    87.50%           0                 0         -
garraia-learning/src/evaluator.rs                           312                 6    98.08%          27                 0   100.00%         257                 1    99.61%           0                 0         -
garraia-learning/src/generator.rs                           486                25    94.86%          41                 3    92.68%         325                19    94.15%           0                 0         -
garraia-learning/src/lib.rs                                   6                 6     0.00%           2                 2     0.00%           6                 6     0.00%           0                 0         -
garraia-learning/src/miner.rs                               821                51    93.79%          65                 9    86.15%         543                32    94.11%           0                 0         -
garraia-learning/src/registry.rs                            878                81    90.77%          50                 6    88.00%         440                40    90.91%           0                 0         -
garraia-learning/src/retriever.rs                             3                 3     0.00%           1                 1     0.00%           5                 5     0.00%           0                 0         -
garraia-learning/src/safety.rs                              560                25    95.54%          41                 0   100.00%         296                 1    99.66%           0                 0         -
garraia-learning/src/skill_override.rs                       12                12     0.00%           4                 4     0.00%          20                20     0.00%           0                 0         -
garraia-learning/src/updater.rs                             861                76    91.17%          62                10    83.87%         509                52    89.78%           0                 0         -
garraia-learning/src/versioning.rs                          635                28    95.59%          43                 6    86.05%         357                22    93.84%           0                 0         -
garraia-media/src/image_processor.rs                        528               105    80.11%          39                15    61.54%         287                51    82.23%           0                 0         -
garraia-media/src/pdf.rs                                    413               361    12.59%          41                35    14.63%         250               183    26.80%           0                 0         -
garraia-media/src/processing.rs                             322                52    83.85%          17                 4    76.47%         219                47    78.54%           0                 0         -
garraia-media/src/types.rs                                   62                62     0.00%           4                 4     0.00%          41                41     0.00%           0                 0         -
garraia-plugins/src/loader.rs                               207               207     0.00%          15                15     0.00%         130               130     0.00%           0                 0         -
garraia-plugins/src/manifest.rs                              72                14    80.56%           8                 2    75.00%          70                 7    90.00%           0                 0         -
garraia-plugins/src/runtime.rs                              455               236    48.13%          32                23    28.12%         301               179    40.53%           0                 0         -
garraia-plugins/src/sdk/host_functions.rs                    93                 6    93.55%           7                 2    71.43%          75                 6    92.00%           0                 0         -
garraia-plugins/src/sdk/plugin_trait.rs                      65                 7    89.23%           9                 3    66.67%          47                 5    89.36%           0                 0         -
garraia-runtime/src/executor.rs                             212                63    70.28%          19                 0   100.00%         172                49    71.51%           0                 0         -
garraia-runtime/src/meta_controller.rs                      174                 3    98.28%          15                 1    93.33%         101                 3    97.03%           0                 0         -
garraia-runtime/src/mode.rs                                 616                41    93.34%          36                 3    91.67%         617                27    95.62%           0                 0         -
garraia-runtime/src/state.rs                                 95                 7    92.63%           8                 0   100.00%          56                 4    92.86%           0                 0         -
garraia-security/src/allowlist.rs                           262                35    86.64%          19                 4    78.95%         149                20    86.58%           0                 0         -
garraia-security/src/credentials.rs                         443               161    63.66%          38                21    44.74%         249                99    60.24%           0                 0         -
garraia-security/src/pairing.rs                             107                 0   100.00%          11                 0   100.00%          61                 0   100.00%           0                 0         -
garraia-security/src/redaction.rs                            62                 5    91.94%          10                 1    90.00%          50                 3    94.00%           0                 0         -
garraia-security/src/validation.rs                          244                 7    97.13%          18                 0   100.00%         172                 2    98.84%           0                 0         -
garraia-skills/src/installer.rs                             100                83    17.00%          10                 7    30.00%          58                44    24.14%           0                 0         -
garraia-skills/src/native.rs                                292                17    94.18%          36                 3    91.67%         269                14    94.80%           0                 0         -
garraia-skills/src/parser.rs                                146                 6    95.89%          10                 1    90.00%          84                 4    95.24%           0                 0         -
garraia-skills/src/scanner.rs                               144                 6    95.83%           8                 0   100.00%          79                 1    98.73%           0                 0         -
garraia-storage/src/error.rs                                 12                 0   100.00%           2                 0   100.00%          11                 0   100.00%           0                 0         -
garraia-storage/src/hash_util.rs                             10                 0   100.00%           1                 0   100.00%           5                 0   100.00%           0                 0         -
garraia-storage/src/integrity.rs                            201                 1    99.50%          14                 0   100.00%          83                 1    98.80%           0                 0         -
garraia-storage/src/local_fs.rs                             638                25    96.08%          55                 1    98.18%         406                16    96.06%           0                 0         -
garraia-storage/src/mime_allowlist.rs                       105                 0   100.00%          15                 0   100.00%          75                 0   100.00%           0                 0         -
garraia-storage/src/object_store.rs                         209                29    86.12%          18                 2    88.89%         145                18    87.59%           0                 0         -
garraia-storage/src/path_sanitize.rs                        186                 5    97.31%          15                 0   100.00%         119                 1    99.16%           0                 0         -
garraia-telemetry/src/config.rs                             213                12    94.37%          14                 1    92.86%         168                 4    97.62%           0                 0         -
garraia-telemetry/src/layers.rs                              15                 0   100.00%           3                 0   100.00%           9                 0   100.00%           0                 0         -
garraia-telemetry/src/lib.rs                                 36                14    61.11%           3                 1    66.67%          34                12    64.71%           0                 0         -
garraia-telemetry/src/metrics.rs                            146                32    78.08%          16                 5    68.75%          93                18    80.65%           0                 0         -
garraia-telemetry/src/redact.rs                              92                 0   100.00%           8                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-telemetry/src/tracer.rs                              51                35    31.37%           4                 2    50.00%          31                22    29.03%           0                 0         -
garraia-tools/src/lib.rs                                    177               143    19.21%          29                22    24.14%         129               107    17.05%           0                 0         -
garraia-voice/src/audio/converter.rs                         72                72     0.00%           6                 6     0.00%          78                78     0.00%           0                 0         -
garraia-voice/src/lib.rs                                     10                10     0.00%           5                 5     0.00%           8                 8     0.00%           0                 0         -
garraia-voice/src/pipeline.rs                               113               113     0.00%           3                 3     0.00%          73                73     0.00%           0                 0         -
garraia-voice/src/stt/whisper_client.rs                     182               182     0.00%          18                18     0.00%         122               122     0.00%           0                 0         -
garraia-voice/src/tts/chatterbox_client.rs                  202               202     0.00%          17                17     0.00%         131               131     0.00%           0                 0         -
garraia-voice/src/tts/hibiki_client.rs                       54                54     0.00%           6                 6     0.00%          41                41     0.00%           0                 0         -
garraia-voice/src/tts/lmstudio_client.rs                    190               190     0.00%          20                20     0.00%         142               142     0.00%           0                 0         -
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                                     99409             50186    49.52%        8013              4210    47.46%       71463             38905    45.56%           0                 0         -

@dependabot
dependabot Bot force-pushed the dependabot/cargo/patch-and-minor-4afd84d665 branch from cd773d5 to 560568b Compare August 16, 2026 14:51
@github-actions

Copy link
Copy Markdown

Quality Ratchet Report

Mode: report-only
Baseline frozen: 2026-05-05T11:20:45Z
Current collected: 2026-08-16T14:56:42Z
Current SHA: 147bc07f610b
Collect mode: fast

Resumo

Métrica Baseline Current Status
max_file_lines 3240 6332 ❌ REGRESSION
files_over_700 34 52 ❌ REGRESSION
files_over_1500 7 12 ❌ REGRESSION
files_over_2500 1 6 ❌ REGRESSION
coverage_pct None None ⚠️ WARN
audit_critical 0 0 ✅ PASS
audit_high 0 0 ✅ PASS
clippy_warnings None None ⚠️ WARN

❌ Regressões Detectadas

max_file_lines

  • Baseline: 3240
  • Current: 6332
  • Delta: +3092
  • Fix: Modularize crates/garraia-gateway/src/rest_v1/me.rs (now 6332 lines). Quebre em arquivos menores por responsabilidade. NÃO ignore o limite criando arquivos redundantes.

files_over_700

  • Baseline: 34
  • Current: 52
  • Delta: +18
  • Fix: Quantidade de arquivos >700 linhas subiu de 34 para 52. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_1500

  • Baseline: 7
  • Current: 12
  • Delta: +5
  • Fix: Quantidade de arquivos >1500 linhas subiu de 7 para 12. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_2500

  • Baseline: 1
  • Current: 6
  • Delta: +5
  • Fix: Quantidade de arquivos >2500 linhas subiu de 1 para 6. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

Mode report-only → exit 0. CI não bloqueado, mas regressão registrada.

⚠️ Warnings (métrica não coletada / sem baseline)

  • coverage_pct: Coverage não coletada neste run (reason: not_collected_this_run).
  • clippy_warnings: Clippy não coletado neste run (reason: fast_mode_skips_clippy_use_full_for_offline_run). Em fast mode é esperado — ci.yml já roda clippy hard-blocking.

Próximo passo

Resolva uma regressão por commit (não tudo de uma vez). Veja .claude/commands/quality-babysit.md (auto-loop até N=5) — em PR-1 o modo é manual-only.


Generated by scripts/quality/compare.py. Determinístico — mesma entrada = mesma saída. Sem chamada de IA.

@github-actions

Copy link
Copy Markdown

Coverage Report (cargo-llvm-cov)

Generated by coverage job in this PR run. Soft-gate: no threshold; artifact + summary only.

Excluded crates: garraia-desktop, garraia-auth, garraia-workspace (see ci.yml comment).

Filename                                                Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
garraia-agents/src/a2a/client.rs                            106               106     0.00%          18                18     0.00%          99                99     0.00%           0                 0         -
garraia-agents/src/agent_mode.rs                            419                97    76.85%          39                14    64.10%         296                85    71.28%           0                 0         -
garraia-agents/src/anthropic.rs                             427               127    70.26%          32                12    62.50%         327               100    69.42%           0                 0         -
garraia-agents/src/context_policy.rs                        100                97     3.00%           8                 7    12.50%          82                76     7.32%           0                 0         -
garraia-agents/src/embeddings.rs                            221               139    37.10%          46                38    17.39%         173               114    34.10%           0                 0         -
garraia-agents/src/execution_budget.rs                      260                11    95.77%          24                 3    87.50%         150                12    92.00%           0                 0         -
garraia-agents/src/llama_cpp.rs                             467               209    55.25%          48                29    39.58%         316               142    55.06%           0                 0         -
garraia-agents/src/mcp/manager.rs                           633               468    26.07%          77                58    24.68%         472               337    28.60%           0                 0         -
garraia-agents/src/mcp/tool_bridge.rs                        30                18    40.00%           9                 7    22.22%          37                19    48.65%           0                 0         -
garraia-agents/src/memory_extractor.rs                       68                59    13.24%           8                 6    25.00%          74                42    43.24%           0                 0         -
garraia-agents/src/modes.rs                                 628               126    79.94%          50                20    60.00%         619               100    83.84%           0                 0         -
garraia-agents/src/multi_agent.rs                           360               268    25.56%          23                16    30.43%         307               231    24.76%           0                 0         -
garraia-agents/src/ollama.rs                                596               120    79.87%          50                12    76.00%         425                94    77.88%           0                 0         -
garraia-agents/src/openai.rs                               1017               428    57.92%          61                32    47.54%         646               231    64.24%           0                 0         -
garraia-agents/src/orchestrator.rs                          594               431    27.44%          58                41    29.31%         511               366    28.38%           0                 0         -
garraia-agents/src/persona.rs                               105                 0   100.00%           8                 0   100.00%          56                 0   100.00%           0                 0         -
garraia-agents/src/provider_resilience.rs                   445                44    90.11%          55                 9    83.64%         282                34    87.94%           0                 0         -
garraia-agents/src/providers.rs                               7                 7     0.00%           3                 3     0.00%           7                 7     0.00%           0                 0         -
garraia-agents/src/runtime.rs                               948               789    16.77%         149               129    13.42%         764               646    15.45%           0                 0         -
garraia-agents/src/tools/bash_tool.rs                       231                45    80.52%          24                 6    75.00%         165                44    73.33%           0                 0         -
garraia-agents/src/tools/code_review_tool.rs                140               125    10.71%          15                14     6.67%         128               116     9.38%           0                 0         -
garraia-agents/src/tools/file_read_tool.rs                  122                31    74.59%          19                 6    68.42%         103                27    73.79%           0                 0         -
garraia-agents/src/tools/file_write_tool.rs                 133                49    63.16%          21                 9    57.14%         111                40    63.96%           0                 0         -
garraia-agents/src/tools/git_diff_tool.rs                   400               112    72.00%          35                 8    77.14%         277                81    70.76%           0                 0         -
garraia-agents/src/tools/list_dir_tool.rs                   286                63    77.97%          28                 8    71.43%         188                44    76.60%           0                 0         -
garraia-agents/src/tools/mod.rs                              35                 0   100.00%           6                 0   100.00%          38                 0   100.00%           0                 0         -
garraia-agents/src/tools/repo_search_tool.rs                122                30    75.41%          17                 6    64.71%          90                22    75.56%           0                 0         -
garraia-agents/src/tools/run_tests_tool.rs                  219               145    33.79%          15                 8    46.67%         154                86    44.16%           0                 0         -
garraia-agents/src/tools/schedule.rs                        397               182    54.16%          44                27    38.64%         307               135    56.03%           0                 0         -
garraia-agents/src/tools/tool_context.rs                    188                25    86.70%          15                 4    73.33%         125                40    68.00%           0                 0         -
garraia-agents/src/tools/web_fetch_tool.rs                   76                19    75.00%          13                 6    53.85%          56                18    67.86%           0                 0         -
garraia-agents/src/tools/web_search_tool.rs                 115                24    79.13%          15                 7    53.33%          85                22    74.12%           0                 0         -
garraia-auth/src/action.rs                                   73                73     0.00%           2                 2     0.00%          51                51     0.00%           0                 0         -
garraia-auth/src/app_pool.rs                                 38                38     0.00%           9                 9     0.00%          32                32     0.00%           0                 0         -
garraia-auth/src/audit.rs                                    47                47     0.00%           4                 4     0.00%          44                44     0.00%           0                 0         -
garraia-auth/src/audit_workspace.rs                         113                95    15.93%           4                 2    50.00%         114                98    14.04%           0                 0         -
garraia-auth/src/can.rs                                      82                 0   100.00%           3                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-auth/src/extractor.rs                                83                83     0.00%           8                 8     0.00%          59                59     0.00%           0                 0         -
garraia-auth/src/hashing.rs                                  78                22    71.79%           8                 4    50.00%          47                17    63.83%           0                 0         -
garraia-auth/src/internal.rs                                277               277     0.00%          10                10     0.00%         211               211     0.00%           0                 0         -
garraia-auth/src/jwt.rs                                     147               147     0.00%          11                11     0.00%          97                97     0.00%           0                 0         -
garraia-auth/src/login_pool.rs                               35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/password.rs                                 87                87     0.00%           4                 4     0.00%          64                64     0.00%           0                 0         -
garraia-auth/src/role.rs                                     30                30     0.00%           3                 3     0.00%          25                25     0.00%           0                 0         -
garraia-auth/src/sessions.rs                                114               114     0.00%           8                 8     0.00%          86                86     0.00%           0                 0         -
garraia-auth/src/signup_pool.rs                              35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/storage_redacted.rs                        139               139     0.00%          10                10     0.00%          73                73     0.00%           0                 0         -
garraia-auth/src/types.rs                                    11                11     0.00%           1                 1     0.00%           8                 8     0.00%           0                 0         -
garraia-channels/src/commands/builtins/clear.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/config.rs             23                23     0.00%           5                 5     0.00%          28                28     0.00%           0                 0         -
garraia-channels/src/commands/builtins/health.rs             12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/help.rs               19                19     0.00%           4                 4     0.00%          23                23     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mod.rs                44                44     0.00%           1                 1     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mode.rs               50                50     0.00%           8                 8     0.00%          53                53     0.00%           0                 0         -
garraia-channels/src/commands/builtins/model.rs              22                22     0.00%           4                 4     0.00%          17                17     0.00%           0                 0         -
garraia-channels/src/commands/builtins/pair.rs               15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/providers.rs          12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/start.rs              23                23     0.00%           5                 5     0.00%          27                27     0.00%           0                 0         -
garraia-channels/src/commands/builtins/stats.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/users.rs              15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voice.rs              28                28     0.00%           5                 5     0.00%          25                25     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voz.rs                28                28     0.00%           4                 4     0.00%          26                26     0.00%           0                 0         -
garraia-channels/src/commands/mod.rs                         29                21    27.59%           4                 2    50.00%          19                12    36.84%           0                 0         -
garraia-channels/src/commands/registry.rs                   280                55    80.36%          40                15    62.50%         196                46    76.53%           0                 0         -
garraia-channels/src/discord/commands.rs                     84                46    45.24%           9                 5    44.44%          64                38    40.62%           0                 0         -
garraia-channels/src/discord/config.rs                      128                 2    98.44%          13                 1    92.31%          81                 1    98.77%           0                 0         -
garraia-channels/src/discord/convert.rs                     269               117    56.51%          18                 7    61.11%         167                76    54.49%           0                 0         -
garraia-channels/src/discord/handler.rs                     343               296    13.70%          31                27    12.90%         220               190    13.64%           0                 0         -
garraia-channels/src/discord/mod.rs                         291               127    56.36%          47                29    38.30%         193                89    53.89%           0                 0         -
garraia-channels/src/lib.rs                                  27                27     0.00%           2                 2     0.00%          30                30     0.00%           0                 0         -
garraia-channels/src/metrics.rs                             157                 9    94.27%          20                 3    85.00%         110                14    87.27%           0                 0         -
garraia-channels/src/openclaw/client.rs                     158               158     0.00%          13                13     0.00%         110               110     0.00%           0                 0         -
garraia-channels/src/openclaw/config.rs                      11                11     0.00%           3                 3     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/openclaw/convert.rs                    178                 7    96.07%          13                 0   100.00%          95                 2    97.89%           0                 0         -
garraia-channels/src/protocol.rs                             99                 4    95.96%           8                 1    87.50%          78                 4    94.87%           0                 0         -
garraia-channels/src/registry.rs                             72                69     4.17%          12                11     8.33%          46                41    10.87%           0                 0         -
garraia-channels/src/slack/api.rs                           101               101     0.00%          17                17     0.00%          88                88     0.00%           0                 0         -
garraia-channels/src/slack/fmt.rs                           121                 3    97.52%           7                 0   100.00%          74                 1    98.65%           0                 0         -
garraia-channels/src/slack/mod.rs                           397               358     9.82%          27                22    18.52%         267               241     9.74%           0                 0         -
garraia-channels/src/telegram.rs                            430               285    33.72%          31                20    35.48%         332               181    45.48%           0                 0         -
garraia-channels/src/telegram_fmt.rs                        183                15    91.80%           9                 0   100.00%         103                 5    95.15%           0                 0         -
garraia-channels/src/whatsapp/api.rs                         66                66     0.00%           6                 6     0.00%          59                59     0.00%           0                 0         -
garraia-channels/src/whatsapp/mod.rs                         80                38    52.50%          19                14    26.32%          77                40    48.05%           0                 0         -
garraia-channels/src/whatsapp/webhook.rs                    248               248     0.00%          27                27     0.00%         155               155     0.00%           0                 0         -
garraia-cli/src/ask.rs                                      559               179    67.98%          42                 9    78.57%         356               114    67.98%           0                 0         -
garraia-cli/src/banner.rs                                   235               148    37.02%          13                 9    30.77%         123                78    36.59%           0                 0         -
garraia-cli/src/capability_prompt.rs                        325                 0   100.00%          14                 0   100.00%         183                 0   100.00%           0                 0         -
garraia-cli/src/chat.rs                                    1078               784    27.27%          47                27    42.55%         703               474    32.57%           0                 0         -
garraia-cli/src/config_cmd.rs                               244               147    39.75%          12                 4    66.67%         185               115    37.84%           0                 0         -
garraia-cli/src/glob_cmd.rs                                 143               143     0.00%           8                 8     0.00%         111               111     0.00%           0                 0         -
garraia-cli/src/main.rs                                     965               797    17.41%          34                24    29.41%         631               515    18.38%           0                 0         -
garraia-cli/src/max_power.rs                                242               129    46.69%          17                 7    58.82%         166               100    39.76%           0                 0         -
garraia-cli/src/mcp_server.rs                               567                87    84.66%          55                 8    85.45%         373                63    83.11%           0                 0         -
garraia-cli/src/migrate.rs                                  502               502     0.00%          19                19     0.00%         330               330     0.00%           0                 0         -
garraia-cli/src/migrate_workspace.rs                        781                94    87.96%          65                10    84.62%         531                43    91.90%           0                 0         -
garraia-cli/src/repo_workflow.rs                            365                81    77.81%          36                 7    80.56%         221                50    77.38%           0                 0         -
garraia-cli/src/team.rs                                     316                29    90.82%          23                 0   100.00%         257                34    86.77%           0                 0         -
garraia-cli/src/update.rs                                   330               312     5.45%          18                15    16.67%         213               201     5.63%           0                 0         -
garraia-cli/src/verify.rs                                   364               159    56.32%          33                 6    81.82%         302               161    46.69%           0                 0         -
garraia-cli/src/wizard/config_writer.rs                     429                59    86.25%          22                 7    68.18%         284                35    87.68%           0                 0         -
garraia-cli/src/wizard/env_detect.rs                        515               135    73.79%          44                 9    79.55%         321                85    73.52%           0                 0         -
garraia-cli/src/wizard/local_stack.rs                       196               109    44.39%          16                 8    50.00%         134                80    40.30%           0                 0         -
garraia-cli/src/wizard/mod.rs                               491               465     5.30%          13                11    15.38%         362               338     6.63%           0                 0         -
garraia-cli/src/wizard/prompts.rs                            55                51     7.27%           6                 5    16.67%          35                32     8.57%           0                 0         -
garraia-common/src/error.rs                                  22                 0   100.00%           1                 0   100.00%          10                 0   100.00%           0                 0         -
garraia-common/src/handoff.rs                               482                10    97.93%          39                 1    97.44%         280                 6    97.86%           0                 0         -
garraia-common/src/message.rs                                58                 2    96.55%           4                 0   100.00%          49                 2    95.92%           0                 0         -
garraia-common/src/safety_gate.rs                           285                 6    97.89%          37                 0   100.00%         153                 0   100.00%           0                 0         -
garraia-common/src/types.rs                                  47                38    19.15%          13                10    23.08%          44                35    20.45%           0                 0         -
garraia-config/src/auth.rs                                  321                66    79.44%          23                 5    78.26%         225                43    80.89%           0                 0         -
garraia-config/src/check.rs                                1191               101    91.52%          95                 3    96.84%        1030               113    89.03%           0                 0         -
garraia-config/src/loader.rs                                330                43    86.97%          22                 5    77.27%         213                29    86.38%           0                 0         -
garraia-config/src/model.rs                                 203                 6    97.04%          38                 2    94.74%         233                 8    96.57%           0                 0         -
garraia-config/src/watcher.rs                               104               104     0.00%          10                10     0.00%          60                60     0.00%           0                 0         -
garraia-db/src/chat_sync.rs                                 261               200    23.37%          37                28    24.32%         189               144    23.81%           0                 0         -
garraia-db/src/memory_store.rs                              898               230    74.39%          86                28    67.44%         610               115    81.15%           0                 0         -
garraia-db/src/project_store.rs                            1418               256    81.95%         106                53    50.00%         817               106    87.03%           0                 0         -
garraia-db/src/session_store.rs                            1341               658    50.93%         124                84    32.26%        1097               442    59.71%           0                 0         -
garraia-db/src/sqlite_db.rs                                 102                 0   100.00%          12                 0   100.00%          50                 0   100.00%           0                 0         -
garraia-db/src/vector_store.rs                              271                44    83.76%          31                12    61.29%         193                23    88.08%           0                 0         -
garraia-embeddings/src/error.rs                              20                 0   100.00%           2                 0   100.00%          17                 0   100.00%           0                 0         -
garraia-embeddings/src/hybrid.rs                            220                19    91.36%          20                 3    85.00%         173                12    93.06%           0                 0         -
garraia-embeddings/src/provider.rs                          173                 2    98.84%          20                 0   100.00%          92                 2    97.83%           0                 0         -
garraia-embeddings/src/types.rs                             128                 6    95.31%          11                 1    90.91%          70                 3    95.71%           0                 0         -
garraia-gateway/src/a2a.rs                                  178               178     0.00%          12                12     0.00%         171               171     0.00%           0                 0         -
garraia-gateway/src/admin/audit.rs                          120                 2    98.33%           9                 0   100.00%         114                 1    99.12%           0                 0         -
garraia-gateway/src/admin/handlers.rs                       965               965     0.00%          64                64     0.00%        1004              1004     0.00%           0                 0         -
garraia-gateway/src/admin/mcp.rs                            217               217     0.00%           9                 9     0.00%         211               211     0.00%           0                 0         -
garraia-gateway/src/admin/mcp_templates.rs                  211               211     0.00%          14                14     0.00%         189               189     0.00%           0                 0         -
garraia-gateway/src/admin/middleware.rs                     223                90    59.64%          18                 7    61.11%         137                58    57.66%           0                 0         -
garraia-gateway/src/admin/observability.rs                  219               219     0.00%          19                19     0.00%         201               201     0.00%           0                 0         -
garraia-gateway/src/admin/providers.rs                      292               292     0.00%          22                22     0.00%         289               289     0.00%           0                 0         -
garraia-gateway/src/admin/rbac.rs                           233                21    90.99%          21                 2    90.48%         202                21    89.60%           0                 0         -
garraia-gateway/src/admin/routes.rs                         224                12    94.64%           5                 4    20.00%         124                11    91.13%           0                 0         -
garraia-gateway/src/admin/secrets.rs                        461               461     0.00%          34                34     0.00%         395               395     0.00%           0                 0         -
garraia-gateway/src/admin/shared.rs                          59                34    42.37%           1                 0   100.00%          41                22    46.34%           0                 0         -
garraia-gateway/src/admin/store.rs                         1040               427    58.94%          90                47    47.78%         722               253    64.96%           0                 0         -
garraia-gateway/src/admin/users.rs                          281               281     0.00%          15                15     0.00%         286               286     0.00%           0                 0         -
garraia-gateway/src/agent_router.rs                          87                13    85.06%           4                 0   100.00%          57                 4    92.98%           0                 0         -
garraia-gateway/src/api.rs                                  470               470     0.00%          38                38     0.00%         556               556     0.00%           0                 0         -
garraia-gateway/src/auth_metrics.rs                          19                19     0.00%           3                 3     0.00%          11                11     0.00%           0                 0         -
garraia-gateway/src/auth_routes.rs                          341               326     4.40%          31                30     3.23%         273               266     2.56%           0                 0         -
garraia-gateway/src/auto_router.rs                          284                89    68.66%          26                 7    73.08%         225                75    66.67%           0                 0         -
garraia-gateway/src/billing.rs                              399                24    93.98%          33                 4    87.88%         243                19    92.18%           0                 0         -
garraia-gateway/src/bootstrap/channels.rs                    33                23    30.30%           2                 0   100.00%          27                19    29.63%           0                 0         -
garraia-gateway/src/bootstrap/config.rs                      74                18    75.68%           8                 2    75.00%          59                15    74.58%           0                 0         -
garraia-gateway/src/bootstrap/discord.rs                    262               256     2.29%           6                 5    16.67%         222               214     3.60%           0                 0         -
garraia-gateway/src/bootstrap/mod.rs                       1358              1104    18.70%          71                65     8.45%         803               634    21.05%           0                 0         -
garraia-gateway/src/bootstrap/slack.rs                      183               177     3.28%          11                10     9.09%         125               117     6.40%           0                 0         -
garraia-gateway/src/bootstrap/telegram.rs                   492               486     1.22%          22                21     4.55%         323               315     2.48%           0                 0         -
garraia-gateway/src/bootstrap/whatsapp.rs                   194               188     3.09%          13                12     7.69%         144               136     5.56%           0                 0         -
garraia-gateway/src/cluster.rs                              419                23    94.51%          47                 4    91.49%         296                22    92.57%           0                 0         -
garraia-gateway/src/commands.rs                             423               346    18.20%          24                23     4.17%         273               241    11.72%           0                 0         -
garraia-gateway/src/context_summarizer.rs                   137               137     0.00%           5                 5     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/diagnostics_handler.rs                  249               249     0.00%           8                 8     0.00%         179               179     0.00%           0                 0         -
garraia-gateway/src/externalization.rs                      456                28    93.86%          64                 7    89.06%         272                18    93.38%           0                 0         -
garraia-gateway/src/health.rs                               522               475     9.00%          40                34    15.00%         342               309     9.65%           0                 0         -
garraia-gateway/src/learning_handler.rs                     567               302    46.74%          58                26    55.17%         355               188    47.04%           0                 0         -
garraia-gateway/src/logs_handler.rs                          68                68     0.00%           3                 3     0.00%          51                51     0.00%           0                 0         -
garraia-gateway/src/mcp/mod.rs                              244                48    80.33%          22                 7    68.18%         179                40    77.65%           0                 0         -
garraia-gateway/src/mcp/persistence.rs                      408               105    74.26%          33                11    66.67%         235                71    69.79%           0                 0         -
garraia-gateway/src/mcp/registry.rs                         432                24    94.44%          45                 0   100.00%         232                18    92.24%           0                 0         -
garraia-gateway/src/mcp_commands.rs                         153               123    19.61%          12                 9    25.00%          93                78    16.13%           0                 0         -
garraia-gateway/src/mcp_marketplace.rs                      380               125    67.11%          16                10    37.50%         338               125    63.02%           0                 0         -
garraia-gateway/src/memory_handler.rs                        79                79     0.00%           6                 6     0.00%          92                92     0.00%           0                 0         -
garraia-gateway/src/metrics_auth.rs                         596                 2    99.66%          48                 0   100.00%         293                 1    99.66%           0                 0         -
garraia-gateway/src/metrics_exporter.rs                     104                27    74.04%          10                 3    70.00%          67                21    68.66%           0                 0         -
garraia-gateway/src/mobile_auth.rs                          808               167    79.33%          53                13    75.47%         575               201    65.04%           0                 0         -
garraia-gateway/src/mobile_chat.rs                          187               111    40.64%          17                 8    52.94%         155               110    29.03%           0                 0         -
garraia-gateway/src/oauth.rs                                620               434    30.00%          51                35    31.37%         449               340    24.28%           0                 0         -
garraia-gateway/src/observability.rs                        582               115    80.24%          44                17    61.36%         309                75    75.73%           0                 0         -
garraia-gateway/src/openai_api.rs                           712               605    15.03%          48                40    16.67%         553               490    11.39%           0                 0         -
garraia-gateway/src/openclaw_handler.rs                      53                53     0.00%           9                 9     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/parrot_ws.rs                            134               134     0.00%           7                 7     0.00%          91                91     0.00%           0                 0         -
garraia-gateway/src/path_validation.rs                      150                 0   100.00%          24                 0   100.00%          91                 0   100.00%           0                 0         -
garraia-gateway/src/plugins_handler.rs                      772               256    66.84%          65                23    64.62%         542               251    53.69%           0                 0         -
garraia-gateway/src/projects_handler.rs                     383               181    52.74%          29                13    55.17%         255               127    50.20%           0                 0         -
garraia-gateway/src/rate_limiter.rs                         682               163    76.10%          67                19    71.64%         435               130    70.11%           0                 0         -
garraia-gateway/src/rest_v1/audit.rs                        199               149    25.13%          16                11    31.25%         150               105    30.00%           0                 0         -
garraia-gateway/src/rest_v1/chats.rs                       3682              2496    32.21%         318               217    31.76%        2761              1889    31.58%           0                 0         -
garraia-gateway/src/rest_v1/doc_blocks.rs                   823               504    38.76%          61                43    29.51%         546               352    35.53%           0                 0         -
garraia-gateway/src/rest_v1/doc_mentions.rs                 421               328    22.09%          39                32    17.95%         307               256    16.61%           0                 0         -
garraia-gateway/src/rest_v1/doc_versions.rs                 749               579    22.70%          65                53    18.46%         533               420    21.20%           0                 0         -
garraia-gateway/src/rest_v1/docs.rs                         895               626    30.06%          73                53    27.40%         657               480    26.94%           0                 0         -
garraia-gateway/src/rest_v1/files.rs                       2221              1570    29.31%         168               119    29.17%        1642              1182    28.01%           0                 0         -
garraia-gateway/src/rest_v1/groups.rs                      2032              1385    31.84%         156               110    29.49%        1568              1160    26.02%           0                 0         -
garraia-gateway/src/rest_v1/invites.rs                      145               145     0.00%           9                 9     0.00%         115               115     0.00%           0                 0         -
garraia-gateway/src/rest_v1/me.rs                          5284              2868    45.72%         443               275    37.92%        4001              2505    37.39%           0                 0         -
garraia-gateway/src/rest_v1/memory.rs                       838               838     0.00%          59                59     0.00%         715               715     0.00%           0                 0         -
garraia-gateway/src/rest_v1/messages.rs                    1782              1378    22.67%         164               126    23.17%        1460              1147    21.44%           0                 0         -
garraia-gateway/src/rest_v1/mod.rs                         1126               772    31.44%          17                12    29.41%         833               574    31.09%           0                 0         -
garraia-gateway/src/rest_v1/openapi.rs                       11                11     0.00%           1                 1     0.00%          10                10     0.00%           0                 0         -
garraia-gateway/src/rest_v1/problem.rs                      240                26    89.17%          16                 1    93.75%         130                25    80.77%           0                 0         -
garraia-gateway/src/rest_v1/search.rs                      2817               839    70.22%         168                58    65.48%        1995              1003    49.72%           0                 0         -
garraia-gateway/src/rest_v1/tasks/activity.rs               112               112     0.00%           8                 8     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/assignees.rs              312               312     0.00%          24                24     0.00%         232               232     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/attachments.rs             58                58     0.00%          24                24     0.00%          58                58     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/comments.rs               703               473    32.72%          50                37    26.00%         504               353    29.96%           0                 0         -
garraia-gateway/src/rest_v1/tasks/labels.rs                1032               694    32.75%          71                53    25.35%         711               508    28.55%           0                 0         -
garraia-gateway/src/rest_v1/tasks/mod.rs                   1107              1107     0.00%          76                76     0.00%         892               892     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/subscriptions.rs          384               303    21.09%          34                26    23.53%         288               229    20.49%           0                 0         -
garraia-gateway/src/rest_v1/tasks/task_lists.rs             502               464     7.57%          38                36     5.26%         381               347     8.92%           0                 0         -
garraia-gateway/src/rest_v1/uploads.rs                      877               425    51.54%          99                56    43.43%         603               337    44.11%           0                 0         -
garraia-gateway/src/router.rs                              1305               846    35.17%          83                71    14.46%         973               686    29.50%           0                 0         -
garraia-gateway/src/runtime_handler.rs                       57                 6    89.47%          10                 1    90.00%          40                 3    92.50%           0                 0         -
garraia-gateway/src/server.rs                               838               522    37.71%          31                10    67.74%         540               345    36.11%           0                 0         -
garraia-gateway/src/session_auth.rs                         100               100     0.00%           8                 8     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/settings_handler.rs                     276               276     0.00%          13                13     0.00%         377               377     0.00%           0                 0         -
garraia-gateway/src/skills_handler.rs                       418               234    44.02%          24                 5    79.17%         477               282    40.88%           0                 0         -
garraia-gateway/src/skins_handler.rs                        168                33    80.36%          18                 4    77.78%         127                37    70.87%           0                 0         -
garraia-gateway/src/slash_commands.rs                       203               203     0.00%          13                13     0.00%         139               139     0.00%           0                 0         -
garraia-gateway/src/state.rs                                769               372    51.63%          68                33    51.47%         539               279    48.24%           0                 0         -
garraia-gateway/src/stats_handler.rs                          6                 6     0.00%           2                 2     0.00%           9                 9     0.00%           0                 0         -
garraia-gateway/src/totp.rs                                 370               107    71.08%          24                 9    62.50%         247               103    58.30%           0                 0         -
garraia-gateway/src/uploads_worker.rs                       226               200    11.50%          14                10    28.57%         181               155    14.36%           0                 0         -
garraia-gateway/src/uploads_worker_util.rs                   33                 0   100.00%           4                 0   100.00%          19                 0   100.00%           0                 0         -
garraia-gateway/src/voice_handler.rs                         13                13     0.00%           7                 7     0.00%          16                16     0.00%           0                 0         -
garraia-gateway/src/ws.rs                                   632               522    17.41%          39                25    35.90%         375               310    17.33%           0                 0         -
garraia-glob/src/ignore.rs                                  349                10    97.13%          32                 2    93.75%         176                 6    96.59%           0                 0         -
garraia-glob/src/lib.rs                                      39                 0   100.00%           4                 0   100.00%          16                 0   100.00%           0                 0         -
garraia-glob/src/matcher.rs                                  97                66    31.96%          10                 5    50.00%          77                45    41.56%           0                 0         -
garraia-glob/src/path.rs                                    100                37    63.00%          13                 7    46.15%          57                23    59.65%           0                 0         -
garraia-glob/src/pattern.rs                                 798                43    94.61%          44                 4    90.91%         403                27    93.30%           0                 0         -
garraia-glob/src/scanner.rs                                 520                53    89.81%          43                 4    90.70%         312                39    87.50%           0                 0         -
garraia-learning/src/evaluator.rs                           312                 6    98.08%          27                 0   100.00%         257                 1    99.61%           0                 0         -
garraia-learning/src/generator.rs                           486                25    94.86%          41                 3    92.68%         325                19    94.15%           0                 0         -
garraia-learning/src/lib.rs                                   6                 6     0.00%           2                 2     0.00%           6                 6     0.00%           0                 0         -
garraia-learning/src/miner.rs                               821                51    93.79%          65                 9    86.15%         543                32    94.11%           0                 0         -
garraia-learning/src/registry.rs                            878                81    90.77%          50                 6    88.00%         440                40    90.91%           0                 0         -
garraia-learning/src/retriever.rs                             3                 3     0.00%           1                 1     0.00%           5                 5     0.00%           0                 0         -
garraia-learning/src/safety.rs                              560                25    95.54%          41                 0   100.00%         296                 1    99.66%           0                 0         -
garraia-learning/src/skill_override.rs                       12                12     0.00%           4                 4     0.00%          20                20     0.00%           0                 0         -
garraia-learning/src/updater.rs                             861                76    91.17%          62                10    83.87%         509                52    89.78%           0                 0         -
garraia-learning/src/versioning.rs                          635                28    95.59%          43                 6    86.05%         357                22    93.84%           0                 0         -
garraia-media/src/image_processor.rs                        528               105    80.11%          39                15    61.54%         287                51    82.23%           0                 0         -
garraia-media/src/pdf.rs                                    413               361    12.59%          41                35    14.63%         250               183    26.80%           0                 0         -
garraia-media/src/processing.rs                             322                52    83.85%          17                 4    76.47%         219                47    78.54%           0                 0         -
garraia-media/src/types.rs                                   62                62     0.00%           4                 4     0.00%          41                41     0.00%           0                 0         -
garraia-plugins/src/loader.rs                               207               207     0.00%          15                15     0.00%         130               130     0.00%           0                 0         -
garraia-plugins/src/manifest.rs                              72                14    80.56%           8                 2    75.00%          70                 7    90.00%           0                 0         -
garraia-plugins/src/runtime.rs                              455               236    48.13%          32                23    28.12%         301               179    40.53%           0                 0         -
garraia-plugins/src/sdk/host_functions.rs                    93                 6    93.55%           7                 2    71.43%          75                 6    92.00%           0                 0         -
garraia-plugins/src/sdk/plugin_trait.rs                      65                 7    89.23%           9                 3    66.67%          47                 5    89.36%           0                 0         -
garraia-runtime/src/executor.rs                             212                63    70.28%          19                 0   100.00%         172                49    71.51%           0                 0         -
garraia-runtime/src/meta_controller.rs                      174                 3    98.28%          15                 1    93.33%         101                 3    97.03%           0                 0         -
garraia-runtime/src/mode.rs                                 616                41    93.34%          36                 3    91.67%         617                27    95.62%           0                 0         -
garraia-runtime/src/state.rs                                 95                 7    92.63%           8                 0   100.00%          56                 4    92.86%           0                 0         -
garraia-security/src/allowlist.rs                           262                35    86.64%          19                 4    78.95%         149                20    86.58%           0                 0         -
garraia-security/src/credentials.rs                         443               161    63.66%          38                21    44.74%         249                99    60.24%           0                 0         -
garraia-security/src/pairing.rs                             107                 0   100.00%          11                 0   100.00%          61                 0   100.00%           0                 0         -
garraia-security/src/redaction.rs                            62                 5    91.94%          10                 1    90.00%          50                 3    94.00%           0                 0         -
garraia-security/src/validation.rs                          244                 7    97.13%          18                 0   100.00%         172                 2    98.84%           0                 0         -
garraia-skills/src/installer.rs                             100                83    17.00%          10                 7    30.00%          58                44    24.14%           0                 0         -
garraia-skills/src/native.rs                                292                17    94.18%          36                 3    91.67%         269                14    94.80%           0                 0         -
garraia-skills/src/parser.rs                                146                 6    95.89%          10                 1    90.00%          84                 4    95.24%           0                 0         -
garraia-skills/src/scanner.rs                               144                 6    95.83%           8                 0   100.00%          79                 1    98.73%           0                 0         -
garraia-storage/src/error.rs                                 12                 0   100.00%           2                 0   100.00%          11                 0   100.00%           0                 0         -
garraia-storage/src/hash_util.rs                             10                 0   100.00%           1                 0   100.00%           5                 0   100.00%           0                 0         -
garraia-storage/src/integrity.rs                            201                 1    99.50%          14                 0   100.00%          83                 1    98.80%           0                 0         -
garraia-storage/src/local_fs.rs                             638                25    96.08%          55                 1    98.18%         406                16    96.06%           0                 0         -
garraia-storage/src/mime_allowlist.rs                       105                 0   100.00%          15                 0   100.00%          75                 0   100.00%           0                 0         -
garraia-storage/src/object_store.rs                         209                29    86.12%          18                 2    88.89%         145                18    87.59%           0                 0         -
garraia-storage/src/path_sanitize.rs                        186                 5    97.31%          15                 0   100.00%         119                 1    99.16%           0                 0         -
garraia-telemetry/src/config.rs                             213                12    94.37%          14                 1    92.86%         168                 4    97.62%           0                 0         -
garraia-telemetry/src/layers.rs                              15                 0   100.00%           3                 0   100.00%           9                 0   100.00%           0                 0         -
garraia-telemetry/src/lib.rs                                 36                14    61.11%           3                 1    66.67%          34                12    64.71%           0                 0         -
garraia-telemetry/src/metrics.rs                            146                32    78.08%          16                 5    68.75%          93                18    80.65%           0                 0         -
garraia-telemetry/src/redact.rs                              92                 0   100.00%           8                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-telemetry/src/tracer.rs                              51                35    31.37%           4                 2    50.00%          31                22    29.03%           0                 0         -
garraia-tools/src/lib.rs                                    177               143    19.21%          29                22    24.14%         129               107    17.05%           0                 0         -
garraia-voice/src/audio/converter.rs                         72                72     0.00%           6                 6     0.00%          78                78     0.00%           0                 0         -
garraia-voice/src/lib.rs                                     10                10     0.00%           5                 5     0.00%           8                 8     0.00%           0                 0         -
garraia-voice/src/pipeline.rs                               113               113     0.00%           3                 3     0.00%          73                73     0.00%           0                 0         -
garraia-voice/src/stt/whisper_client.rs                     182               182     0.00%          18                18     0.00%         122               122     0.00%           0                 0         -
garraia-voice/src/tts/chatterbox_client.rs                  202               202     0.00%          17                17     0.00%         131               131     0.00%           0                 0         -
garraia-voice/src/tts/hibiki_client.rs                       54                54     0.00%           6                 6     0.00%          41                41     0.00%           0                 0         -
garraia-voice/src/tts/lmstudio_client.rs                    190               190     0.00%          20                20     0.00%         142               142     0.00%           0                 0         -
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                                     99438             50216    49.50%        8015              4212    47.45%       71478             38921    45.55%           0                 0         -

@michelbr84

Copy link
Copy Markdown
Owner

@dependabot rebase

…2 updates

Bumps the patch-and-minor group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.52.3` | `1.53.1` |
| [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.18` | `0.1.19` |
| [hyper](https://github.com/hyperium/hyper) | `1.10.1` | `1.11.0` |
| [serde](https://github.com/serde-rs/serde) | `1.0.228` | `1.0.229` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.150` | `1.0.151` |
| [clap](https://github.com/clap-rs/clap) | `4.6.1` | `4.6.6` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.18` | `2.0.20` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.103` | `1.0.104` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.2` | `1.24.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.186` | `0.2.189` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` |
| [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.13.1` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.89` | `0.1.92` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.11.1` | `1.12.1` |
| [tauri-plugin-dialog](https://github.com/tauri-apps/plugins-workspace) | `2.7.1` | `2.7.2` |
| [tauri-build](https://github.com/tauri-apps/tauri) | `2.6.2` | `2.6.3` |
| [ipnet](https://github.com/krisprice/ipnet) | `2.12.0` | `2.12.1` |
| [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.2.14` | `1.3.0` |
| [http-body-util](https://github.com/hyperium/http-body) | `0.1.3` | `0.1.5` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.4.2` | `0.4.3` |



Updates `tokio` from 1.52.3 to 1.53.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.52.3...tokio-1.53.1)

Updates `tokio-stream` from 0.1.18 to 0.1.19
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-stream-0.1.18...tokio-stream-0.1.19)

Updates `hyper` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.10.1...v1.11.0)

Updates `serde` from 1.0.228 to 1.0.229
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.228...v1.0.229)

Updates `serde_json` from 1.0.150 to 1.0.151
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.150...v1.0.151)

Updates `clap` from 4.6.1 to 4.6.6
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.1...clap_complete-v4.6.6)

Updates `thiserror` from 2.0.18 to 2.0.20
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.18...2.0.20)

Updates `anyhow` from 1.0.103 to 1.0.104
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.103...1.0.104)

Updates `uuid` from 1.23.2 to 1.24.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.2...v1.24.0)

Updates `libc` from 0.2.186 to 0.2.189
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.189/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.186...0.2.189)

Updates `chrono` from 0.4.44 to 0.4.45
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.44...v0.4.45)

Updates `regex` from 1.12.3 to 1.13.1
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.12.3...1.13.1)

Updates `async-trait` from 0.1.89 to 0.1.92
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.89...0.1.92)

Updates `bytes` from 1.11.1 to 1.12.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.11.1...v1.12.1)

Updates `tauri-plugin-dialog` from 2.7.1 to 2.7.2
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@log-v2.7.1...dialog-v2.7.2)

Updates `tauri-build` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-build-v2.6.2...tauri-build-v2.6.3)

Updates `ipnet` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/krisprice/ipnet/releases)
- [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md)
- [Commits](https://github.com/krisprice/ipnet/commits)

Updates `aws-credential-types` from 1.2.14 to 1.3.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `http-body-util` from 0.1.3 to 0.1.5
- [Release notes](https://github.com/hyperium/http-body/releases)
- [Commits](hyperium/http-body@http-body-util-v0.1.3...http-body-util-v0.1.5)

Updates `getrandom` from 0.4.2 to 0.4.3
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.4.2...v0.4.3)

Updates `aws-smithy-runtime-api` from 1.12.3 to 1.14.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-types` from 1.4.9 to 1.6.2
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.104
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: async-trait
  dependency-version: 0.1.91
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: aws-credential-types
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: aws-smithy-runtime-api
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: aws-smithy-types
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: bytes
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: chrono
  dependency-version: 0.4.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: clap
  dependency-version: 4.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: getrandom
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: http-body-util
  dependency-version: 0.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: hyper
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: ipnet
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: libc
  dependency-version: 0.2.189
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: regex
  dependency-version: 1.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: serde
  dependency-version: 1.0.229
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: serde_json
  dependency-version: 1.0.151
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: tauri-build
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: tauri-plugin-dialog
  dependency-version: 2.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: thiserror
  dependency-version: 2.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: tokio
  dependency-version: 1.53.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
- dependency-name: tokio-stream
  dependency-version: 0.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor
- dependency-name: uuid
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/patch-and-minor-4afd84d665 branch from 560568b to d6f5f42 Compare August 16, 2026 16:20
@github-actions

Copy link
Copy Markdown

Quality Ratchet Report

Mode: report-only
Baseline frozen: 2026-05-05T11:20:45Z
Current collected: 2026-08-16T16:30:02Z
Current SHA: 0dc5a02c7fad
Collect mode: fast

Resumo

Métrica Baseline Current Status
max_file_lines 3240 6332 ❌ REGRESSION
files_over_700 34 52 ❌ REGRESSION
files_over_1500 7 12 ❌ REGRESSION
files_over_2500 1 6 ❌ REGRESSION
coverage_pct None None ⚠️ WARN
audit_critical 0 0 ✅ PASS
audit_high 0 0 ✅ PASS
clippy_warnings None None ⚠️ WARN

❌ Regressões Detectadas

max_file_lines

  • Baseline: 3240
  • Current: 6332
  • Delta: +3092
  • Fix: Modularize crates/garraia-gateway/src/rest_v1/me.rs (now 6332 lines). Quebre em arquivos menores por responsabilidade. NÃO ignore o limite criando arquivos redundantes.

files_over_700

  • Baseline: 34
  • Current: 52
  • Delta: +18
  • Fix: Quantidade de arquivos >700 linhas subiu de 34 para 52. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_1500

  • Baseline: 7
  • Current: 12
  • Delta: +5
  • Fix: Quantidade de arquivos >1500 linhas subiu de 7 para 12. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

files_over_2500

  • Baseline: 1
  • Current: 6
  • Delta: +5
  • Fix: Quantidade de arquivos >2500 linhas subiu de 1 para 6. Modularize o(s) arquivo(s) que cruzaram o limite — veja top_15 no current-metrics.json.

Mode report-only → exit 0. CI não bloqueado, mas regressão registrada.

⚠️ Warnings (métrica não coletada / sem baseline)

  • coverage_pct: Coverage não coletada neste run (reason: not_collected_this_run).
  • clippy_warnings: Clippy não coletado neste run (reason: fast_mode_skips_clippy_use_full_for_offline_run). Em fast mode é esperado — ci.yml já roda clippy hard-blocking.

Próximo passo

Resolva uma regressão por commit (não tudo de uma vez). Veja .claude/commands/quality-babysit.md (auto-loop até N=5) — em PR-1 o modo é manual-only.


Generated by scripts/quality/compare.py. Determinístico — mesma entrada = mesma saída. Sem chamada de IA.

@github-actions

Copy link
Copy Markdown

Coverage Report (cargo-llvm-cov)

Generated by coverage job in this PR run. Soft-gate: no threshold; artifact + summary only.

Excluded crates: garraia-desktop, garraia-auth, garraia-workspace (see ci.yml comment).

Filename                                                Regions    Missed Regions     Cover   Functions  Missed Functions  Executed       Lines      Missed Lines     Cover    Branches   Missed Branches     Cover
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
garraia-agents/src/a2a/client.rs                            106               106     0.00%          18                18     0.00%          99                99     0.00%           0                 0         -
garraia-agents/src/agent_mode.rs                            419                97    76.85%          39                14    64.10%         296                85    71.28%           0                 0         -
garraia-agents/src/anthropic.rs                             427               127    70.26%          32                12    62.50%         327               100    69.42%           0                 0         -
garraia-agents/src/context_policy.rs                        100                97     3.00%           8                 7    12.50%          82                76     7.32%           0                 0         -
garraia-agents/src/embeddings.rs                            221               139    37.10%          46                38    17.39%         173               114    34.10%           0                 0         -
garraia-agents/src/execution_budget.rs                      260                11    95.77%          24                 3    87.50%         150                12    92.00%           0                 0         -
garraia-agents/src/llama_cpp.rs                             467               209    55.25%          48                29    39.58%         316               142    55.06%           0                 0         -
garraia-agents/src/mcp/manager.rs                           633               468    26.07%          77                58    24.68%         472               337    28.60%           0                 0         -
garraia-agents/src/mcp/tool_bridge.rs                        30                18    40.00%           9                 7    22.22%          37                19    48.65%           0                 0         -
garraia-agents/src/memory_extractor.rs                       68                59    13.24%           8                 6    25.00%          74                42    43.24%           0                 0         -
garraia-agents/src/modes.rs                                 628               126    79.94%          50                20    60.00%         619               100    83.84%           0                 0         -
garraia-agents/src/multi_agent.rs                           360               268    25.56%          23                16    30.43%         307               231    24.76%           0                 0         -
garraia-agents/src/ollama.rs                                596               120    79.87%          50                12    76.00%         425                94    77.88%           0                 0         -
garraia-agents/src/openai.rs                               1017               428    57.92%          61                32    47.54%         646               231    64.24%           0                 0         -
garraia-agents/src/orchestrator.rs                          594               431    27.44%          58                41    29.31%         511               366    28.38%           0                 0         -
garraia-agents/src/persona.rs                               105                 0   100.00%           8                 0   100.00%          56                 0   100.00%           0                 0         -
garraia-agents/src/provider_resilience.rs                   445                44    90.11%          55                 9    83.64%         282                34    87.94%           0                 0         -
garraia-agents/src/providers.rs                               7                 7     0.00%           3                 3     0.00%           7                 7     0.00%           0                 0         -
garraia-agents/src/runtime.rs                               948               789    16.77%         149               129    13.42%         764               646    15.45%           0                 0         -
garraia-agents/src/tools/bash_tool.rs                       231                45    80.52%          24                 6    75.00%         165                44    73.33%           0                 0         -
garraia-agents/src/tools/code_review_tool.rs                140               125    10.71%          15                14     6.67%         128               116     9.38%           0                 0         -
garraia-agents/src/tools/file_read_tool.rs                  122                31    74.59%          19                 6    68.42%         103                27    73.79%           0                 0         -
garraia-agents/src/tools/file_write_tool.rs                 133                49    63.16%          21                 9    57.14%         111                40    63.96%           0                 0         -
garraia-agents/src/tools/git_diff_tool.rs                   400               112    72.00%          35                 8    77.14%         277                81    70.76%           0                 0         -
garraia-agents/src/tools/list_dir_tool.rs                   286                63    77.97%          28                 8    71.43%         188                44    76.60%           0                 0         -
garraia-agents/src/tools/mod.rs                              35                 0   100.00%           6                 0   100.00%          38                 0   100.00%           0                 0         -
garraia-agents/src/tools/repo_search_tool.rs                122                30    75.41%          17                 6    64.71%          90                22    75.56%           0                 0         -
garraia-agents/src/tools/run_tests_tool.rs                  219               145    33.79%          15                 8    46.67%         154                86    44.16%           0                 0         -
garraia-agents/src/tools/schedule.rs                        397               182    54.16%          44                27    38.64%         307               135    56.03%           0                 0         -
garraia-agents/src/tools/tool_context.rs                    188                25    86.70%          15                 4    73.33%         125                40    68.00%           0                 0         -
garraia-agents/src/tools/web_fetch_tool.rs                   76                19    75.00%          13                 6    53.85%          56                18    67.86%           0                 0         -
garraia-agents/src/tools/web_search_tool.rs                 115                24    79.13%          15                 7    53.33%          85                22    74.12%           0                 0         -
garraia-auth/src/action.rs                                   73                73     0.00%           2                 2     0.00%          51                51     0.00%           0                 0         -
garraia-auth/src/app_pool.rs                                 38                38     0.00%           9                 9     0.00%          32                32     0.00%           0                 0         -
garraia-auth/src/audit.rs                                    47                47     0.00%           4                 4     0.00%          44                44     0.00%           0                 0         -
garraia-auth/src/audit_workspace.rs                         113                95    15.93%           4                 2    50.00%         114                98    14.04%           0                 0         -
garraia-auth/src/can.rs                                      82                 0   100.00%           3                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-auth/src/extractor.rs                                83                83     0.00%           8                 8     0.00%          59                59     0.00%           0                 0         -
garraia-auth/src/hashing.rs                                  78                22    71.79%           8                 4    50.00%          47                17    63.83%           0                 0         -
garraia-auth/src/internal.rs                                277               277     0.00%          10                10     0.00%         211               211     0.00%           0                 0         -
garraia-auth/src/jwt.rs                                     147               147     0.00%          11                11     0.00%          97                97     0.00%           0                 0         -
garraia-auth/src/login_pool.rs                               35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/password.rs                                 87                87     0.00%           4                 4     0.00%          64                64     0.00%           0                 0         -
garraia-auth/src/role.rs                                     30                30     0.00%           3                 3     0.00%          25                25     0.00%           0                 0         -
garraia-auth/src/sessions.rs                                114               114     0.00%           8                 8     0.00%          86                86     0.00%           0                 0         -
garraia-auth/src/signup_pool.rs                              35                35     0.00%           8                 8     0.00%          29                29     0.00%           0                 0         -
garraia-auth/src/storage_redacted.rs                        139               139     0.00%          10                10     0.00%          73                73     0.00%           0                 0         -
garraia-auth/src/types.rs                                    11                11     0.00%           1                 1     0.00%           8                 8     0.00%           0                 0         -
garraia-channels/src/commands/builtins/clear.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/config.rs             23                23     0.00%           5                 5     0.00%          28                28     0.00%           0                 0         -
garraia-channels/src/commands/builtins/health.rs             12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/help.rs               19                19     0.00%           4                 4     0.00%          23                23     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mod.rs                44                44     0.00%           1                 1     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/commands/builtins/mode.rs               50                50     0.00%           8                 8     0.00%          53                53     0.00%           0                 0         -
garraia-channels/src/commands/builtins/model.rs              22                22     0.00%           4                 4     0.00%          17                17     0.00%           0                 0         -
garraia-channels/src/commands/builtins/pair.rs               15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/providers.rs          12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/start.rs              23                23     0.00%           5                 5     0.00%          27                27     0.00%           0                 0         -
garraia-channels/src/commands/builtins/stats.rs              12                12     0.00%           4                 4     0.00%          12                12     0.00%           0                 0         -
garraia-channels/src/commands/builtins/users.rs              15                15     0.00%           5                 5     0.00%          15                15     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voice.rs              28                28     0.00%           5                 5     0.00%          25                25     0.00%           0                 0         -
garraia-channels/src/commands/builtins/voz.rs                28                28     0.00%           4                 4     0.00%          26                26     0.00%           0                 0         -
garraia-channels/src/commands/mod.rs                         29                21    27.59%           4                 2    50.00%          19                12    36.84%           0                 0         -
garraia-channels/src/commands/registry.rs                   280                55    80.36%          40                15    62.50%         196                46    76.53%           0                 0         -
garraia-channels/src/discord/commands.rs                     84                46    45.24%           9                 5    44.44%          64                38    40.62%           0                 0         -
garraia-channels/src/discord/config.rs                      128                 2    98.44%          13                 1    92.31%          81                 1    98.77%           0                 0         -
garraia-channels/src/discord/convert.rs                     269               117    56.51%          18                 7    61.11%         167                76    54.49%           0                 0         -
garraia-channels/src/discord/handler.rs                     343               296    13.70%          31                27    12.90%         220               190    13.64%           0                 0         -
garraia-channels/src/discord/mod.rs                         291               127    56.36%          47                29    38.30%         193                89    53.89%           0                 0         -
garraia-channels/src/lib.rs                                  27                27     0.00%           2                 2     0.00%          30                30     0.00%           0                 0         -
garraia-channels/src/metrics.rs                             157                 9    94.27%          20                 3    85.00%         110                14    87.27%           0                 0         -
garraia-channels/src/openclaw/client.rs                     158               158     0.00%          13                13     0.00%         110               110     0.00%           0                 0         -
garraia-channels/src/openclaw/config.rs                      11                11     0.00%           3                 3     0.00%          16                16     0.00%           0                 0         -
garraia-channels/src/openclaw/convert.rs                    178                 7    96.07%          13                 0   100.00%          95                 2    97.89%           0                 0         -
garraia-channels/src/protocol.rs                             99                 4    95.96%           8                 1    87.50%          78                 4    94.87%           0                 0         -
garraia-channels/src/registry.rs                             72                69     4.17%          12                11     8.33%          46                41    10.87%           0                 0         -
garraia-channels/src/slack/api.rs                           101               101     0.00%          17                17     0.00%          88                88     0.00%           0                 0         -
garraia-channels/src/slack/fmt.rs                           121                 3    97.52%           7                 0   100.00%          74                 1    98.65%           0                 0         -
garraia-channels/src/slack/mod.rs                           397               358     9.82%          27                22    18.52%         267               241     9.74%           0                 0         -
garraia-channels/src/telegram.rs                            430               285    33.72%          31                20    35.48%         332               181    45.48%           0                 0         -
garraia-channels/src/telegram_fmt.rs                        183                15    91.80%           9                 0   100.00%         103                 5    95.15%           0                 0         -
garraia-channels/src/whatsapp/api.rs                         66                66     0.00%           6                 6     0.00%          59                59     0.00%           0                 0         -
garraia-channels/src/whatsapp/mod.rs                         80                38    52.50%          19                14    26.32%          77                40    48.05%           0                 0         -
garraia-channels/src/whatsapp/webhook.rs                    248               248     0.00%          27                27     0.00%         155               155     0.00%           0                 0         -
garraia-cli/src/ask.rs                                      559               179    67.98%          42                 9    78.57%         356               114    67.98%           0                 0         -
garraia-cli/src/banner.rs                                   235               148    37.02%          13                 9    30.77%         123                78    36.59%           0                 0         -
garraia-cli/src/capability_prompt.rs                        325                 0   100.00%          14                 0   100.00%         183                 0   100.00%           0                 0         -
garraia-cli/src/chat.rs                                    1078               784    27.27%          47                27    42.55%         703               474    32.57%           0                 0         -
garraia-cli/src/config_cmd.rs                               244               147    39.75%          12                 4    66.67%         185               115    37.84%           0                 0         -
garraia-cli/src/glob_cmd.rs                                 143               143     0.00%           8                 8     0.00%         111               111     0.00%           0                 0         -
garraia-cli/src/main.rs                                     965               797    17.41%          34                24    29.41%         631               515    18.38%           0                 0         -
garraia-cli/src/max_power.rs                                242               129    46.69%          17                 7    58.82%         166               100    39.76%           0                 0         -
garraia-cli/src/mcp_server.rs                               567                87    84.66%          55                 8    85.45%         373                63    83.11%           0                 0         -
garraia-cli/src/migrate.rs                                  502               502     0.00%          19                19     0.00%         330               330     0.00%           0                 0         -
garraia-cli/src/migrate_workspace.rs                        781                94    87.96%          65                10    84.62%         531                43    91.90%           0                 0         -
garraia-cli/src/repo_workflow.rs                            365                81    77.81%          36                 7    80.56%         221                50    77.38%           0                 0         -
garraia-cli/src/team.rs                                     316                29    90.82%          23                 0   100.00%         257                34    86.77%           0                 0         -
garraia-cli/src/update.rs                                   330               312     5.45%          18                15    16.67%         213               201     5.63%           0                 0         -
garraia-cli/src/verify.rs                                   364               159    56.32%          33                 6    81.82%         302               161    46.69%           0                 0         -
garraia-cli/src/wizard/config_writer.rs                     429                59    86.25%          22                 7    68.18%         284                35    87.68%           0                 0         -
garraia-cli/src/wizard/env_detect.rs                        515               135    73.79%          44                 9    79.55%         321                85    73.52%           0                 0         -
garraia-cli/src/wizard/local_stack.rs                       196               109    44.39%          16                 8    50.00%         134                80    40.30%           0                 0         -
garraia-cli/src/wizard/mod.rs                               491               465     5.30%          13                11    15.38%         362               338     6.63%           0                 0         -
garraia-cli/src/wizard/prompts.rs                            55                51     7.27%           6                 5    16.67%          35                32     8.57%           0                 0         -
garraia-common/src/error.rs                                  22                 0   100.00%           1                 0   100.00%          10                 0   100.00%           0                 0         -
garraia-common/src/handoff.rs                               482                10    97.93%          39                 1    97.44%         280                 6    97.86%           0                 0         -
garraia-common/src/message.rs                                58                 2    96.55%           4                 0   100.00%          49                 2    95.92%           0                 0         -
garraia-common/src/safety_gate.rs                           285                 6    97.89%          37                 0   100.00%         153                 0   100.00%           0                 0         -
garraia-common/src/types.rs                                  47                38    19.15%          13                10    23.08%          44                35    20.45%           0                 0         -
garraia-config/src/auth.rs                                  321                66    79.44%          23                 5    78.26%         225                43    80.89%           0                 0         -
garraia-config/src/check.rs                                1191               101    91.52%          95                 3    96.84%        1030               113    89.03%           0                 0         -
garraia-config/src/loader.rs                                330                43    86.97%          22                 5    77.27%         213                29    86.38%           0                 0         -
garraia-config/src/model.rs                                 203                 6    97.04%          38                 2    94.74%         233                 8    96.57%           0                 0         -
garraia-config/src/watcher.rs                               104               104     0.00%          10                10     0.00%          60                60     0.00%           0                 0         -
garraia-db/src/chat_sync.rs                                 261               200    23.37%          37                28    24.32%         189               144    23.81%           0                 0         -
garraia-db/src/memory_store.rs                              898               230    74.39%          86                28    67.44%         610               115    81.15%           0                 0         -
garraia-db/src/project_store.rs                            1418               256    81.95%         106                53    50.00%         817               106    87.03%           0                 0         -
garraia-db/src/session_store.rs                            1341               658    50.93%         124                84    32.26%        1097               442    59.71%           0                 0         -
garraia-db/src/sqlite_db.rs                                 102                 0   100.00%          12                 0   100.00%          50                 0   100.00%           0                 0         -
garraia-db/src/vector_store.rs                              271                44    83.76%          31                12    61.29%         193                23    88.08%           0                 0         -
garraia-embeddings/src/error.rs                              20                 0   100.00%           2                 0   100.00%          17                 0   100.00%           0                 0         -
garraia-embeddings/src/hybrid.rs                            220                19    91.36%          20                 3    85.00%         173                12    93.06%           0                 0         -
garraia-embeddings/src/provider.rs                          173                 2    98.84%          20                 0   100.00%          92                 2    97.83%           0                 0         -
garraia-embeddings/src/types.rs                             128                 6    95.31%          11                 1    90.91%          70                 3    95.71%           0                 0         -
garraia-gateway/src/a2a.rs                                  178               178     0.00%          12                12     0.00%         171               171     0.00%           0                 0         -
garraia-gateway/src/admin/audit.rs                          120                 2    98.33%           9                 0   100.00%         114                 1    99.12%           0                 0         -
garraia-gateway/src/admin/handlers.rs                       965               965     0.00%          64                64     0.00%        1004              1004     0.00%           0                 0         -
garraia-gateway/src/admin/mcp.rs                            217               217     0.00%           9                 9     0.00%         211               211     0.00%           0                 0         -
garraia-gateway/src/admin/mcp_templates.rs                  211               211     0.00%          14                14     0.00%         189               189     0.00%           0                 0         -
garraia-gateway/src/admin/middleware.rs                     223                90    59.64%          18                 7    61.11%         137                58    57.66%           0                 0         -
garraia-gateway/src/admin/observability.rs                  219               219     0.00%          19                19     0.00%         201               201     0.00%           0                 0         -
garraia-gateway/src/admin/providers.rs                      292               292     0.00%          22                22     0.00%         289               289     0.00%           0                 0         -
garraia-gateway/src/admin/rbac.rs                           233                21    90.99%          21                 2    90.48%         202                21    89.60%           0                 0         -
garraia-gateway/src/admin/routes.rs                         224                12    94.64%           5                 4    20.00%         124                11    91.13%           0                 0         -
garraia-gateway/src/admin/secrets.rs                        461               461     0.00%          34                34     0.00%         395               395     0.00%           0                 0         -
garraia-gateway/src/admin/shared.rs                          59                34    42.37%           1                 0   100.00%          41                22    46.34%           0                 0         -
garraia-gateway/src/admin/store.rs                         1040               427    58.94%          90                47    47.78%         722               253    64.96%           0                 0         -
garraia-gateway/src/admin/users.rs                          281               281     0.00%          15                15     0.00%         286               286     0.00%           0                 0         -
garraia-gateway/src/agent_router.rs                          87                13    85.06%           4                 0   100.00%          57                 4    92.98%           0                 0         -
garraia-gateway/src/api.rs                                  470               470     0.00%          38                38     0.00%         556               556     0.00%           0                 0         -
garraia-gateway/src/auth_metrics.rs                          19                19     0.00%           3                 3     0.00%          11                11     0.00%           0                 0         -
garraia-gateway/src/auth_routes.rs                          341               326     4.40%          31                30     3.23%         273               266     2.56%           0                 0         -
garraia-gateway/src/auto_router.rs                          284                89    68.66%          26                 7    73.08%         225                75    66.67%           0                 0         -
garraia-gateway/src/billing.rs                              399                24    93.98%          33                 4    87.88%         243                19    92.18%           0                 0         -
garraia-gateway/src/bootstrap/channels.rs                    33                23    30.30%           2                 0   100.00%          27                19    29.63%           0                 0         -
garraia-gateway/src/bootstrap/config.rs                      74                18    75.68%           8                 2    75.00%          59                15    74.58%           0                 0         -
garraia-gateway/src/bootstrap/discord.rs                    262               256     2.29%           6                 5    16.67%         222               214     3.60%           0                 0         -
garraia-gateway/src/bootstrap/mod.rs                       1358              1104    18.70%          71                65     8.45%         803               634    21.05%           0                 0         -
garraia-gateway/src/bootstrap/slack.rs                      183               177     3.28%          11                10     9.09%         125               117     6.40%           0                 0         -
garraia-gateway/src/bootstrap/telegram.rs                   492               486     1.22%          22                21     4.55%         323               315     2.48%           0                 0         -
garraia-gateway/src/bootstrap/whatsapp.rs                   194               188     3.09%          13                12     7.69%         144               136     5.56%           0                 0         -
garraia-gateway/src/cluster.rs                              419                23    94.51%          47                 4    91.49%         296                22    92.57%           0                 0         -
garraia-gateway/src/commands.rs                             423               346    18.20%          24                23     4.17%         273               241    11.72%           0                 0         -
garraia-gateway/src/context_summarizer.rs                   137               137     0.00%           5                 5     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/diagnostics_handler.rs                  249               249     0.00%           8                 8     0.00%         179               179     0.00%           0                 0         -
garraia-gateway/src/externalization.rs                      456                28    93.86%          64                 7    89.06%         272                18    93.38%           0                 0         -
garraia-gateway/src/health.rs                               522               475     9.00%          40                34    15.00%         342               309     9.65%           0                 0         -
garraia-gateway/src/learning_handler.rs                     567               302    46.74%          58                26    55.17%         355               188    47.04%           0                 0         -
garraia-gateway/src/logs_handler.rs                          68                68     0.00%           3                 3     0.00%          51                51     0.00%           0                 0         -
garraia-gateway/src/mcp/mod.rs                              244                48    80.33%          22                 7    68.18%         179                40    77.65%           0                 0         -
garraia-gateway/src/mcp/persistence.rs                      408               105    74.26%          33                11    66.67%         235                71    69.79%           0                 0         -
garraia-gateway/src/mcp/registry.rs                         432                24    94.44%          45                 0   100.00%         232                18    92.24%           0                 0         -
garraia-gateway/src/mcp_commands.rs                         153               123    19.61%          12                 9    25.00%          93                78    16.13%           0                 0         -
garraia-gateway/src/mcp_marketplace.rs                      380               125    67.11%          16                10    37.50%         338               125    63.02%           0                 0         -
garraia-gateway/src/memory_handler.rs                        79                79     0.00%           6                 6     0.00%          92                92     0.00%           0                 0         -
garraia-gateway/src/metrics_auth.rs                         596                 2    99.66%          48                 0   100.00%         293                 1    99.66%           0                 0         -
garraia-gateway/src/metrics_exporter.rs                     104                27    74.04%          10                 3    70.00%          67                21    68.66%           0                 0         -
garraia-gateway/src/mobile_auth.rs                          808               167    79.33%          53                13    75.47%         575               201    65.04%           0                 0         -
garraia-gateway/src/mobile_chat.rs                          187               111    40.64%          17                 8    52.94%         155               110    29.03%           0                 0         -
garraia-gateway/src/oauth.rs                                620               434    30.00%          51                35    31.37%         449               340    24.28%           0                 0         -
garraia-gateway/src/observability.rs                        582               115    80.24%          44                17    61.36%         309                75    75.73%           0                 0         -
garraia-gateway/src/openai_api.rs                           712               605    15.03%          48                40    16.67%         553               490    11.39%           0                 0         -
garraia-gateway/src/openclaw_handler.rs                      53                53     0.00%           9                 9     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/parrot_ws.rs                            134               134     0.00%           7                 7     0.00%          91                91     0.00%           0                 0         -
garraia-gateway/src/path_validation.rs                      150                 0   100.00%          24                 0   100.00%          91                 0   100.00%           0                 0         -
garraia-gateway/src/plugins_handler.rs                      772               256    66.84%          65                23    64.62%         542               251    53.69%           0                 0         -
garraia-gateway/src/projects_handler.rs                     383               181    52.74%          29                13    55.17%         255               127    50.20%           0                 0         -
garraia-gateway/src/rate_limiter.rs                         682               163    76.10%          67                19    71.64%         435               130    70.11%           0                 0         -
garraia-gateway/src/rest_v1/audit.rs                        199               149    25.13%          16                11    31.25%         150               105    30.00%           0                 0         -
garraia-gateway/src/rest_v1/chats.rs                       3682              2496    32.21%         318               217    31.76%        2761              1889    31.58%           0                 0         -
garraia-gateway/src/rest_v1/doc_blocks.rs                   823               504    38.76%          61                43    29.51%         546               352    35.53%           0                 0         -
garraia-gateway/src/rest_v1/doc_mentions.rs                 421               328    22.09%          39                32    17.95%         307               256    16.61%           0                 0         -
garraia-gateway/src/rest_v1/doc_versions.rs                 749               579    22.70%          65                53    18.46%         533               420    21.20%           0                 0         -
garraia-gateway/src/rest_v1/docs.rs                         895               626    30.06%          73                53    27.40%         657               480    26.94%           0                 0         -
garraia-gateway/src/rest_v1/files.rs                       2223              1572    29.28%         168               119    29.17%        1644              1184    27.98%           0                 0         -
garraia-gateway/src/rest_v1/groups.rs                      2032              1385    31.84%         156               110    29.49%        1568              1160    26.02%           0                 0         -
garraia-gateway/src/rest_v1/invites.rs                      145               145     0.00%           9                 9     0.00%         115               115     0.00%           0                 0         -
garraia-gateway/src/rest_v1/me.rs                          5284              2868    45.72%         443               275    37.92%        4001              2505    37.39%           0                 0         -
garraia-gateway/src/rest_v1/memory.rs                       839               839     0.00%          59                59     0.00%         715               715     0.00%           0                 0         -
garraia-gateway/src/rest_v1/messages.rs                    1782              1378    22.67%         164               126    23.17%        1460              1147    21.44%           0                 0         -
garraia-gateway/src/rest_v1/mod.rs                         1126               772    31.44%          17                12    29.41%         833               574    31.09%           0                 0         -
garraia-gateway/src/rest_v1/openapi.rs                       11                11     0.00%           1                 1     0.00%          10                10     0.00%           0                 0         -
garraia-gateway/src/rest_v1/problem.rs                      240                26    89.17%          16                 1    93.75%         130                25    80.77%           0                 0         -
garraia-gateway/src/rest_v1/search.rs                      2817               839    70.22%         168                58    65.48%        1995              1003    49.72%           0                 0         -
garraia-gateway/src/rest_v1/tasks/activity.rs               112               112     0.00%           8                 8     0.00%          88                88     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/assignees.rs              312               312     0.00%          24                24     0.00%         232               232     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/attachments.rs             58                58     0.00%          24                24     0.00%          58                58     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/comments.rs               703               473    32.72%          50                37    26.00%         504               353    29.96%           0                 0         -
garraia-gateway/src/rest_v1/tasks/labels.rs                1032               694    32.75%          71                53    25.35%         711               508    28.55%           0                 0         -
garraia-gateway/src/rest_v1/tasks/mod.rs                   1107              1107     0.00%          76                76     0.00%         892               892     0.00%           0                 0         -
garraia-gateway/src/rest_v1/tasks/subscriptions.rs          384               303    21.09%          34                26    23.53%         288               229    20.49%           0                 0         -
garraia-gateway/src/rest_v1/tasks/task_lists.rs             502               464     7.57%          38                36     5.26%         381               347     8.92%           0                 0         -
garraia-gateway/src/rest_v1/uploads.rs                      877               425    51.54%          99                56    43.43%         603               337    44.11%           0                 0         -
garraia-gateway/src/router.rs                              1305               846    35.17%          83                71    14.46%         973               686    29.50%           0                 0         -
garraia-gateway/src/runtime_handler.rs                       57                 6    89.47%          10                 1    90.00%          40                 3    92.50%           0                 0         -
garraia-gateway/src/server.rs                               838               522    37.71%          31                10    67.74%         540               345    36.11%           0                 0         -
garraia-gateway/src/session_auth.rs                         100               100     0.00%           8                 8     0.00%          65                65     0.00%           0                 0         -
garraia-gateway/src/settings_handler.rs                     276               276     0.00%          13                13     0.00%         377               377     0.00%           0                 0         -
garraia-gateway/src/skills_handler.rs                       418               234    44.02%          24                 5    79.17%         477               282    40.88%           0                 0         -
garraia-gateway/src/skins_handler.rs                        168                33    80.36%          18                 4    77.78%         127                37    70.87%           0                 0         -
garraia-gateway/src/slash_commands.rs                       203               203     0.00%          13                13     0.00%         139               139     0.00%           0                 0         -
garraia-gateway/src/state.rs                                769               372    51.63%          68                33    51.47%         539               279    48.24%           0                 0         -
garraia-gateway/src/stats_handler.rs                          6                 6     0.00%           2                 2     0.00%           9                 9     0.00%           0                 0         -
garraia-gateway/src/totp.rs                                 370               108    70.81%          24                 9    62.50%         247               104    57.89%           0                 0         -
garraia-gateway/src/uploads_worker.rs                       226               200    11.50%          14                10    28.57%         169               143    15.38%           0                 0         -
garraia-gateway/src/uploads_worker_util.rs                   33                 0   100.00%           4                 0   100.00%          19                 0   100.00%           0                 0         -
garraia-gateway/src/voice_handler.rs                         13                13     0.00%           7                 7     0.00%          16                16     0.00%           0                 0         -
garraia-gateway/src/ws.rs                                   632               522    17.41%          39                25    35.90%         375               310    17.33%           0                 0         -
garraia-glob/src/ignore.rs                                  349                10    97.13%          32                 2    93.75%         176                 6    96.59%           0                 0         -
garraia-glob/src/lib.rs                                      39                 0   100.00%           4                 0   100.00%          16                 0   100.00%           0                 0         -
garraia-glob/src/matcher.rs                                  97                66    31.96%          10                 5    50.00%          77                45    41.56%           0                 0         -
garraia-glob/src/path.rs                                    100                37    63.00%          13                 7    46.15%          57                23    59.65%           0                 0         -
garraia-glob/src/pattern.rs                                 798                43    94.61%          44                 4    90.91%         403                27    93.30%           0                 0         -
garraia-glob/src/scanner.rs                                 520                53    89.81%          43                 4    90.70%         312                39    87.50%           0                 0         -
garraia-learning/src/evaluator.rs                           312                 6    98.08%          27                 0   100.00%         257                 1    99.61%           0                 0         -
garraia-learning/src/generator.rs                           486                25    94.86%          41                 3    92.68%         325                19    94.15%           0                 0         -
garraia-learning/src/lib.rs                                   6                 6     0.00%           2                 2     0.00%           6                 6     0.00%           0                 0         -
garraia-learning/src/miner.rs                               821                51    93.79%          65                 9    86.15%         543                32    94.11%           0                 0         -
garraia-learning/src/registry.rs                            878                81    90.77%          50                 6    88.00%         440                40    90.91%           0                 0         -
garraia-learning/src/retriever.rs                             3                 3     0.00%           1                 1     0.00%           5                 5     0.00%           0                 0         -
garraia-learning/src/safety.rs                              560                25    95.54%          41                 0   100.00%         296                 1    99.66%           0                 0         -
garraia-learning/src/skill_override.rs                       12                12     0.00%           4                 4     0.00%          20                20     0.00%           0                 0         -
garraia-learning/src/updater.rs                             861                76    91.17%          62                10    83.87%         509                52    89.78%           0                 0         -
garraia-learning/src/versioning.rs                          635                28    95.59%          43                 6    86.05%         357                22    93.84%           0                 0         -
garraia-media/src/image_processor.rs                        528               105    80.11%          39                15    61.54%         287                51    82.23%           0                 0         -
garraia-media/src/pdf.rs                                    413               361    12.59%          41                35    14.63%         250               183    26.80%           0                 0         -
garraia-media/src/processing.rs                             322                52    83.85%          17                 4    76.47%         219                47    78.54%           0                 0         -
garraia-media/src/types.rs                                   62                62     0.00%           4                 4     0.00%          41                41     0.00%           0                 0         -
garraia-plugins/src/loader.rs                               207               207     0.00%          15                15     0.00%         130               130     0.00%           0                 0         -
garraia-plugins/src/manifest.rs                              72                14    80.56%           8                 2    75.00%          70                 7    90.00%           0                 0         -
garraia-plugins/src/runtime.rs                              455               236    48.13%          32                23    28.12%         301               179    40.53%           0                 0         -
garraia-plugins/src/sdk/host_functions.rs                    93                 6    93.55%           7                 2    71.43%          75                 6    92.00%           0                 0         -
garraia-plugins/src/sdk/plugin_trait.rs                      65                 7    89.23%           9                 3    66.67%          47                 5    89.36%           0                 0         -
garraia-runtime/src/executor.rs                             212                63    70.28%          19                 0   100.00%         172                49    71.51%           0                 0         -
garraia-runtime/src/meta_controller.rs                      174                 3    98.28%          15                 1    93.33%         101                 3    97.03%           0                 0         -
garraia-runtime/src/mode.rs                                 616                41    93.34%          36                 3    91.67%         617                27    95.62%           0                 0         -
garraia-runtime/src/state.rs                                 95                 7    92.63%           8                 0   100.00%          56                 4    92.86%           0                 0         -
garraia-security/src/allowlist.rs                           262                35    86.64%          19                 4    78.95%         149                20    86.58%           0                 0         -
garraia-security/src/credentials.rs                         443               161    63.66%          38                21    44.74%         249                99    60.24%           0                 0         -
garraia-security/src/pairing.rs                             107                 0   100.00%          11                 0   100.00%          61                 0   100.00%           0                 0         -
garraia-security/src/redaction.rs                            62                 5    91.94%          10                 1    90.00%          50                 3    94.00%           0                 0         -
garraia-security/src/validation.rs                          244                 7    97.13%          18                 0   100.00%         172                 2    98.84%           0                 0         -
garraia-skills/src/installer.rs                             100                83    17.00%          10                 7    30.00%          58                44    24.14%           0                 0         -
garraia-skills/src/native.rs                                292                17    94.18%          36                 3    91.67%         269                14    94.80%           0                 0         -
garraia-skills/src/parser.rs                                146                 6    95.89%          10                 1    90.00%          84                 4    95.24%           0                 0         -
garraia-skills/src/scanner.rs                               144                 6    95.83%           8                 0   100.00%          79                 1    98.73%           0                 0         -
garraia-storage/src/error.rs                                 12                 0   100.00%           2                 0   100.00%          11                 0   100.00%           0                 0         -
garraia-storage/src/hash_util.rs                             10                 0   100.00%           1                 0   100.00%           5                 0   100.00%           0                 0         -
garraia-storage/src/integrity.rs                            201                 1    99.50%          14                 0   100.00%          83                 1    98.80%           0                 0         -
garraia-storage/src/local_fs.rs                             638                25    96.08%          55                 1    98.18%         406                16    96.06%           0                 0         -
garraia-storage/src/mime_allowlist.rs                       105                 0   100.00%          15                 0   100.00%          75                 0   100.00%           0                 0         -
garraia-storage/src/object_store.rs                         209                29    86.12%          18                 2    88.89%         145                18    87.59%           0                 0         -
garraia-storage/src/path_sanitize.rs                        186                 5    97.31%          15                 0   100.00%         119                 1    99.16%           0                 0         -
garraia-telemetry/src/config.rs                             213                12    94.37%          14                 1    92.86%         168                 4    97.62%           0                 0         -
garraia-telemetry/src/layers.rs                              15                 0   100.00%           3                 0   100.00%           9                 0   100.00%           0                 0         -
garraia-telemetry/src/lib.rs                                 36                14    61.11%           3                 1    66.67%          34                12    64.71%           0                 0         -
garraia-telemetry/src/metrics.rs                            146                32    78.08%          16                 5    68.75%          93                18    80.65%           0                 0         -
garraia-telemetry/src/redact.rs                              92                 0   100.00%           8                 0   100.00%          69                 0   100.00%           0                 0         -
garraia-telemetry/src/tracer.rs                              51                35    31.37%           4                 2    50.00%          31                22    29.03%           0                 0         -
garraia-tools/src/lib.rs                                    177               143    19.21%          29                22    24.14%         129               107    17.05%           0                 0         -
garraia-voice/src/audio/converter.rs                         72                72     0.00%           6                 6     0.00%          78                78     0.00%           0                 0         -
garraia-voice/src/lib.rs                                     10                10     0.00%           5                 5     0.00%           8                 8     0.00%           0                 0         -
garraia-voice/src/pipeline.rs                               113               113     0.00%           3                 3     0.00%          73                73     0.00%           0                 0         -
garraia-voice/src/stt/whisper_client.rs                     182               182     0.00%          18                18     0.00%         122               122     0.00%           0                 0         -
garraia-voice/src/tts/chatterbox_client.rs                  202               202     0.00%          17                17     0.00%         131               131     0.00%           0                 0         -
garraia-voice/src/tts/hibiki_client.rs                       54                54     0.00%           6                 6     0.00%          41                41     0.00%           0                 0         -
garraia-voice/src/tts/lmstudio_client.rs                    190               190     0.00%          20                20     0.00%         142               142     0.00%           0                 0         -
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TOTAL                                                     99441             50220    49.50%        8015              4212    47.45%       71468             38912    45.55%           0                 0         -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant