agent-ecosystem/src/features
2026-04-23 01:13:17 +03:00
..
agent-graph fix(team): surface permission-blocked launch state in graph 2026-04-23 01:13:17 +03:00
anthropic-runtime-profile feat(teams): introduce fast mode configuration for Anthropic provider and enhance related UI components 2026-04-21 16:44:18 +03:00
codex-account feat(codex): add app-server account management and polish native UX 2026-04-20 20:18:21 +03:00
codex-model-catalog feat(runtime): add provider fast mode support 2026-04-21 22:22:47 +03:00
codex-runtime-profile feat(runtime): add provider fast mode support 2026-04-21 22:22:47 +03:00
recent-projects feat(codex): add app-server account management and polish native UX 2026-04-20 20:18:21 +03:00
team-runtime-lanes fix(team): preserve opencode permission-blocked launch state 2026-04-23 01:10:05 +03:00
tmux-installer chore(merge): sync local dev into spike/team-snapshot-split-plan 2026-04-18 20:26:36 +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/