Feat/open source governance#1
Merged
maliah1010 merged 2 commits intomainfrom Mar 23, 2026
Merged
Conversation
- CODEOWNERS: auto-assign @antnewman as reviewer on all PRs - ISSUE_TEMPLATE: structured bug report and feature request forms (yml), blank issues disabled - PULL_REQUEST_TEMPLATE: contributor checklist with test/lint/docs gates - workflows/ci.yml: GitHub Actions CI running pytest + ruff for all 3 packages on push to dev and PRs targeting main/dev - CODE_OF_CONDUCT.md: Contributor Covenant at repo root (GitHub surfaces this in the Community Standards checklist) - SECURITY.md: centralised security policy at repo root covering all packages, private reporting via GitHub advisories
P2 - NISTA Confidence Score Evolution: - Add ConfidenceScoreRecord, NISTAThresholdConfig, TrendDirection, ThresholdBreach, NISTAScoreHistory to schemas/nista/history.py - Extend NISTAValidator.validate() with optional history parameter (return signature unchanged; persistence is a side effect) - Add confidence_scores table to shared SQLite store P3 - Assurance Recommendation Tracker: - Add pm_data_tools/assurance/ module with Recommendation models, RecommendationExtractor (wraps ConfidenceExtractor), and RecurrenceDetector (sentence-transformers with graceful fallback) - Add recommendations table to shared SQLite store Infrastructure: - Add pm_data_tools/db/store.py — shared AssuranceStore (SQLite) - Add pm-assure MCP server with nista_score_trend, track_recommendations, recommendation_status tools - Add tests/test_assurance/ with conftest, P2 and P3 test suites - Add docs/assurance.md and docs/assurance-for-practitioners.md - Update README features table, pyproject.toml optional extras
maliah1010
added a commit
that referenced
this pull request
Mar 28, 2026
maliah1010
pushed a commit
that referenced
this pull request
Mar 29, 2026
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.
No description provided.