Clotho Task 0: add clotho to CI matrix (workflow-only)#112
Merged
Conversation
Per v12 Task 0 / D12: workflow-only change, landing after the Task 1 scaffold so the matrix names a package that already exists and passes. Adds `clotho` to the CI package matrix and sets fetch-depth: 0 for the clotho job only (its Task 2 deriveRepositoryRef rejects a shallow clone; other packages keep default depth). No existing package command changed; no clotho source changed. Traceability: v12 sha256:bdc93901..., authz-005, Eye impl-authorization PR #109. Workflow-only PR; human-reviewed per D12 before Task 2 lands. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01X8pTab2QMpfM2KsZmwkeYg
dsmcewan
marked this pull request as ready for review
July 16, 2026 16:56
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.
Change (confined to
.github/workflows/ci.yml)clothoto the package matrix.fetch-depth: 0for the clotho job only (matrix.package == 'clotho' && '0' || '1') — clotho's Task 2deriveRepositoryRefrejects a shallow clone; all other packages keep the default depth (unchanged behavior).Why now
v12 sequences Task 0 immediately after the Task 1 scaffold (merged, PR #110) so the matrix names a package that already exists and passes. clotho
npm testis green locally (scaffold: check + test-all).Boundaries
clotho/source changed.sha256:bdc93901…, authz-005, Eye impl-authorization (Clotho Phase 1: Eye implementation-authorization + Slice 1 proposal (for review) #109).🤖 Generated with Claude Code