Add SMP eScience Center indicator configurations (low/medium/high) - #105
Open
vuillaut wants to merge 1 commit into
Open
Add SMP eScience Center indicator configurations (low/medium/high)#105vuillaut wants to merge 1 commit into
vuillaut wants to merge 1 commit into
Conversation
Maps the Netherlands eScience Center's Practical Guide to Software Management Plans (Table 4 management levels) onto EVERSE catalog indicators and wired-up plugins. Each core requirement's "Validates without ambiguity" indicator is checked via every plugin listed as wired up for it in the guide's readme: - smp-escience-low.json (9 checks): Purpose, Version control, User documentation, Software licensing and compatibility, Deployment documentation. - smp-escience-medium.json (19 checks): low + Repository, Citation, Developer documentation, Testing, Packaging, Maintenance. - smp-escience-high.json (20 checks): medium + Risk analysis. (Support and Software Engineering quality are required at medium/high per the guide but have no wired-up plugin yet, so they're not represented in these configs.) Verified smp-escience-low.json end-to-end with `resqui -c ... -v` against this repository. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012KQ4BHoo6AUDDpWa9R4Q1o
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 #73
Summary
configurations/practical-smp-escience-center/readme.md, mapping the Netherlands eScience Center's Practical Guide to Software Management Plans (Table 4 management levels) onto EVERSE catalog indicators and the plugins currently wired up in this repo.resquiconfigs derived from that mapping — one per management level, each using every plugin listed as validating that level's core requirements' unambiguous indicator:smp-escience-low.json(9 checks) — Purpose, Version control, User documentation, Software licensing and compatibility, Deployment documentation.smp-escience-medium.json(19 checks) — low + Repository, Citation, Developer documentation, Testing, Packaging, Maintenance.smp-escience-high.json(20 checks) — medium + Risk analysis.Open questions
Test plan
resqui -c configurations/practical-smp-escience-center/smp-escience-high.json -t "$GITHUB_TOKEN" -o high.json- other configs being subsets of the high one, they are also valid ✔️Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
https://claude.ai/code/session_012KQ4BHoo6AUDDpWa9R4Q1o