-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathCODEOWNERS
More file actions
24 lines (19 loc) · 1.09 KB
/
Copy pathCODEOWNERS
File metadata and controls
24 lines (19 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Code owners are auto-requested for review on matching paths.
# NOTE: "Require review from Code Owners" is intentionally NOT enabled in branch
# protection (single-maintainer repo — it would block self-merges). This file is
# advisory until there are additional collaborators.
# Default owner for everything not matched below.
* @xiufengsun
# Token parsing & dedup — correctness-critical (see CLAUDE.md "Parser correctness").
/src/lib/rollout.js @xiufengsun
/src/commands/sync.js @xiufengsun
/src/lib/cursor-config.js @xiufengsun
# Pricing tables — must stay in sync across all locations or the cloud bills $0.
/src/lib/pricing/ @xiufengsun
# Local API surface (public-exposure risk layer).
/src/lib/local-api.js @xiufengsun
# Release & CI plumbing.
/.github/ @xiufengsun
/package.json @xiufengsun
/TokenTrackerBar/project.yml @xiufengsun
/TokenTrackerWin/TokenTrackerWin.csproj @xiufengsun