Reference

Machine-readable review artifacts.

Every review pack writes JSON next to its Markdown. The JSON is schema-backed, so tools and AI-assisted review can read the same review pack a human reads.

Where they live

Two core schemas.

schemas/review-pack.schema.json
schemas/manifest.schema.json
+

schema_version

The schema the artifact conforms to.

+

arkheionx_version

The package version that wrote the artifact.

+

artifact_type

Which artifact this is (review pack, manifest, lens pack).

+

generated_at

When the artifact was generated.

What it means

Schemas describe shape, not verdicts.

A schema makes the output stable and inspectable. It does not make a review pack a vulnerability report. Arkheionx does not confirm vulnerabilities or assign final severity. Human review is required. See docs/SCHEMAS.md.

Back to the core workflow