Skip to content

[2/N] feat(runway): add domain entities and topic keys #249

Closed
kevinlnew wants to merge 4 commits into
runway/rfcfrom
runway/entities
Closed

[2/N] feat(runway): add domain entities and topic keys #249
kevinlnew wants to merge 4 commits into
runway/rfcfrom
runway/entities

Conversation

@kevinlnew

@kevinlnew kevinlnew commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Summary

Scaffold the runway domain with entity types for the check and land
queues, plus pipeline topic key constants. Runway reuses the shared
entity/change and entity/mergestrategy packages rather than defining
its own strategy type.

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

Test Plan

Issues

Stack

  1. [1/N] doc(runway): add workflow RFC for runway domain #248
  2. @ [2/N] feat(runway): add domain entities and topic keys  #249
  3. [2/N] feat(runway): add VCS extension interface, mock, and noop impl #250
  4. [3/N] feat(runway): add merge-conflict-check and merge controllers #251
  5. [4/N] feat(runway): add example orchestrator wiring and Makefile targets #252
  6. [5/N] feat(runway): add proto, ping controller, gRPC server, and client #254

Runway is a consumer-only landing service that owns VCS operations
(mergeability checking and landing) on behalf of SubmitQueue. This RFC
describes the two independent queue flows (check and land), branch
serialization via partition key, statelessness, and ownership model.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove dangling pipe characters and empty lines inside diagram boxes
that render as strikethroughs in GitHub rich diff. Change connector
characters from cross (┼) to tee (┬) at box edges.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
kevinlnew and others added 2 commits June 16, 2026 22:31
Remove historical context, implementation rationale, and defensive
justifications. Match the factual tone and structure of the submitqueue
and stovepipe workflow RFCs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Scaffold the runway domain with entity types for the check and land
queues, plus pipeline topic key constants. Runway reuses the shared
entity/change and entity/mergestrategy packages rather than defining
its own strategy type.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kevinlnew

Copy link
Copy Markdown
Contributor Author

Superseded by #244 which landed the runway entities and topic keys on main.

@kevinlnew kevinlnew closed this Jun 18, 2026
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