docs: readme

This commit is contained in:
ooks-io 2025-01-26 21:57:49 +11:00
parent 38c00f771b
commit b631904365
5 changed files with 156 additions and 0 deletions

25
repomix.config.json Normal file
View file

@ -0,0 +1,25 @@
{
"output": {
"filePath": "repodump.xml",
"style": "xml",
"fileSummary": true,
"directoryStructure": true,
"removeComments": false,
"removeEmptyLines": false,
"topFilesLength": 5,
"showLineNumbers": false,
"copyToClipboard": false
},
"include": [],
"ignore": {
"useGitignore": true,
"useDefaultPatterns": true,
"customPatterns": []
},
"security": {
"enableSecurityCheck": true
},
"tokenCount": {
"encoding": "o200k_base"
}
}