compilation-validator

Community

Ensures Fakt code compiles cleanly.

Authorrsicarelli
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Validates that Fakt-generated fake code compiles without errors, ensuring proper type safety and a properly typed DSL, with zero TODO blockers (Phase 1).

Core Features & Use Cases

  • Scope-based validation: validate specific interface or all generated fakes
  • Build orchestration: runs Gradle builds across platforms to verify compatibility
  • Output verification: checks generated files exist and types align with interfaces

Quick Start

Run the validator with a scope (e.g., --all or --interface=AsyncService) and review the compilation report to confirm success or diagnose issues.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: compilation-validator
Download link: https://github.com/rsicarelli/fakt/archive/main.zip#compilation-validator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository