A comprehensive AI code tracking and analysis tool that helps developers understand and manage AI-generated code in their projects.
vscode-extension/: VS Code plugin for AI code detection and trackingcore/: Core functionality shared across componentsdashboard/: Web-based dashboard for visualization.fasttrack/: Project metadata and configuration
-
Install dependencies:
npm install
-
Build the project:
npm run build
-
Run tests:
npm test
- The project uses TypeScript for type safety
- ESLint is configured for code quality
- Each component has its own package.json and build configuration
MIT