agent-ecosystem/src/features
2026-04-16 20:58:40 +03:00
..
agent-graph fix(agent-graph): add launch status labels and pan guards 2026-04-16 20:58:40 +03:00
recent-projects fix(recent-projects): recover codex projects after degraded startup 2026-04-16 13:17:07 +03:00
tmux-installer refactor(agent-graph): replace store usage with context hooks for team data retrieval 2026-04-15 16:42:05 +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/