-
Context Builder implementation outline and ADR 0008 propose the separate producer boundary.
-
Prompt SDK v1 API and release guide consolidates the supported surface and publication gates.
-
Prompt CLI and authoring workflow covers local commands, CI and promotion.
-
Execution provenance covers metadata policy and pluggable observers.
-
Observer decision records the failure-isolated boundary.
This directory contains architecture decisions, public interfaces, operational guides, and deployment documentation for the production platform.
Repository-local ADRs belong under docs/adr/. Decisions that change ownership
or dependencies across Studio repositories belong in the public studio
repository first.
Documentation must remain content-neutral. Use synthetic or already-public examples and redact credentials, personal data, private production context, proprietary lore, and unpublished canon.
architecture.mddefines repository and dependency boundaries.adr/0001-node-esm-runtime.mdselects the initial runtime.adr/0002-compiled-prompt-schema-validation.mdrecords reproducible schema compilation.adr/0003-provider-neutral-execution-boundary.mdrecords the synchronous adapter boundary.adr/0004-filesystem-prompt-registry.mdrecords deterministic registry storage and selection behavior.adr/0005-prepared-context-package-boundary.mdrecords the prepared context handoff.adr/0006-independent-structured-output-validation.mdrecords independent post-execution validation.prompt-validation.mddocuments validation, lint rules, diagnostics, and CI use.prompt-renderer.mddocuments rendering, canonicalization, and errors.provider-execution.mddocuments execution contracts, adapters, negotiation, and failures.prompt-registry.mddocuments discovery, exact/range resolution, lifecycle, and conflict behavior.context-packages.mddocuments package validation, authorization, binding, and provenance.structured-output.mddocuments raw/normalized JSON processing, schema validation, retention, and failures.