NovaFabric
Showcase — explanatory, not a viewer

Primitive 01 — interactive demo

Asset registry

Every model, agent, prompt, tool, dataset, and evaluation suite has a name@version identity. Promotion from development to production is gated by eval suites. Failed eval ⇒ promotion blocked.

prompt

code-review-prompt@0.2.0

development

Shorter, faster v0.2.0 of the code-review prompt. Failed eval suite — misses edge cases.

Versions:

Spec

{
  "template": "Review this code diff. Note bugs and style issues.\n\n{diff}",
  "variables": [
    "diff"
  ]
}

Eval results

  • edge-case-coverage
    0.62
  • tone-and-clarity
    0.84

Why is this still in development?

The edge-case-coverage suite failed (score 0.62, threshold 0.80). Promotion is blocked until eval passes. v0.1.0 stays in production.

On your machine

nova register code-review-prompt-0.2.0.yaml
nova eval code-review-prompt@0.2.0
nova promote code-review-prompt@0.2.0
nova list --type prompt