Commit 97934ab
Add conformance-tier-audit agentic workflow
Create a GitHub Agentic Workflow that runs the MCP SDK conformance
tier audit every Thursday at 14:00 UTC (6:00 AM PST). The workflow
uses the Copilot CLI engine to follow the conformance-tier-audit
skill and writes the assessment and remediation reports to the
GitHub Actions step summary.
Scheduled runs are blocked on forks; workflow_dispatch works on
both upstream and forks.
- conformance-tier-audit.md: Source workflow with frontmatter
(schedule, runtimes, network, tools) and natural-language
instructions for the agent
- conformance-tier-audit.lock.yml: Compiled workflow (gh-aw v0.62.2)
with SHA-pinned actions and firewall configuration
- actions-lock.json: SHA-pinned action references
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f448e87 commit 97934ab
4 files changed
Lines changed: 633 additions & 0 deletions
File tree
- .github
- aw
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments