Research
State: deterministic sync completed
Research
Overview
Domain page auto-seeded by wiki bootstrap for new source lane.
Covered files
apps/portal/research/README.mdapps/portal/research/__init__.pyapps/portal/templates/research/hermes_workspace.htmlapps/portal/templates/research/research.htmlapps/portal/templates/research/research_setup.html
File map
README.md
- Path:
apps/portal/research/README.md - What:
apps/portal/research/contains research workflow routes and supporting runtime helpers. This boundary currently has 2 direct file(s) and 0 direct subfolder(s). - Does: It implements runtime-facing product behavior and integration wiring (dominant direct file kinds: .md:1, .py:1).
- Why: This is where user-visible behavior is delivered, so clear ownership is critical for reliable iteration.
__init__.py
- Path:
apps/portal/research/__init__.py - What: init module for apps/portal/research.
- Does: Implements module routines used by this runtime surface.
- Why: Keeps behavior boundaries explicit so wiki maps stay useful without reading full files.
hermes_workspace.html
- Path:
apps/portal/templates/research/hermes_workspace.html - What: Template for hermes workspace UI surface in apps/portal/templates.
- Does: Defines rendered structure, states, and UI hooks consumed by Portal routes.
- Why: Keeps operator-facing behavior predictable and discoverable without digging into route code.
research.html
- Path:
apps/portal/templates/research/research.html - What: Template for research UI surface in apps/portal/templates.
- Does: Defines rendered structure, states, and UI hooks consumed by Portal routes.
- Why: Keeps operator-facing behavior predictable and discoverable without digging into route code.
research_setup.html
- Path:
apps/portal/templates/research/research_setup.html - What: Template for research setup UI surface in apps/portal/templates.
- Does: Defines rendered structure, states, and UI hooks consumed by Portal routes.
- Why: Keeps operator-facing behavior predictable and discoverable without digging into route code.
Test coverage
(no explicit Tests headers found)