build.clovernight.creation.spec

studio.pds.clovernight.build

{
  "id": "build.clovernight.creation.spec",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "title",
          "createdAt"
        ],
        "properties": {
          "title": {
            "type": "string",
            "maxLength": 256,
            "description": "Short spec title."
          },
          "prompt": {
            "type": "string",
            "maxLength": 8192,
            "description": "The original natural-language request that drove the build."
          },
          "specDoc": {
            "type": "blob",
            "accept": [
              "text/markdown"
            ],
            "maxSize": 1048576,
            "description": "Full structured spec document (markdown)."
          },
          "summary": {
            "type": "string",
            "maxLength": 4096,
            "description": "Human-readable summary of the spec."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "ISO 8601 timestamp the spec was recorded."
          },
          "pipelineStages": {
            "type": "array",
            "items": {
              "type": "string",
              "knownValues": [
                "mine",
                "smelt",
                "forge",
                "architect",
                "temper",
                "ship"
              ]
            },
            "description": "Foundry pipeline stages that ran."
          }
        }
      },
      "description": "The specification a creation was built from. Enables build-in-public and reproducibility. NOTE: includes the user's original prompt — public by design, so the provisioning UX must make that explicit."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against build.clovernight.creation.spec

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:eylr5g42jkpwyputz3xbgynj
CID
bafyreihqbp7krienwm3avfwmcxazvff3do6hsyqqfdwiim7wldinnlyu2m
Indexed At
2026-06-11 20:53 UTC
AT-URI
at://did:plc:eylr5g42jkpwyputz3xbgynj/com.atproto.lexicon.schema/build.clovernight.creation.spec

Lexicon Garden

@