04 — Artifact Forge

Prometheion

The Forge · Syna · WorldGen

Prometheion is the artifact forge. Not a toy generator. The artifact operating system. Turn ideas into images, reports, documents, scene specs, and eventually immersive worlds — with full lineage, hash verification, and exportability.

Every artifact must answer: what created me? From what prompt. In what style. With what provider. In what project. At what version. With what hash.

— The Prometheion principle
Artifact Lineage

Every creation is traceable.

Lineage Envelope
project_id
Which workspace this artifact belongs to.
prompt
Original prompt with style modifiers preserved.
style_profile
Named style applied — reusable, versioned.
provider
Which generation provider produced this version.
version
Sequential version number. Refinements add versions, never overwrite.
sha256
Cryptographic hash of the artifact content.
storage_path
Local storage path with path-traversal protection.
parent_version
What this version was refined from.
export_records
Every export of this artifact, recorded in Ledger.
Forge Capabilities

The artifact OS.

ENDPOINT
POST /api/generate
Create a new artifact from prompt + style + provider. Returns a versioned record with lineage.
ENDPOINT
POST /api/artifacts/:id/refine
Refinement creates a new version, never overwrites. Parent linkage preserved.
ENDPOINT
GET /api/artifacts/:id/lineage
Full lineage tree — prompt, style, provider, hash, version history, parents.
ENDPOINT
POST /api/artifacts/:id/export
Export with verification. Records to Ledger. Returns a signed export record.
ENDPOINT
GET /api/diagnostics/storage/integrity
Verify every stored file matches its recorded hash. Storage integrity diagnostics.
ENDPOINT
/api/syna/scene-specs
Structured scene specifications — zones, objects, affordances, materials.
Syna · WorldGen

Worlds modeled
before they are rendered.

The first stage is not photorealism. The first stage is semantic — zones, objects, affordances, interactions. Agents should understand a world before they can be placed in one.

openable
walkable
climbable
readable
movable
inspectable
emits_light
produces_sound
dangerous
valuable
seatable
container
portal
control_surface
decorative
+ extensible

Object affordances — the semantic layer that lets agents reason about worlds.

The Mantra

Winnie operates. AVN interprets. Prospect discovers.
Prometheion creates. Ledger proves. Performance watches. MERGE contains.