RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/CLAUDE.md/kurikomi-labs/komi-store

CLAUDE.md

feature/tweaks/CLAUDE.md
CLAUDE.md

Quality

54/100

Scores the file, not the repository.

Length

367 words

5 headings · 1 code blocks

Repository

17k

— · pushed 5 days ago

Last changed

3 days ago

First indexed 3 days ago.
kurikomi-labs/komi-store/feature/tweaks/CLAUDE.mdRawGitHub
1# Tweaks Feature
2 
3Single home for every app-level setting. Update prefs, installer choice (Default / Shizuku / Dhizuku / Root), telemetry, translation, mirror, feedback, hidden + skipped list managers. Absorbs settings half of former `feature/profile/`.
4 
5## Structure
6 
7```
8feature/tweaks/presentation/
9├── TweaksViewModel / State / Action / Event / Root, RestartApp
10├── components/
11│ ├── sections/ Account, Appearance, Installation, Language, Network, Others, Translation, SettingsSection
12│ └── ToggleSettingCard, ClearDownloadsDialog, SectionText, CustomForgesDialog
13├── feedback/ # FeedbackViewModel + sheet
14├── hidden/ # HiddenRepositoriesRoot — Tweaks → Updates → Hidden repos
15├── skipped/ # SkippedUpdatesRoot — Tweaks → Updates → Skipped updates
16├── hosttokens/ # HostTokensRoot/ViewModel — Tweaks → Access Tokens (per-host PATs)
17├── mirror/ # MirrorPickerRoot — Tweaks → Network → Mirror picker
18└── model/ # ProxyScopeFormState, ProxyType
19```
20 
21## Sub-screen VMs (registered in `composeApp/.../app/di/ViewModelsModule.kt`)
22 
23`SkippedUpdatesViewModel` (unskip via `InstalledAppsRepository.setSkippedReleaseTag`), `HiddenRepositoriesViewModel` (unhide / unhide-all via `HiddenReposRepository`), `HostTokensViewModel` (CRUD on `HostTokenRepository`), `FeedbackViewModel`, `AutoSuggestMirrorViewModel`, `MirrorPickerViewModel`.
24 
25## Navigation
26 
27`TweaksScreen`, `SkippedUpdatesScreen`, `HiddenRepositoriesScreen`, `HostTokensScreen`, `MirrorPickerScreen`.
28 
29## Notes
30 
31- TweaksViewModel injects: `TweaksRepository`, `ThemesRepository`, `ProxyRepository`, `InstalledAppsRepository`, `ProfileRepository`, `InstallerStatusProvider`, `TelemetryRepository`, `Platform`, `BatteryOptimizationManager` (Android), `GitHubStoreLogger`.
32- One-shot coachmark flags in `TweaksRepository` (`apk_inspect_coachmark_shown`, `channel_chip_coachmark_shown`). Once persisted true, never re-shown.
33- `include_pre_releases` pref read by `InstallationManagerImpl` to seed new install's `InstalledApp.includePreReleases`. Existing rows keep per-app value.
34- `show_all_platforms` pref drives cross-platform asset section in Details.
35- Mirror picker gated on user locale (suggested in throttled regions).
36- **Appearance → Content width (desktop):** `ContentWidthCard` picks `ContentWidth` (`COMPACT` / `WIDE` / `EXTRA_WIDE`); written via `OnContentWidthSelected` action; consumed by `LocalContentWidth` in Details.
37- **Network → Custom forges:** `CustomForgesDialog` (opened via `OnOpenCustomForgesDialog`) edits `state.customForgeHosts` (persisted via `TweaksRepository`). Hosts surface in `RepositoryUrlParser` + power `SearchSourceUi.Custom` chips + register Ktor clients in `ForgejoClientRegistry`.
38- **Access Tokens (`HostTokensScreen`):** sub-screen lists / adds / edits / deletes per-host PATs in `HostTokenRepository` (AES-256-GCM via KSafe). Token surfaces via `HostTokenInterceptor` on matched host (`api.github.com → github.com` mapped through `HostNames.apiHostToTokenHost`).
39- **Translation section:** `AutoTranslateCard` toggles `OnAutoTranslateEnabledToggle` + picks target via `OnAutoTranslateTargetSelected`. Per-provider credential forms — `LibreTranslateCredentialsForm` (base URL + API key, defaults to `translate.disroot.org` mirror when blank), `MicrosoftCredentialsForm` (key + region; Azure portal deep-link); DeepL key field auto-routes `:fx` suffix to free endpoint. All credentials persisted via `TweaksRepository` (KSafe-encrypted), visibility toggles per field.
40- `RestartApp.kt` applies locale change (persist tag, restart MainActivity / DesktopApp).
41 

Sections

  • Tweaks Feature
  • Structure
  • Sub-screen VMs (registered in `composeApp/.../app/di/ViewModelsModule.kt`)
  • Navigation
  • Notes

What it covers

architecturemonorepo

Stack — with the evidence

kotlin

(1.00)

java

(0.60)

github-actions

(0.60)

Format

CLAUDE.md

Claude Code's memory file. Shaped like AGENTS.md but with two things it lacks: @path imports, so shared rules live in one place, and a user-scope layer that follows the developer across repos rather than shipping with the code.

What the corpus says about it

Repository

Owner
kurikomi-labs
Language
—
License
—
Archived
no

All configs in this repo

Also in kurikomi-labs/komi-store

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
kurikomi-labs/komi-storefeature/dev-profile/CLAUDE.md · 17kCLAUDE.mdkotlinjava+1arch40/1003 days ago
kurikomi-labs/komi-storefeature/favourites/CLAUDE.md · 17kCLAUDE.mdkotlinjava+1arch40/1003 days ago
kurikomi-labs/komi-storefeature/home/CLAUDE.md · 17kCLAUDE.mdkotlinjava+1arch54/1003 days ago
kurikomi-labs/komi-storefeature/profile/CLAUDE.md · 17kCLAUDE.mdkotlinjava+1arch54/1003 days ago
kurikomi-labs/komi-storefeature/recently-viewed/CLAUDE.md · 17kCLAUDE.mdkotlinjava+1arch35/1003 days ago
kurikomi-labs/komi-storefeature/search/CLAUDE.md · 17kCLAUDE.mdkotlinjava+1arch54/1003 days ago
kurikomi-labs/komi-storefeature/starred/CLAUDE.md · 17kCLAUDE.mdkotlinjava+1arch54/1003 days ago
kurikomi-labs/komi-storeAGENTS.md · 17kAGENTS.mdkotlinjava+1buildlint-formatstylearch+197/1003 days ago
kurikomi-labs/komi-storeCLAUDE.md · 17kCLAUDE.mdkotlinjava+1buildstylearchgit78/1003 days ago
kurikomi-labs/komi-storefeature/apps/CLAUDE.md · 17kCLAUDE.mdkotlinjava+1arch58/1003 days ago
kurikomi-labs/komi-storefeature/auth/CLAUDE.md · 17kCLAUDE.mdkotlinjava+1archsecurity58/1003 days ago
kurikomi-labs/komi-storefeature/details/CLAUDE.md · 17kCLAUDE.mdkotlinjava+1arch53/1003 days ago
Diff against feature/dev-profile/CLAUDE.md Diff against feature/favourites/CLAUDE.md Diff against feature/home/CLAUDE.md Diff against feature/profile/CLAUDE.md Diff against feature/recently-viewed/CLAUDE.md Diff against feature/search/CLAUDE.md Diff against feature/starred/CLAUDE.md Diff against AGENTS.md Diff against CLAUDE.md Diff against feature/apps/CLAUDE.md Diff against feature/auth/CLAUDE.md Diff against feature/details/CLAUDE.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
livewire/livewireCLAUDE.md · 24kCLAUDE.mdphpvitest+4setupbuildteststyle+4100/1003 days ago
filamentphp/filamentCLAUDE.md · 32kCLAUDE.mdphplaravel+5buildtestlint-formatstyle+7100/1003 days ago
stacklok/toolhiveCLAUDE.md · 2.0kCLAUDE.mdgogithub-actionsbuildteststylearch+4100/1003 days ago
dotCMS/corecore-web/CLAUDE.md · 949CLAUDE.mdjavanode+13teststylearchtesting-strategy+3100/1003 days ago
Adit-Jain-srm/NightmareNetCLAUDE.md · 45CLAUDE.mdtypescriptpython+18buildtestlint-formatstyle+6100/1003 days ago
microsoft/playwrightCLAUDE.md · 94kCLAUDE.mdtypescriptjavascript+10buildtestlint-formatstyle+7100/1003 days ago
nimbalyst/nimbalystpackages/android/CLAUDE.md · 1.4kCLAUDE.mdtypescriptnode+16setupbuildstylearch+2100/1003 days ago
bagisto/bagistoCLAUDE.md · 28kCLAUDE.mdphplaravel+8setupbuildteststyle+5100/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack