Execute consolidated expansion plan: metadata, discovery vault, and governance UX - #1
Closed
simonperegrinvs wants to merge 7 commits into
Closed
simonperegrinvs wants to merge 7 commits into
simonperegrinvs wants to merge 7 commits into
Conversation
…cus, recency, edge threshold)
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
This PR executes the consolidated plan in task-by-task commits with quality gates after each task.
Task 1
Task 2
node add --description --require-descriptionnode update --description-fileref import --require-node-descriptionreport briefnow includes node descriptions.Task 3
discover run(OpenAlex + Semantic Scholar + CrossRef + arXiv)~/data/modularpsisnapshot create/list/rollbackTask 4
Task 5
effect,study type,replication status)Task 6
max-new-refs,max-new-nodes,max-trust-delta)hypothesis-rank.json,evidence-brief.md).github/workflows/discovery-daily.ymlfor daily discovery dry-runs with artifact upload.Task 7
.envsupport:discover runnon-dry apply path now requiresMPSI_AGENTIC_ENABLED=1.env/.env.localsrc/cli/env.tsnpm run agentic:daily(snapshot + discover + rank + brief).env.exampleincludesMPSI_AGENTIC_ENABLED=1and default agentic settingsagentic:dailywith explicit envQuality Gates
Executed after each task and again at the end:
npm run test✅npm run build✅npm run lint✅ (pre-existing warnings only, no lint errors)Commit Structure
Task 1: baseline implementation + node description backfillTask 2: enforce node descriptions in ingestion and reportingTask 3: add vault-based discovery pipeline and snapshot commandsTask 4: add node metadata completeness and missing-description warningTask 5: add scalable graph view controls (family/evidence filters, focus, recency, edge threshold)Task 6: add strict discovery guardrails and scheduled dry-run workflowTask 7: add env-driven backend gate and agentic daily runnerNotes
~/data/modularpsi.