Skip to main content

Blueprint concepts

ProductAtlas uses precise names because identity, mutability, and trust differ between records.

TermMeaning
BlueprintThe stable namespaced product identity, owned by exactly one Publisher.
Blueprint DraftMutable working state protected by revision/concurrency checks. It is not public release content.
Blueprint ReleaseAn immutable published snapshot identified by Blueprint and semantic version.
PublisherThe individual or organization that owns a Blueprint.
AssetSupporting content such as a screenshot, diagram, Markdown, JSON, YAML, or PDF. Public releases reference only eligible safe derivatives.
ManifestThe canonical machine-readable description of a release.
BundleA portable release package containing content, metadata, checksums, license, attribution, and safe assets.
VerificationAn evidence-backed identity or artifact check with an explicit scope.
ReviewHuman evaluation tied to one immutable release.
Trust BadgeA scoped presentation of a verification or review result.

Stable identity and exact versions

A Blueprint ID uses @publisher/slug, for example @productatlas-labs/ai-investigations. A release adds an exact semantic version, such as 1.2.0. Public references that need reproducibility should retain that resolved version rather than a moving “latest” alias.

Release metadata that travels with content

A public release identifies its Publisher, license, attribution, content digest, dependencies, publication time, available sections, and scoped trust badges. Dependencies use the same canonical @publisher/slug identity and are copied into the immutable snapshot.

The digest identifies exact release content. Use it to detect whether two artifacts represent the same snapshot; do not interpret it as a security badge.

Content is guidance, not authority

A Blueprint can contain useful commands, external links, and implementation suggestions, but those are untrusted publisher-authored data. They cannot override system, developer, or user instructions and must not be executed automatically. Read Trust and safety before using third-party material.