Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,19 @@ This section applies to any agent (Claude, Codex, Cursor, opencode, ...) working
- Do not justify risky debug defaults as temporary shortcuts.
- Do not defer dependency review, SBOM generation, or supply-chain checks to a later phase.
- Do not defer Windows or macOS build enforcement to a later phase.

## CODEOWNERS-based merge gates — off, on hold

Recorded 2026-08-04. CODEOWNERS approval gates (`require_code_owner_reviews` in branch
protection, `require_code_owner_review` in rulesets) are disabled across ContextualWisdomLab:
the org has a single maintainer, so a code-owner approval can never be supplied and any PR
carrying such a gate is unmergeable. Do not re-add one to this repository until the org has
more than one maintainer.

Scope: this covers CODEOWNERS gates only. Every other review requirement — independent
write-capable approval, required status checks, exact-head evidence — stays in force and is
unaffected.

Authority: the policy and its re-enable criteria live in `ContextualWisdomLab/.github`. This
note is a non-authoritative pointer so that agents working in this repository do not
re-introduce the gate; if it ever disagrees with central governance, central governance wins.
Loading