docs: annotation stack lifecycle design doc#175
Open
henrycgbaker wants to merge 3 commits intomainfrom
Open
Conversation
Introduces two new design documents: - annotation-bootstrap.md: Docker stack lifecycle, compose distribution, first-run/upgrade/uninstall UX, prod bootstrap, and infra error taxonomy for pragmata annotation - containerisation-and-deployment.md: artefact strategy, per-tool deployment shape, persistence/backup, and TLS considerations Also adds both to the design docs index.
Remove draft ADR-0012 references, tighten prose, clarify up sequence steps, and drop resolved open-questions table.
Rename reflects the full scope of the doc - stack composition, compose distribution, lifecycle, and prod bootstrap - not just first-run setup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Add design doc for annotation-specific infrastructure: Docker stack lifecycle, compose distribution, and operational concerns for a self-hosted Argilla annotation campaign. Separated from shared config/settings (PR #162).
Scope
annotation-stack-lifecycle.md- stack composition, compose distribution (locked/package-data model), first-run/upgrade/uninstall lifecycle, prod bootstrap options, cross-platform runtime, and infra error taxonomy forpragmata annotationREADME.md- index entryImplementation
Design-only PR. No code changes.
Key decisions documented:
src/pragmata/annotation/, resolved viaimportlib.resources. Users never edit it directly.docker compose -f ... -f ...pragmata annotation up/downas the single end-user stack lifecycle entry pointReferences