-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
58 lines (49 loc) · 2.13 KB
/
Copy pathCODEOWNERS
File metadata and controls
58 lines (49 loc) · 2.13 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Code ownership for MathEvidence.
#
# Real org teams require `admin:org` (see docs/validation/ci/github_teams_me_rv084.md).
# Until teams exist, all paths route to @fraware as a single-owner incubation stub.
# HONESTY: this is NOT multi-area governance. Stable promotion remains blocked.
#
# When teams are created, replace @fraware below with the team slugs listed in each
# section header (CODEOWNERS already uses the path layout).
* @fraware
# Core / trust -> @fraware/core-trust
/MathEvidence/Core/ @fraware
/MathEvidence/Exe/ @fraware
/schemas/ @fraware
/tools/jcs/ @fraware
/SECURITY.md @fraware
/docs/security/ @fraware
# Semantic IR / encoding -> @fraware/semantic-ir-encoding
/MathEvidence/IR/ @fraware
/MathEvidence/Encoding/ @fraware
# Domain checkers + tactics -> @fraware/domain-checkers
/MathEvidence/Checkers/ @fraware
/MathEvidence/Tactic/ @fraware
/MathEvidence/Assurance/ @fraware
# Adapters -> @fraware/adapters
/adapters/ @fraware
# Agent / Studio -> @fraware/agent-studio
/agent/ @fraware
/studio/ @fraware
/MathEvidence/Hypothesis/ @fraware
/MathEvidence/Conjecture/ @fraware
/MathEvidence/TraceToPlan/ @fraware
# Foundry / benchmarks -> @fraware/foundry-benchmarks
/foundry/ @fraware
/benchmarks/ @fraware
/scripts/metrics/ @fraware
# Security / release / CI -> @fraware/security-release
/.github/workflows/ @fraware
/scripts/audit_sorry_axioms.py @fraware
/scripts/check_import_boundaries.py @fraware
/scripts/scaffold_env_audits.py @fraware
/scripts/ci/ @fraware
/docs/validation/ci/ @fraware
# Docs / governance / registry -> @fraware/docs-governance
/docs/ @fraware
/GOVERNANCE.md @fraware
/registry/ @fraware
/docs/PROJECT_SPEC.md @fraware
/docs/validation/ @fraware
/evidence/federation/ @fraware