docs: document project registration and publish operation#16
Merged
Conversation
Fix stale README claims (fixture wording, mise tool list, live MEIGMA_PACKAGES_* prefix) and add a Publish a release page covering the projects.yml contract, upstream release requirements, the published layout convention, and manual/dispatch publish invocation. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Follow-up to #14/#15, closing the gaps a docs-verification pass found:
Accuracy fixes (README):
mise.tomltool list omitted actionlint and ShellCheck, the exact toolsroot:workflow-checkdepends on.MEIGMA_PACKAGES_*was described as "reserved for future configuration" — it is the live env prefix backingfetch-release(GitHub token) andapply-sync(R2 credentials).New
docs/docs/publishing.md("Publish a release"):projects.ymlcontract, field by field, sourced frominternal/localrepo/registry.govalidation: name pattern,meigma/-only repositories,${version}asset patterns, architecture mapping rules, retention fallback (project → default → 5), and thesigner_workflowrequirement.package_name/version.rpm/<project>/path) and_state/manifest.jsonfor discovery.gh api .../dispatches, verified againstincus-gh-runner'spackages.yml) and manualgh workflow runrecipes for validation-only, staging-only, and full publishes.Cross-link fixes:
install.mdnow states the substitution rule instead of only working for the hardcoded example;operations.mdno longer lists project onboarding as deferred; index/README link to the new page.Testing
moon run docs:build(mkdocs strict mode) passes locally;gh workflow runrecipes match the currentpublish.ymlinputs.🤖 Generated with Claude Code