UNPKG

research-informed-ai-workflow

Version:

Research-Informed AI Workflow Module for comprehensive codebase analysis and improvement using Gemini AI and GitHub Copilot

26 lines (25 loc) 533 B
{ "output": { "filePath": "analysis-bundle.txt", "style": "plain", "removeComments": false, "removeEmptyLines": false }, "include": [ "**/*.js", "**/*.json", "**/*.md", "!node_modules/**", "!dist/**", "!build/**" ], "ignore": { "useGitignore": true, "useDefaultPatterns": true, "customPatterns": [ "*.log", ".env*", "coverage/**" ] } }