docs(distribution): monorepo goreleaser_config repo-root resolution (§8.3)#42
Merged
Merged
Conversation
…olution §8.3: clarify that tool-local identity (manifest, packaging/, version_file) resolves relative to the tool root, while goreleaser_config resolves relative to the repo root — because goreleaser is a repo-root release operation even in a monorepo. Documents the identity-check --repo-root contract added in open-cli-collective/.github#15 (which unblocks atlassian-cli#397).
monit-reviewer
approved these changes
May 30, 2026
monit-reviewer
left a comment
There was a problem hiding this comment.
Automated PR Review
Reviewed commit: 4971193
Summary
No issues found.
Completed in 1m 02s | $0.17 | sonnet | daemon 0.2.121 | Glorfindel
| Field | Value |
|---|---|
| Model | sonnet |
| Reviewers | hybrid-synthesis, documentation:docs-reviewer, harness-engineering:harness-architecture-reviewer, harness-engineering:harness-enforcement-reviewer, harness-engineering:harness-knowledge-reviewer |
| Engine | claude · sonnet |
| Reviewed by | pr-review-daemon · monit-pr-reviewer |
| Duration | 1m 02s wall · 1m 07s compute (Reviewers: 50s · Synthesis: 11s) |
| Cost | $0.17 |
| Tokens | 59.0k in / 6.4k out |
| Turns | 5 |
Per-workstream usage
| Workstream | Model | In | Out | Cache read | Cache create | Cost |
|---|---|---|---|---|---|---|
| hybrid-synthesis | sonnet | 29.1k | 46 | 18.6k | 10.4k (1h) | $0.05 |
| documentation:docs-reviewer | haiku | 3.2k | 6.1k | 0 | 0 | $0.04 |
| harness-engineering:harness-architecture-reviewer | sonnet | 8.9k | 78 | 2.1k | 6.8k (1h) | $0.03 |
| harness-engineering:harness-enforcement-reviewer | sonnet | 8.9k | 84 | 2.1k | 6.8k (1h) | $0.03 |
| harness-engineering:harness-knowledge-reviewer | sonnet | 8.9k | 78 | 2.1k | 6.8k (1h) | $0.03 |
Re-reviews only run when @monit-reviewer is re-requested as a reviewer — push as many commits as you need, then re-request when ready. PRs targeting branches other than main, master are skipped, even when @monit-reviewer is re-requested.
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.
Documents the asymmetric path resolution that open-cli-collective/.github#15 implements: tool-local identity (manifest,
packaging/*,version_file) resolves relative to the tool root, whilegoreleaser_configresolves relative to the repo root (goreleaser is a repo-root release operation even in a monorepo). Companion to the identity-check fix that unblocks atlassian-cli#397. Flat repos are unaffected (both default to.).