Closed
Add operational-value grader for architecture-guardian workflow#58476
Conversation
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Design operational value grader for architecture-guardian
Add operational-value grader for architecture-guardian workflow
Sep 4, 2026
Contributor
|
🎉 Thanks for this contribution! This PR from the Copilot coding agent adds a deterministic operational-value grader for the Why this looks ready:
This is ready for maintainer review and merge! Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "github.com"See Network Configuration for more information.
|
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.
architecture-guardianhad no deterministic operational-value grader. This adds one designed per.github/skills/operational-value-designer/SKILL.md, as a fresh research run independent of any existing workflow's contract.Research
559b2b3, 2026-04-08), which defines four independent structural checks: file size, function size, export count, and import cycles.generateMCPSetuparchitecture violation #28114, decomposing an 852-linegenerateMCPSetup); Architecture Violations Detected — 2026-04-13 #26048 and Architecture Violations Detected — 2026-04-14 #26230 closed without a merged fix. This shows issue-closure status alone is not a trustworthy remediation signal.Contract design
daily-file-diet's metric) toward half of the effectivefunction_linesthreshold read from.architecture.yml, using the same^func-marker scan method the workflow's own pre-step already uses.attainment-only: no comparable pre-adoption process existed to score retroactively.longest-function-health,compliant-function-line-share) provide repository-wide context without contributing to the primary value.Files
.github/graders/architecture-guardian-operational-value.sh— new evaluator (--definition/--metric/--grade-run).github/graders/architecture-guardian-operational-value-study.json— design record (designOutcome: accepted) with classification, decisions, and uncertainties.github/workflows/architecture-guardian.md— wiresgraders.operational-value.github/workflows/architecture-guardian.lock.yml— recompiledOriginal prompt