Skip to content

Add snippet repository registry - #1290

Closed
danielporterda wants to merge 1 commit into
mainfrom
snippet-repository-registry
Closed

Add snippet repository registry#1290
danielporterda wants to merge 1 commit into
mainfrom
snippet-repository-registry

Conversation

@danielporterda

@danielporterda danielporterda commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

What changed

Adds the allowlisted repository registry for release-aware snippets. Each entry records only the repository's canonical GitHub URL, default branch, and visibility.

This PR intentionally adds no loader, parser, validation, release policy, or runtime behavior. Those will be independently reviewable layers above it.

Why

The snippet machinery needs one explicit source of repository identity before it can safely interpret inline source references. Keeping this data-only layer separate makes the allowlist and its scope reviewable without coupling it to syntax or validation decisions.

Validation

  • jq empty config/snippet-repositories.json
  • git diff --check

Signed-off-by: danielporterda <daniel.porter@digitalasset.com>
@danielporterda danielporterda changed the title snippet repository registry Add snippet repository registry Aug 7, 2026
@danielporterda

Copy link
Copy Markdown
Contributor Author

Closing this draft because the inline release-aware snippet stack is being retired. The branch remains available if its implementation is needed later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant