architecture / SYS-000

IEF Agentic System — Public Development Record

Status stableVersion 0.1Language en2026-08-08

Purpose

This site records selected capabilities, architectural decisions, and development milestones of the IEF Agentic System.

The publishing layer is intentionally separate from the operational system. Internal implementation details, credentials, project data, prompts, and proprietary production logic are not part of the public archive.

Publishing architecture

The canonical source is Markdown with validated frontmatter. Astro converts that source into static HTML at build time.

React is not the page runtime. It is reserved for isolated interfaces that require persistent client-side state or richer interaction.

Document classes

  • feature — functional description of a system capability.
  • log — dated development record.
  • architecture — system structure and design decisions.
  • guidance — operating or implementation guidance.
  • spec — formal behavioral or interface specification.