Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@cwang
Copy link
Owner

@cwang cwang commented Aug 3, 2025

No description provided.

cwang and others added 2 commits August 3, 2025 12:51
Add project-aware intelligence to auto-pilot system that provides framework-specific guidance based on project type, language, and architectural patterns.

Key features:
- ContextBuilder service for project analysis and caching
- Framework-specific guidance patterns (React, TypeScript, Node.js, Express, Next.js, Vue)
- ContextGuidanceSource integration with guidance orchestrator
- Project type detection based on package.json and file structure
- Comprehensive test coverage for all new components

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Add exclusion patterns for test files in both ESLint and TypeScript configurations. This is a common best practice that:

- Reduces build time by excluding test files from production builds
- Allows more relaxed rules for test files (e.g., 'any' types for mocking)
- Focuses lint/typecheck on production code quality
- Maintains separate test validation through vitest

Also fix unused error variable to comply with lint rules.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@cwang cwang merged commit 6681cbe into main Aug 3, 2025
3 checks passed
@cwang cwang deleted the feature/pr4-context-aware-evaluation branch August 3, 2025 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants