Skip to content

Commit 3c32ecb

Browse files
Update CODEOWNERS
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent d08f358 commit 3c32ecb

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

.github/CODEOWNERS

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
# CODEOWNERS
2-
# Format: [Path] [GitHub Username/Team]
1+
# CODEOWNERS — Palimpsest License
32

4-
# Root files (README, LICENSE, etc.)
5-
README.md LICENSE CONTRIBUTING.md CODE_OF_CONDUCT.md GOVERNANCE.md SECURITY.md @your-github-username
6-
CHANGELOG.md @your-github-username
3+
# Core license text and exhibits
4+
/legal/PALIMPSEST-MPL-1.0.txt @hyperpolymath
5+
/legal/exhibits/* @hyperpolymath
76

8-
# License texts
9-
LICENSES/ @your-github-username @legal-expert-username
7+
# Governance and versioning
8+
/GOVERNANCE.adoc @hyperpolymath
9+
/VERSIONING.adoc @hyperpolymath
1010

11-
# Documentation
12-
docs/ @your-github-username @docs-maintainer-username
11+
# SCM manifests
12+
/ECOSYSTEM.scm @hyperpolymath
13+
/META.scm @hyperpolymath
14+
/PLAYBOOK.scm @hyperpolymath
15+
/AGENTIC.scm @hyperpolymath
16+
/NEUROSYM.scm @hyperpolymath
1317

14-
# Tooling (scripts, workflows)
15-
.github/ @your-github-username @devops-username
16-
Makefile setup.sh test.sh @your-github-username @devops-username
18+
# Rust tools
19+
/tools/** @hyperpolymath
1720

18-
# Assets (badges, QR codes)
19-
assets/ @your-github-username @designer-username
21+
# Docs
22+
/docs/** @hyperpolymath
23+
/README.adoc @hyperpolymath

0 commit comments

Comments
 (0)