Files
Line: 11: incorrect codeowner organization: heretek/cli-team Line: 11: no users/groups matched Line: 14: incorrect codeowner organization: heretek/cli-team Line: 14: no users/groups matched Line: 17: incorrect codeowner organization: heretek/cli-team Line: 17: no users/groups matched Line: 18: incorrect codeowner organization: heretek/cli-team Line: 18: no users/groups matched Line: 19: incorrect codeowner organization: heretek/cli-team Line: 19: no users/groups matched Line: 20: incorrect codeowner organization: heretek/cli-team Line: 20: no users/groups matched Line: 23: incorrect codeowner organization: heretek/cli-team Line: 23: no users/groups matched Line: 24: incorrect codeowner organization: heretek/cli-team Line: 24: no users/groups matched Line: 25: incorrect codeowner organization: heretek/cli-team Line: 25: no users/groups matched Line: 28: incorrect codeowner organization: heretek/cli-team Line: 28: no users/groups matched Line: 29: incorrect codeowner organization: heretek/cli-team Line: 29: no users/groups matched Line: 30: incorrect codeowner organization: heretek/cli-team Line: 30: no users/groups matched Line: 33: incorrect codeowner organization: heretek/cli-team Line: 33: no users/groups matched Line: 34: incorrect codeowner organization: heretek/cli-team Line: 34: no users/groups matched Line: 35: incorrect codeowner organization: heretek/cli-team Line: 35: no users/groups matched Line: 36: incorrect codeowner organization: heretek/cli-team Line: 36: no users/groups matched Line: 39: incorrect codeowner organization: heretek/cli-team Line: 39: no users/groups matched Line: 40: incorrect codeowner organization: heretek/cli-team Line: 40: no users/groups matched Line: 43: incorrect codeowner organization: heretek/cli-team Line: 43: no users/groups matched Line: 44: incorrect codeowner organization: heretek/cli-team Line: 44: no users/groups matched Line: 47: incorrect codeowner organization: heretek/cli-team Line: 47: no users/groups matched Line: 48: incorrect codeowner organization: heretek/cli-team Line: 48: no users/groups matched Line: 49: incorrect codeowner organization: heretek/cli-team Line: 49: no users/groups matched Line: 52: incorrect codeowner organization: heretek/cli-team Line: 52: no users/groups matched

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