Skip to content

Commit c088c9f

Browse files
authored
Merge pull request #26 from thc1006/feat/streamline-github-actions-and-docs
feat: Streamline GitHub Actions workflows and complete world-class documentation
2 parents cf04ae9 + 8eb6525 commit c088c9f

64 files changed

Lines changed: 18109 additions & 395 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# CODEOWNERS for Nephoran Intent Operator
2+
3+
# Global owners
4+
* @nephoran/maintainers
5+
6+
# Documentation
7+
docs/ @nephoran/docs-team @nephoran/maintainers
8+
*.md @nephoran/docs-team @nephoran/maintainers
9+
mkdocs.yml @nephoran/docs-team @nephoran/maintainers
10+
11+
# GitHub workflows and configurations
12+
.github/ @nephoran/devops-team @nephoran/maintainers
13+
14+
# Core API definitions
15+
api/ @nephoran/api-team @nephoran/maintainers
16+
17+
# Deployment configurations
18+
deployments/ @nephoran/platform-team @nephoran/maintainers
19+
deployments/helm/ @nephoran/platform-team @nephoran/maintainers
20+
21+
# Security configurations
22+
deployments/security/ @nephoran/security-team @nephoran/maintainers
23+
deployments/rbac/ @nephoran/security-team @nephoran/maintainers
24+
25+
# O-RAN related code
26+
pkg/oran/ @nephoran/oran-team @nephoran/maintainers
27+
28+
# LLM and RAG components
29+
pkg/llm/ @nephoran/ai-team @nephoran/maintainers
30+
pkg/rag/ @nephoran/ai-team @nephoran/maintainers
31+
32+
# Network controllers
33+
pkg/controllers/ @nephoran/core-team @nephoran/maintainers

0 commit comments

Comments
 (0)