Development Environment
Set up your development environment for Mikasa Agent development.
IDE Setup
VSCode Configuration
{
"mikasa.debug": true,
"mikasa.trace": "verbose",
"mikasa.format": {
"enable": true
}
}
Development Tools
-
Code Linting
- ESLint configuration
- Custom rules
- Auto-formatting
-
Debugging
- Breakpoint support
- Variable inspection
- Call stack analysis
-
Testing
- Unit test framework
- Integration tests
- Performance benchmarks