This file contains information to help Claude Code understand and work with this project effectively.
Repository: sv-vs Type: [Add project type - web app, library, tool, etc.] Tech Stack: [Add technologies used]
[Describe what this project does and its main goals]
sv-vs/
├── [Add main directories and their purpose]
└── CLAUDE.MD
- [List required software/tools]
- [Add version requirements]
# Clone the repository
git clone [repository-url]
cd sv-vs
# Install dependencies
[Add installation commands]# Development mode
[Add dev commands]
# Production build
[Add build commands]
# Tests
[Add test commands][Describe the main components/modules of the system]
[Explain how data moves through the system]
[Document important architectural decisions]
-
Adding New Features
- [Describe the typical workflow]
- [List files that usually need changes]
-
Bug Fixes
- [Explain debugging approach]
- [Common issues and solutions]
-
Testing
- [Testing strategy]
- [How to run and write tests]
- [Coding standards]
- [Naming conventions]
- [Comment guidelines]
- [Commit message format]
CLAUDE.MD- This file, project guide for Claude- [List other critical files and their purposes]
main- Production-ready codeclaude/*- Feature branches for Claude Code development- [Add other branch conventions]
<type>: <subject>
<body>
<footer>
Types: feat, fix, docs, style, refactor, test, chore
[Describe test organization]
[Test commands][Coverage expectations]
[Deployment process and requirements]
- [Issue]
- Symptoms: [Description]
- Solution: [Fix]
- [Documentation links]
- [Related repositories]
- [External resources]
- [Important project-specific context]
- [Gotchas and edge cases]
- [Performance considerations]
- [Things not to do]
- [Deprecated patterns]
- [Recommended approaches]
- [Best practices for this codebase]
Last updated: 2026-01-07