Conversation
7 tasks
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.
Summary
HarnessServiceandScheduleServiceprotobuf contracts.task docs:grpc-ref, include it intask docs, and add a non-mutating CIfreshness check.
guide.
Development stage
and the in-PR plan declares
**Expected tasks:** 1, a non-placeholder**Combined rationale:**, and no runtime/public/operator/persistence/trust-boundaryinterface change (
None — rationale; workflow-only meta-changes may review processdocs/skills here)
Contract linkage
Interface conformance
mecatl.v1.HarnessServiceand
mecatl.v1.ScheduleServicecontracts. It does not change those contracts.Issue relationship
Closes #712
Type of change
Test plan
Baseline checks
task lint)task test)go run ./cmd/mecademo)task docs)task site:build)task api:check)task api:update+engine/CHANGELOG.mdtask ac-trace-strict)/panel-reviewThe full Go lint/test/demo and engine API gates were not run because this change
does not modify Go code, runtime behavior, or the engine API. Documentation and
workflow-specific gates are listed below.
Additional focused checks:
task docs:grpc-reftask lint:actionsbuf builduser-docs/reference/grpc-schema.mdChanges
buf.gen.grpc-docs.yamlscripts/grpc-schema.md.tmpluser-docs/reference/grpc-schema.mdTaskfile.yml.github/workflows/ci.ymlUser-facing change
Readers can look up both public gRPC services, all RPC signatures and streaming
directions, and their messages, enums, fields, and protobuf comments on one
generated reference page.
Special notes for reviewers
The generator intentionally includes only the public Harness and Schedule
contracts. HTTP/OpenAPI/SSE generation remains outside this change and is
tracked separately in #1706. Driver and other internal protobuf contracts are
also excluded.
Descriptions come directly from protobuf comments so the reference cannot
silently diverge from the schema. Some existing comments contain internal ADR,
issue, or implementation references; cleaning those comments would require a
separate protobuf-comment change and is outside #712's no-proto-change scope.