Add TinyPen sender workflow for shared OpenAPI artifact sync#45
Draft
Copilot wants to merge 4 commits into
Draft
Add TinyPen sender workflow for shared OpenAPI artifact sync#45Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
Agent-Logs-Url: https://github.com/CenterForDigitalHumanities/TinyPen/sessions/d09509aa-356a-4e52-8ae3-f935a2a2ee16 Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
Agent-Logs-Url: https://github.com/CenterForDigitalHumanities/TinyPen/sessions/d09509aa-356a-4e52-8ae3-f935a2a2ee16 Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
Agent-Logs-Url: https://github.com/CenterForDigitalHumanities/TinyPen/sessions/d09509aa-356a-4e52-8ae3-f935a2a2ee16 Co-authored-by: cubap <1119165+cubap@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add sender sync workflow for shared OpenAPI artifacts
Add TinyPen sender workflow for shared OpenAPI artifact sync
May 9, 2026
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.
TinyPen now owns the canonical shared OpenAPI artifact in a standard
openapi/components/location and can automatically propagate updates tocubap/rerum_openapivia PR. This enables downstream consumers to continue validating against the receiver repo without per-feature contract workflows.Canonical artifact in TinyPen
openapi/components/tinypen-shared-components.openapi.yamlas the source-of-truth shared contract artifact.Sender-side sync workflow
.github/workflows/sync_tinypen_shared_openapi.yaml.mainchanges to the canonical artifact (and supports manual dispatch).cubap/rerum_openapi, copies the source artifact to:schemas/openapi/tinypen-shared-components.openapi.yamlReceiver stub enforcement + workflow hardening