Thanks for your interest in improving this project.
- Open an issue to discuss larger changes or new features when in doubt.
- For security-sensitive reports, use SECURITY.md instead of a public issue.
After you create the GitHub repository, replace the placeholder your-username in root package.json (repository, bugs, homepage) with your real GitHub user or organization name so links and npm metadata stay accurate.
git clone https://github.com/your-username/codebase-intelligence.git
cd codebase-intelligence
npm install
npm run build
npm test- Fork and create a branch from
main(or the default branch). - Keep changes focused on one topic per PR.
- Run
npm run buildandnpm testbefore submitting. - Describe what changed and why in the PR description.
- TypeScript; match existing formatting and patterns in touched files.
- Avoid drive-by refactors unrelated to the PR scope.