fix(muscle): add missing triggers: field on verification-instinct#11
Merged
Conversation
…ontmatter validation) The pr-review.yml frontmatter validator has been failing on muscles/verification-instinct.md since 2026-04-10 — it was added without a triggers: (or legacy topic:) field. Three consecutive PR CI runs flagged this but the file wasn't fixed; the workflow's failure has been a silent papercut for 4 weeks. Adds triggers: based on the muscle's content (verify, smoke-test, claim-done, rationalization, anti-pattern, discipline, quality). Also bumps version 1.0.0 → 1.0.1 and updated: date. This is also a smoke test for the meetsoma/community PR workflow itself — the last 3 PRs to this repo were April 10 (4 weeks ago); we want to verify pr-review.yml still functions before relying on it for upcoming soma-cmux hub-extension delivery (SX-747). Companion: .soma/releases/cycles/tools-architecture/cycle.md Phase 5 Seeded: s01-345201 (meetsoma)
The soma-agent GitHub App was rotated at some point; the workflow's hardcoded `app-id: 3043971` no longer matches the current app (`3108591` per github.com/organizations/meetsoma/settings/apps/soma-agent). This caused JWT decoding failures in the Auto-Merge job: the workflow signed JWTs with the new private key but claimed the wrong issuer (stale App ID), so GitHub rejected the JWT signature. Symptom: 'A JSON web token could not be decoded' in Auto-Merge step after SOMA_APP_PEM was rotated to a fresh key. Companion to PR #11 (verification-instinct triggers fix) — both needed to restore meetsoma/community CI workflow health.
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.
Fixes a frontmatter validation error that has been failing pr-review.yml since 2026-04-10. The
verification-instinct.mdmuscle was added without the requiredtriggers:field; the validator has been flagging it on every PR for 4 weeks.Smoke test purpose
This is also a smoke test for the meetsoma/community PR workflow. Last PR merge was 2026-04-10 — we want to verify
pr-review.ymlstill runs cleanly before we rely on it for upcoming hub-extension delivery (cmux family in tools-architecture cycle).The fix
Added
triggers:based on the muscle's content (verify, smoke-test, claim-done, rationalization, anti-pattern, discipline, quality). Bumped version 1.0.0 → 1.0.1 andupdated:date.Companion
Seeded: s01-345201 (meetsoma)