Skip to content

feat(gradle): DEPS filter — dependency tree depth truncation#8

Merged
Nava2 merged 2 commits intomasterfrom
rtk-gradle/deps
Mar 16, 2026
Merged

feat(gradle): DEPS filter — dependency tree depth truncation#8
Nava2 merged 2 commits intomasterfrom
rtk-gradle/deps

Conversation

@Nava2
Copy link
Collaborator

@Nava2 Nava2 commented Mar 16, 2026

Summary

  • Dependency tree depth truncation: keeps depth 0-1 entries, collapses deeper levels into a count summary
  • Handles dependencies and variant-specific dependency tasks
  • Snapshot test + token savings test

Independent of compile/test-filter/detekt — only depends on global-filters.

Stack

scaffold <- global-filters <- compile <- test-filter <- detekt <- batch
                           ├── deps  ← this PR
                           └── health-proto

Test plan

  • Snapshot test, token savings
  • cargo fmt --all --check && cargo clippy --all-targets && cargo test --all

🤖 Generated with Claude Code

Copy link
Collaborator Author

Nava2 commented Mar 16, 2026

@Nava2 Nava2 changed the base branch from rtk-gradle/detekt to graphite-base/8 March 16, 2026 12:25
@Nava2 Nava2 force-pushed the graphite-base/8 branch from 498e406 to 1f35e55 Compare March 16, 2026 12:25
@Nava2 Nava2 force-pushed the rtk-gradle/deps branch from 47c7d71 to 56fb193 Compare March 16, 2026 12:25
@Nava2 Nava2 changed the base branch from graphite-base/8 to rtk-gradle/global-filters March 16, 2026 12:25
@Nava2 Nava2 marked this pull request as ready for review March 16, 2026 12:28
@Nava2 Nava2 changed the base branch from rtk-gradle/global-filters to graphite-base/8 March 16, 2026 13:55
@Nava2 Nava2 force-pushed the graphite-base/8 branch from 1f35e55 to dc850e1 Compare March 16, 2026 13:56
@Nava2 Nava2 force-pushed the rtk-gradle/deps branch from 56fb193 to e1e5d50 Compare March 16, 2026 13:56
@Nava2 Nava2 changed the base branch from graphite-base/8 to rtk-gradle/global-filters March 16, 2026 13:56
@Nava2 Nava2 changed the base branch from rtk-gradle/global-filters to graphite-base/8 March 16, 2026 14:07
@Nava2 Nava2 force-pushed the rtk-gradle/deps branch from e1e5d50 to 648a568 Compare March 16, 2026 14:08
@Nava2 Nava2 force-pushed the graphite-base/8 branch from dc850e1 to 5da9ced Compare March 16, 2026 14:08
@Nava2 Nava2 changed the base branch from graphite-base/8 to rtk-gradle/global-filters March 16, 2026 14:08
@Nava2 Nava2 force-pushed the rtk-gradle/global-filters branch 2 times, most recently from 63283cc to aec0512 Compare March 16, 2026 14:18
@Nava2 Nava2 changed the base branch from rtk-gradle/global-filters to graphite-base/8 March 16, 2026 14:21
Nava2 and others added 2 commits March 16, 2026 14:24
Add dependency tree truncation filter: keeps depth 0-1 entries,
collapses deeper levels into a count summary.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@graphite-app graphite-app bot changed the base branch from graphite-base/8 to master March 16, 2026 14:25
@graphite-app
Copy link

graphite-app bot commented Mar 16, 2026

Merge activity

  • Mar 16, 2:25 PM UTC: Graphite rebased this pull request, because this pull request is set to merge when ready.
  • Mar 16, 2:26 PM UTC: @Nava2 merged this pull request with Graphite.

@Nava2 Nava2 merged commit 627a8d8 into master Mar 16, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant