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

  1. Code Linting

    • ESLint configuration
    • Custom rules
    • Auto-formatting
  2. Debugging

    • Breakpoint support
    • Variable inspection
    • Call stack analysis
  3. Testing

    • Unit test framework
    • Integration tests
    • Performance benchmarks