docs(discovery): update AASCU brief + full report with shipped status (6 of 8 + 4 follow-ups)#141
Merged
William-Hill merged 1 commit intomainfrom May 3, 2026
Merged
Conversation
Six of the eight spring-convening issues (#105-#112) have shipped since the discovery report was first filed on 2026-04-29. Plus the four follow-ups (#125, #126, #127, #129) surfaced while authoring the AI Transparency page have all also shipped. Brief page (/discovery/aascu): - Add `shipped` field to ISSUES with PR numbers (where available) - Flip COVERAGE statuses: A/B/C-export now Done; D-AI-governance now Done - Add a Follow-ups section listing the four transparency-driven tickets - Update meta strip: "8 filed · 6 shipped" - Rewrite "The take" to lead with what shipped vs. what remains Full report (/discovery/aascu/full): - Update COVERAGE table to reflect new shipped capabilities (transparency, lineage, sensitive-population safeguards, validation report, on-prem NLQ, glossary cross-walks, FERPA runtime guard, FERPA audit skill) - Add `cardShipped` styling to issue cards with merged PRs - Add chapter 05 "Follow-ups" with the four transparency-driven tickets - Update strip stat from "Pain themes" to "Shipped 6 of 8 · plus 4 follow-ups" - Update executive summary copy to lead with the shipped list - Footer: "Filed 2026·04·29 · Updated 2026·05·03" No content changes to the original pain points or research framing — those remain authoritative as the source-of-truth for the discovery session. Part of #124 (spring-convening-followup epic).
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.
Summary
Updates
/discovery/aascuand/discovery/aascu/fullto reflect that 6 of the 8 spring-convening issues have shipped, plus 4 follow-ups discovered while building. The pages had grown stale — the original brief listed the lineage view, transparency page, and glossary as the biggest unaddressed gaps, and all three are now in production.What changed
Brief page (
/discovery/aascu)useDirectDB = trueend-to-end (eliminate schools.syntex-ai.com data flow) #126 / test: enforce FERPA exclusions in NLQ-generated SQL (Student_GUID never appears in SELECT) #127 / feat: FERPA-audit Claude Code skill — static (codebase) + live (DB) read-time leak detection #129"8 filed · 6 shipped"Full report (
/discovery/aascu/full)cardShippedstyle (left-edge accent + ✓ instead of →) when mergedShipped 6 of 8 · plus 4 follow-ups"Filed 2026·04·29 · Updated 2026·05·03"What didn't change
Test plan
npm run devand visit/discovery/aascuand/discovery/aascu/fullnpx tsc --noEmitpasses (verified)Related