16 lines
631 B
Markdown
16 lines
631 B
Markdown
# Didactopus Review Workbench + Synthesis Scaffold
|
|
|
|
This scaffold turns the review-and-promotion workflow and synthesis-engine design
|
|
into a concrete repository layer.
|
|
|
|
It adds:
|
|
|
|
- ORM models for knowledge candidates, reviews, promotions, and synthesis candidates
|
|
- repository helpers for triage, review, promotion, and archival
|
|
- API endpoints for the review workflow
|
|
- API endpoints for synthesis candidate generation and browsing
|
|
- a React UI prototype for a reviewer workbench
|
|
|
|
This is still a scaffold rather than a finished production implementation, but it
|
|
provides the structural backbone for the next stage of Didactopus.
|