-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathrepomix.config.json
More file actions
59 lines (59 loc) · 2.07 KB
/
Copy pathrepomix.config.json
File metadata and controls
59 lines (59 loc) · 2.07 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
{
"$schema": "https://repomix.com/schemas/latest/schema.json",
"output": {
"filePath": "repomix-output.xml",
"style": "xml",
"parsableStyle": true,
"fileSummary": true,
"directoryStructure": true,
"includeFullDirectoryStructure": true,
"headerText": "Matryca Plumber — source pack for code review and architecture evaluation.\n\nRead first: README.md → docs/ARCHITECTURE.md → docs/openspec/ → llms.txt\n\nModule map (code-graph clusters): Graph (src/graph/), Agent (src/agent/), Daemon (src/daemon/), Cli+UI (src/cli/), Semantic (src/semantic/), Tana import (src/agent/importers/tana/), Frontend (frontend/src/), plus tests/.\n\nEntry points: src/plumber_entry.py → src/cli/__init__.py (CLI) | src/agent/mcp_server.py (MCP stdio) | src/agent/maintenance_daemon.py (background daemon) | src/cli/ui_server.py (Sovereign UI, /api/*).\n\nExcluded: Logseq vault data, lockfiles, .github CI, maintainer scripts, planning archives, runtime logs/state."
},
"include": [
"src/**/*.py",
"tests/**/*.py",
"tests/fixtures/**",
"scripts/__init__.py",
"scripts/check_graph_read_sandbox.py",
"scripts/check_version_consistency.py",
"scripts/extract_changelog.py",
"scripts/gen_synthetic_graph.py",
"scripts/data/**",
"frontend/src/**/*",
"frontend/package.json",
"frontend/vite.config.ts",
"frontend/vitest.config.ts",
"frontend/tsconfig*.json",
"frontend/tailwind.config.js",
"frontend/eslint.config.js",
"frontend/index.html",
"docs/ARCHITECTURE.md",
"docs/openspec/**",
"docs/integrations/**",
"docs/RELEASE_PROCESS.md",
"README.md",
"ROADMAP.md",
"CHANGELOG.md",
"CONTRIBUTING.md",
"SECURITY.md",
"SUPPORT.md",
"CODE_OF_CONDUCT.md",
"LICENSE",
"NOTICE",
"llms.txt",
".well-known/llms.txt",
"pyproject.toml",
"Makefile",
".env.example",
"matryca-wiki.example.yml",
"MANIFEST.in"
],
"ignore": {
"useGitignore": true,
"useDefaultPatterns": true,
"customPatterns": []
},
"security": {
"enableSecurityCheck": true
}
}