Files
coder/CODEOWNERS
T
Line: 3: incorrect codeowner user: spikecurtis Line: 3: incorrect codeowner user: johnstcn Line: 3: no users/groups matched Line: 4: incorrect codeowner user: spikecurtis Line: 4: incorrect codeowner user: johnstcn Line: 4: no users/groups matched Line: 5: incorrect codeowner user: spikecurtis Line: 5: incorrect codeowner user: johnstcn Line: 5: no users/groups matched Line: 6: incorrect codeowner user: spikecurtis Line: 6: incorrect codeowner user: johnstcn Line: 6: no users/groups matched Line: 7: incorrect codeowner user: spikecurtis Line: 7: incorrect codeowner user: johnstcn Line: 7: no users/groups matched Line: 8: incorrect codeowner user: spikecurtis Line: 8: incorrect codeowner user: johnstcn Line: 8: no users/groups matched Line: 12: incorrect codeowner user: aslilac Line: 12: no users/groups matched Line: 14: incorrect codeowner user: Emyrk Line: 14: no users/groups matched Line: 15: incorrect codeowner user: Emyrk Line: 15: no users/groups matched Line: 18: incorrect codeowner user: Emyrk Line: 18: no users/groups matched Line: 19: incorrect codeowner user: aslilac Line: 19: no users/groups matched Line: 24: incorrect codeowner user: deansheather Line: 24: incorrect codeowner user: DanielleMaywood Line: 24: no users/groups matched Line: 28: incorrect codeowner user: deansheather Line: 28: incorrect codeowner user: spikecurtis Line: 28: no users/groups matched Line: 29: incorrect codeowner user: deansheather Line: 29: incorrect codeowner user: spikecurtis Line: 29: no users/groups matched Line: 31: incorrect codeowner user: DanielleMaywood Line: 31: no users/groups matched Line: 33: incorrect codeowner user: jdomeracki-coder Line: 33: no users/groups matched Line: 38: incorrect codeowner user: ibetitsmike Line: 38: incorrect codeowner user: johnstcn Line: 38: no users/groups matched Line: 39: incorrect codeowner user: ibetitsmike Line: 39: incorrect codeowner user: johnstcn Line: 39: no users/groups matched Line: 40: incorrect codeowner user: ibetitsmike Line: 40: incorrect codeowner user: johnstcn Line: 40: no users/groups matched Line: 41: incorrect codeowner user: ibetitsmike Line: 41: incorrect codeowner user: johnstcn Line: 41: no users/groups matched Line: 42: incorrect codeowner user: ibetitsmike Line: 42: incorrect codeowner user: johnstcn Line: 42: no users/groups matched
Nick Vigilante 4e54f311bd Revert "chore: add @coder/docs as a CODEOWNER for docs content and tooling" (#27802)
Reverts coder/coder#27240

The emails got too spammy, and so we need to find another mechanism to
track PRs and how well each PR is documented.
2026-08-03 17:35:26 +00:00

43 lines
1.7 KiB
Plaintext

# These APIs are versioned, so any changes need to be carefully reviewed for
# whether to bump API major or minor versions.
agent/proto/ @spikecurtis @johnstcn
provisionerd/proto/ @spikecurtis @johnstcn
provisionersdk/proto/ @spikecurtis @johnstcn
tailnet/proto/ @spikecurtis @johnstcn
vpn/vpn.proto @spikecurtis @johnstcn
vpn/version.go @spikecurtis @johnstcn
# This caching code is particularly tricky, and one must be very careful when
# altering it.
coderd/files/ @aslilac
coderd/dynamicparameters/ @Emyrk
coderd/rbac/policy.rego @Emyrk
# Mainly dependent on coder/guts, which is maintained by @Emyrk
scripts/apitypings/ @Emyrk
scripts/gensite/ @aslilac
# The blood and guts of the autostop algorithm, which is quite complex and
# requires elite ball knowledge of most of the scheduling code to make changes
# without inadvertently affecting other parts of the codebase.
coderd/schedule/autostop.go @deansheather @DanielleMaywood
# Usage tracking code requires intimate knowledge of Tallyman and Metronome, as
# well as guidance from revenue.
coderd/usage/ @deansheather @spikecurtis
enterprise/coderd/usage/ @deansheather @spikecurtis
site/src/pages/AgentsPage/ @DanielleMaywood
.github/ @jdomeracki-coder
# Shared contract between chatd and aibridge: AI provider configuration and
# model pricing, read by both. Note aicostcontrol.sql also carries group/user
# AI budget and spend queries alongside the ai_model_prices queries.
coderd/database/queries/ai_providers.sql @ibetitsmike @johnstcn
coderd/database/queries/ai_provider_keys.sql @ibetitsmike @johnstcn
coderd/database/queries/aicostcontrol.sql @ibetitsmike @johnstcn
codersdk/aiproviders.go @ibetitsmike @johnstcn
codersdk/aiproviders_bedrock.go @ibetitsmike @johnstcn