Files
santifer--career-ops/.github/CODEOWNERS
T
wehub-resource-sync d083df1fdb
CodeQL Analysis / Analyze (javascript-typescript) (push) Failing after 2s
Web CI / web typecheck + build (push) Failing after 1s
Release Please / release-please (push) Failing after 1s
CodeQL Analysis / Analyze (go) (push) Failing after 16s
chore: import upstream snapshot with attribution
2026-07-13 12:02:43 +08:00

49 lines
1.9 KiB
Plaintext

# CODEOWNERS — auto-requests maintainer review on sensitive paths.
# Last matching pattern wins. See MAINTAINERS.md for the team + ladder.
#
# Scope principle: gate what CI can't catch (a bad change here passes the
# tests silently) + the catastrophic updater + governance docs. Code that
# test-all.mjs / Renovate / dependency-review already guard (scan.mjs,
# generate-pdf.mjs, test-all.mjs, package.json) is intentionally NOT gated,
# so routine contributor PRs aren't bottlenecked on a single owner. Broaden
# this list once there is more than one code owner.
# Repo docs & governance
/README*.md @santifer
/CONTRIBUTING.md @santifer
/MAINTAINERS.md @santifer
/ARCHITECTURE.md @santifer
/.github/CODEOWNERS @santifer
# Agent behavior & the multi-CLI contract (prompt layer — CI-blind)
/CLAUDE.md @santifer
/AGENTS.md @santifer
/CODEX.md @santifer
/OPENCODE.md @santifer
/GEMINI.md @santifer
# Scoring & the system/user data contract (CI-blind; silent-danger)
/modes/_shared.md @santifer
/DATA_CONTRACT.md @santifer
# The self-updater (catastrophic if wrong — touches user installs)
/update-system.mjs @santifer
/updater-migration-tests.mjs @santifer
# Plugin governance chokepoint (a bad change here ships unreviewed code to
# every user — the registry pin, the gates, and the CI must stay single-owner).
/plugins-registry.json @santifer
/validate-plugin-registry.mjs @santifer
/plugin-install.mjs @santifer
/plugin-audit.mjs @santifer
/plugins/_engine.mjs @santifer
/plugins/_lock.mjs @santifer
/plugins/_net.mjs @santifer
/plugins/_registry.mjs @santifer
/.github/workflows/ @santifer
/docs/PLUGIN_REVIEW.md @santifer
# The experimental web UI — owned by the web track (dual-track review with the
# core maintainer on any PR that also touches root files).
/web/ @santifer