agent-ecosystem/src/features
2026-05-06 01:01:27 +03:00
..
agent-graph perf(team): pause hidden graph projection 2026-05-05 16:25:54 +03:00
anthropic-runtime-profile feat(team): expand opencode review and release support 2026-04-24 12:05:54 +03:00
codex-account fix(team): harden launch reconciliation and diagnostics 2026-05-01 20:10:14 +03:00
codex-model-catalog feat: prefer orchestrator codex model catalog 2026-04-28 20:13:03 +03:00
codex-runtime-profile feat(team): expand opencode review and release support 2026-04-24 12:05:54 +03:00
member-work-sync fix(member-work-sync): preserve materializer promise aggregation 2026-05-06 01:01:27 +03:00
recent-projects feat(team): improve stall monitor signals 2026-04-27 20:01:05 +03:00
runtime-provider-management fix(ci): restore dev validation 2026-04-28 16:08:05 +03:00
team-runtime-lanes fix(ci): stabilize opencode delivery checks 2026-05-05 01:16:55 +03:00
tmux-installer fix: make Windows agent launches independent of tmux 2026-04-29 12:30:37 +03:00
README.md refactor: migrate agent graph to feature slice 2026-04-14 16:24:09 +03:00

Features

This directory contains the canonical home for medium and large feature slices.

Before creating or refactoring a feature, read:

Reference implementation:

  • src/features/recent-projects
  • src/features/agent-graph

Use src/features/<feature-name>/ by default when the work introduces:

  • a new use case or business policy
  • transport wiring
  • more than one process boundary
  • more than one adapter or provider

Do not duplicate architecture rules in feature folders. Keep the standard centralized in ../../docs/FEATURE_ARCHITECTURE_STANDARD.md.

Rule of thumb:

  • recent-projects is the full slice example with process-aware outer layers
  • agent-graph is the thin slice example built around core/ plus renderer/