Skip to content

feat: add Research repository profile#591

Open
pabloromanosorio wants to merge 2 commits into
nashsu:mainfrom
pabloromanosorio:codex/research-profile-v2
Open

feat: add Research repository profile#591
pabloromanosorio wants to merge 2 commits into
nashsu:mainfrom
pabloromanosorio:codex/research-profile-v2

Conversation

@pabloromanosorio

Copy link
Copy Markdown

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

  • repository extends only the existing Research profile and routes to wiki/repositories/.
  • Repository metadata stays in the existing flat-frontmatter model, so search, graph, rendering, review creation, and merge behavior continue through Nashsu's canonical page pipeline.
  • Known-type presentation surfaces recognize repositories while dynamic and unknown-type fallbacks remain compatible.
  • Safe merge preserves stable identity fields and curated content instead of allowing refreshed model output to change a page's type, title, or creation date.
  • The intake report records the checked-out architecture, contradicted handoff assumptions, and the bounded follow-up sequence for later Research milestones.

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant