Skip to content

Commit f6d848b

Browse files
weiyiweiyi
authored andcommitted
Add repository metadata for open-source maintenance
The GitHub repo now has a stronger public landing page and collaboration surface, but it still lacked ownership metadata and standard repository funding configuration. This adds CODEOWNERS and FUNDING so the repo reads more like an actively maintained OSS project and establishes explicit ownership across the monorepo. Constraint: Keep ownership simple while the project is single-maintainer Rejected: Create granular per-file ownership for every package | too much process for current team size Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep CODEOWNERS aligned with the real maintainer model; do not add fake team structure before it exists Tested: Verified files exist and reran the root demo script Not-tested: GitHub UI display for funding and code owner review requests after push
1 parent 07a5800 commit f6d848b

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Default owner for the repository
2+
* @Jasvina
3+
4+
# Root collaboration and automation surfaces
5+
/.github/ @Jasvina
6+
/README.md @Jasvina
7+
/ROADMAP.md @Jasvina
8+
/CONTRIBUTING.md @Jasvina
9+
/SECURITY.md @Jasvina
10+
/SUPPORT.md @Jasvina
11+
/scripts/ @Jasvina
12+
/docs/ @Jasvina
13+
14+
# Tool ownership
15+
/projects/agentci/ @Jasvina
16+
/projects/tracepack/ @Jasvina
17+
/projects/failmap/ @Jasvina
18+
/projects/packslice/ @Jasvina

.github/FUNDING.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
github: []
2+
patreon: ""
3+
open_collective: ""
4+
ko_fi: ""
5+
tidelift: ""
6+
community_bridge: ""
7+
liberapay: ""
8+
issuehunt: ""
9+
otechie: ""
10+
custom:
11+
- https://github.com/Jasvina/AgentEvalKit

0 commit comments

Comments
 (0)