diff --git a/.gitignore b/.gitignore index be074b9..7fb3ae6 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,5 @@ logs # AI-related .windsurf +repomix-output.xml +.bmad-* diff --git a/.repomixignore b/.repomixignore new file mode 100644 index 0000000..506550b --- /dev/null +++ b/.repomixignore @@ -0,0 +1,4 @@ +bun.lock +repomix.config.json +.repomixignore +.gitignore diff --git a/repomix.config.json b/repomix.config.json new file mode 100644 index 0000000..91d03be --- /dev/null +++ b/repomix.config.json @@ -0,0 +1,41 @@ +{ + "$schema": "https://repomix.com/schemas/latest/schema.json", + "input": { + "maxFileSize": 52428800 + }, + "output": { + "filePath": "repomix-output.xml", + "style": "xml", + "parsableStyle": false, + "fileSummary": true, + "directoryStructure": true, + "files": true, + "removeComments": false, + "removeEmptyLines": false, + "compress": false, + "topFilesLength": 5, + "showLineNumbers": false, + "truncateBase64": false, + "copyToClipboard": false, + "tokenCountTree": false, + "git": { + "sortByChanges": true, + "sortByChangesMaxCommits": 100, + "includeDiffs": false, + "includeLogs": false, + "includeLogsCount": 50 + } + }, + "include": [], + "ignore": { + "useGitignore": true, + "useDefaultPatterns": true, + "customPatterns": [] + }, + "security": { + "enableSecurityCheck": true + }, + "tokenCount": { + "encoding": "o200k_base" + } +}