PROD Hermes Workspace
76 pages 76 clean 0 need attention
Page navigation 76

Project

Domains

Folders · apps/

Folders · docs/

Folders · knowledge/

Folders · ops/

Folders · packages/

Folders · scripts/

Folders · tests/

Folders · pods/

Folders · tools/

Shared

Metadata clean
Route
/knowledge/portal/domains/research
Source
knowledge/portal/domains/research.md
Covered files
5
Last generated
2026-04-13T15:08:52.597314+00:00

Research

State: deterministic sync completed

Research

Overview

Domain page auto-seeded by wiki bootstrap for new source lane.

Covered files

  • apps/portal/research/README.md
  • apps/portal/research/__init__.py
  • apps/portal/templates/research/hermes_workspace.html
  • apps/portal/templates/research/research.html
  • apps/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)