Product Glossary
| Term |
Meaning |
| Anuva Video Creator |
The current Anuva product coordinated by this repository. |
| Product Main repository |
The product coordination repository: anuva-main-video-creator. |
| Engineering Platform |
The shared standards, workflows, templates, and skills owned by anuva-engineering-handbook. |
| Implementation repository |
A repository that owns buildable product code for Web, Python, or Unity. |
| PresentationConfig |
A deterministic configuration passed through the render pipeline to describe the presentation to render. |
| Virtual Studio |
The generated production environment used to stage and render the presentation. |
| Virtual Screens |
Product capability for showing screen content inside the Unity presentation environment. |
| Bot Presenter |
The virtual presenter that delivers the generated presentation. |
| RAG |
Retrieval-Augmented Generation, used to ground AI planning in supplied knowledge. |
| Repository impact analysis |
A product-level document that states what each implementation repository needs to change. |
| Product ADR |
A product-level architecture decision record for cross-repository product decisions. |
flowchart TD
Capability["Product capability"]
Plan["Product feature plan"]
Impact["Repository impact analysis"]
Tasks["Repository-specific task prompts"]
Repos["Implementation repositories"]
Capability --> Plan
Plan --> Impact
Impact --> Tasks
Tasks --> Repos