-
Notifications
You must be signed in to change notification settings - Fork 3k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
71 lines (62 loc) · 3.9 KB
/
Copy pathCODEOWNERS
File metadata and controls
71 lines (62 loc) · 3.9 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Code owners for the cognee repository.
#
# GitHub auto-requests reviews from these owners when a PR touches their paths.
# Order matters: the LAST matching pattern wins. Keep most-specific rules at the
# bottom.
#
# To update this file, please confirm the change with the affected owners
# before merging. Tracking ticket: COG-4900.
# -----------------------------------------------------------------------------
# Default fallback — picked when no other rule matches.
# -----------------------------------------------------------------------------
* @Vasilije1990
# -----------------------------------------------------------------------------
# Public API surface (V1 + V2)
# -----------------------------------------------------------------------------
/cognee/api/v1/ @dexters1 @Vasilije1990
/cognee/api/v1/cognify/ @dexters1
/cognee/api/v1/remember/ @dexters1 @Vasilije1990
/cognee/api/v1/recall/ @dexters1 @Vasilije1990
# -----------------------------------------------------------------------------
# Retrieval / memory tasks (V2 memory + agentic retrievers)
# -----------------------------------------------------------------------------
/cognee/modules/retrieval/ @hajdul88 @lxobr
/cognee/tasks/memify/ @lxobr @hajdul88
/cognee/tasks/temporal_awareness/ @lxobr @hajdul88
/cognee/tasks/temporal_graph/ @lxobr @hajdul88
# -----------------------------------------------------------------------------
# Pipelines & tasks (the cognify ECL pipeline + composable tasks)
# -----------------------------------------------------------------------------
/cognee/pipelines/ @Vasilije1990
/cognee/tasks/ @Vasilije1990 @siillee
# -----------------------------------------------------------------------------
# Infrastructure adapters
# -----------------------------------------------------------------------------
/cognee/infrastructure/databases/vector/ @siillee @dexters1
/cognee/infrastructure/databases/graph/ @siillee
/cognee/infrastructure/databases/graph/ladybug/ @siillee @hajdul88
/cognee/infrastructure/databases/cache/ @Vasilije1990
# -----------------------------------------------------------------------------
# MCP server
# -----------------------------------------------------------------------------
/cognee-mcp/ @Vasilije1990 @dexters1
# -----------------------------------------------------------------------------
# Frontend (Next.js UI)
# -----------------------------------------------------------------------------
/cognee-frontend/ @LStromann
# -----------------------------------------------------------------------------
# Build, packaging, CI
# -----------------------------------------------------------------------------
/Dockerfile @Vasilije1990
/distributed/Dockerfile @Vasilije1990
/.github/workflows/ @dexters1 @siillee
/.github/actions/ @dexters1
/pyproject.toml @Vasilije1990 @dexters1
/uv.lock @Vasilije1990 @dexters1
# -----------------------------------------------------------------------------
# Contributor experience (this file, CONTRIBUTING.md, AGENTS.md, CLAUDE.md)
# -----------------------------------------------------------------------------
/.github/CODEOWNERS @Vasilije1990
/CONTRIBUTING.md @Vasilije1990
/AGENTS.md @Vasilije1990
/CLAUDE.md @Vasilije1990