Standard: Component Readiness Grades (CRG) v2.2 Current Grade: B Assessed: 2026-04-04 Assessor: Jonathan D.A. Jewell + Claude Sonnet 4.6
| Component | Grade | Release Stage | Evidence Summary |
|---|---|---|---|
|
B |
Beta |
Scanned 29 -iser repos across 6 distinct language stacks |
|
C |
Alpha-stable |
Generates -iser scaffolding; used to create iseriser itself |
|
C |
Alpha-stable |
Validates manifest; CI passing on self |
CLI / dispatch |
C |
Alpha-stable |
Full command routing; dogfooded on 29 -iser repos |
Overall: Grade B for the scan subcommand (primary use case). Grade
C for generator/validator.
iseriser scan has been executed against 29 -iser repos, spanning 6
distinct language/architecture families:
-
Rust CLIs (conflow, a2ml-rs, panic-attack/assemblyline) — Cargo workspace, multi-crate
-
Elixir/OTP (hypatia, burble) — mix.exs umbrella, GenServer pattern
-
Gleam/BEAM (k9_gleam, a2ml_gleam) — gleam.toml, BEAM target
-
Deno/TypeScript tooling (k9-coordination-protocol generator) — Deno runtime
-
Julia scientific (statistease, developer-ecosystem/julia-ecosystem) — Project.toml
-
Multi-language monorepos (developer-ecosystem, standards, nextgen-languages) — mixed roots
Issues found and fed back during scan development: - Missing
eclexiaiser.toml detection in sub-service dirs (fixed: now uses maxdepth
3) - k9iser path resolution relative to manifest (fixed:
manifest-relative paths) - Groove manifest validation tolerates
"type": "custom" with warning (deliberate)
-
Successfully scaffolds new -iser repos from template
-
Generated: typedqliser, chapeliser, verisimiser, eclexiaiser, +25 others
-
Dogfooded: iseriser was generated using itself (bootstrap complete)
-
Known limitation: generated ABI stubs are templates only, not proven Idris2
Promotion path to B: Generate on 6 external project types with diverse requirements and verify the scaffolded code compiles/runs correctly in each.
-
Validates iseriser.toml manifests (schema, required fields, path resolution)
-
CI passing on own manifest
-
Deployed in dogfood-gate on repos with iseriser.toml
Promotion path to B: Deploy and validate against 6+ diverse external -iser manifests with different language stacks.
-
ABI stubs — Generated Idris2 ABI stubs require manual completion; only scaffold
-
Zig FFI templates — Generated FFI templates compile but don’t implement semantics
-
scanon non-Rust repos — Performance impact when traversing large repos with many files -
Chapel metalayer — Planned distributed scan; not yet implemented