docs(catalog): document app-manifest-validate reusable#42
Merged
Conversation
catalog-completeness gate requires every workflow_call file to be listed in workflow-catalog.md. app-manifest-validate.yml (exposed via workflow_call per ADR-011 so repos can validate a vendored apps.json) was missing. Add its entry and correct the title count to the actual 23 reusables.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the attested-delivery workflow catalog documentation to include the previously undocumented app-manifest-validate.yml reusable workflow, ensuring the catalog-completeness gate passes.
Changes:
- Update the catalog title count to 23 central reusable workflows (matches the actual number of workflow entries).
- Add a new catalog entry documenting
${CLAUDE_PLUGIN_ROOT}/workflows/app-manifest-validate.yml(contract, permissions, predicate, allow-list).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
What
Document the
app-manifest-validate.ymlreusable in the workflow catalog so thecatalog-completenessgate passes.app-manifest-validate.ymlWhy
The
catalog-checkgate fails closed if any workflow with aworkflow_call:block is missing fromworkflow-catalog.md.app-manifest-validate.yml— added with the five-App auth work (ADR-011) and intentionally exposed viaworkflow_callso a repo can validate a vendoredapps.jsoncopy — had no catalog entry, somainwas red. This adds the entry and fixes the drifted count.Scope
Docs-only: touches
.github/skills/attested-delivery/references/workflow-catalog.md. No workflow behavior changes.