Skip to content

Configuration and Files

Project Configuration

Entry file:

text
.fe-harness/project.yaml

It declares:

  • Harness package and version.
  • Project name and product type.
  • platform selection.
  • stack adapter.
  • facts file paths.
  • command mappings.
  • verify modes.
  • Optional sources, ui, api configurations.

Key Facts Files

FilePurpose
AGENTS.mdProject's unique constraint ontology
docs/PROJECT_MAP.mdModule map
docs/CURRENT_STATUS.mdCurrent status and limitations
docs/PRODUCT.mdProduct facts
docs/DESIGN.mdDesign facts
docs/DECISIONS.mdLong-term decisions
docs/IMPLEMENTATION_COVERAGE.mdRequirement coverage

Generated Reports

text
tmp/fe-harness/

This directory is ignored by Git. Reports can serve as local debugging and CI artifacts.

Generated Interface Files

text
src/types/api.generated.ts
src/services/api.generated.ts
.fe-harness/api/generated.json

These files are protected by managed metadata.

Business-neutral by design. Project-owned by default.