mirror of
https://github.com/Heretek-AI/heretek-openclaw-cli.git
synced 2026-07-01 19:54:16 -04:00
53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
# Heretek OpenClaw CODEOWNERS
|
|
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
|
|
|
|
# This file defines who is responsible for code reviews in this repository.
|
|
# Each line specifies a path pattern and the users/groups responsible for it.
|
|
|
|
# Format:
|
|
# <path-pattern> <owner1> <owner2> ...
|
|
|
|
# Default owners for the entire repository
|
|
* @heretek/cli-team
|
|
|
|
# Core team has ownership of all code
|
|
/src/ @heretek/cli-team
|
|
|
|
# Agent-specific ownership
|
|
/src/agents/ @heretek/cli-team
|
|
/src/agents/steward/ @heretek/cli-team
|
|
/src/agents/explorer/ @heretek/cli-team
|
|
/src/agents/sentinel/ @heretek/cli-team
|
|
|
|
# Skills ownership
|
|
/src/skills/ @heretek/cli-team
|
|
/src/skills/triad-* @heretek/cli-team
|
|
/src/skills/memory-* @heretek/cli-team
|
|
|
|
# Plugin ownership
|
|
/plugins/ @heretek/cli-team
|
|
/plugins/consciousness/ @heretek/cli-team
|
|
/plugins/liberation/ @heretek/cli-team
|
|
|
|
# Test ownership
|
|
/tests/ @heretek/cli-team
|
|
/tests/unit/ @heretek/cli-team
|
|
/tests/integration/ @heretek/cli-team
|
|
/tests/e2e/ @heretek/cli-team
|
|
|
|
# Configuration ownership
|
|
/openclaw.json @heretek/cli-team
|
|
/package.json @heretek/cli-team
|
|
|
|
# Documentation ownership
|
|
/docs/ @heretek/cli-team
|
|
/README.md @heretek/cli-team
|
|
|
|
# Infrastructure ownership
|
|
/Dockerfile @heretek/cli-team
|
|
/docker-compose.yml @heretek/cli-team
|
|
/deploy/ @heretek/cli-team
|
|
|
|
# CI/CD ownership
|
|
.github/workflows/ @heretek/cli-team
|