-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathCODEOWNERS
More file actions
37 lines (30 loc) · 843 Bytes
/
CODEOWNERS
File metadata and controls
37 lines (30 loc) · 843 Bytes
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
# AutoBot - AI-Powered Automation Platform
# Copyright (c) 2025 mrveiss
#
# CODEOWNERS - Defines code ownership for the repository
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# mrveiss is the SOLE OWNER and AUTHOR of all AutoBot code.
# All pull requests require approval from mrveiss.
# Global ownership - mrveiss owns ALL files in this repository
* @mrveiss
# Backend (Python)
/backend/ @mrveiss
/src/ @mrveiss
/tests/ @mrveiss
# Frontend (Vue.js/TypeScript)
/autobot-vue/ @mrveiss
# Infrastructure & Configuration
/scripts/ @mrveiss
/docker/ @mrveiss
/.github/ @mrveiss
# Documentation
/docs/ @mrveiss
*.md @mrveiss
# MCP Tools
/mcp-tools/ @mrveiss
# Configuration files
*.yml @mrveiss
*.yaml @mrveiss
*.json @mrveiss
*.toml @mrveiss