feat: add Research repository profile#591
Open
pabloromanosorio wants to merge 2 commits into
Open
Conversation
Pin the reconciled baseline, implementation map, validation evidence, contradicted handoff assumptions, and proposed milestone sequence before production adaptation begins.
Extend only the existing Research template with flat paper, methodology, finding, and repository guidance plus wiki/repositories routing. Cover project creation, rendering, search, graph visibility, review creation, and merge preservation without adding a new runtime, store, or schema engine.
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
Research projects can now represent repository-level evidence as a first-class wiki page without introducing a second schema, store, or runtime. Existing projects and non-Research templates retain their current page sets and behavior.
Design decisions
repositoryextends only the existing Research profile and routes towiki/repositories/.Validation
npm run test:mocks— 120 files and 1,716 tests passed.npm run build— TypeScript project build and production Vite bundle passed.npm run mcp:test— 20 tests passed.cargo test -q— 340 tests passed and 1 was ignored.The coverage exercises Research project creation, repository routing and rendering, search/graph visibility, review-page creation, safe merge, and compatibility with existing templates.