Skip to content

feat: add --exclude-archived flag to TUI#98

Open
andreadellacorte wants to merge 1 commit intohmans:mainfrom
andreadellacorte:feat/exclude-archived-tui
Open

feat: add --exclude-archived flag to TUI#98
andreadellacorte wants to merge 1 commit intohmans:mainfrom
andreadellacorte:feat/exclude-archived-tui

Conversation

@andreadellacorte
Copy link

@andreadellacorte andreadellacorte commented Feb 22, 2026

Summary

  • Add -e/--exclude-archived flag to exclude beans that are in the .beans/archive/ directory
  • Add tui.exclude_archived config option in .beans.yml to set this as default behavior
  • Add excludeArchived filter to GraphQL BeanFilter schema

Usage

Via flag:

beans tui -e
beans tui --exclude-archived

Via config (.beans.yml):

tui:
  exclude_archived: true

Test plan

  • Build passes
  • All tests pass
  • Manual test: beans tui -e excludes archived beans (those in .beans/archive/)
  • Manual test: Config option works as default

🤖 Generated with Claude Code

@andreadellacorte andreadellacorte force-pushed the feat/exclude-archived-tui branch from 2bcb9e9 to 892897e Compare February 22, 2026 23:47
- Add -e/--exclude-archived flag to exclude beans in the archive directory
- Add tui.exclude_archived config option in .beans.yml for default behavior
- Add excludeArchived filter to GraphQL BeanFilter schema

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@andreadellacorte andreadellacorte force-pushed the feat/exclude-archived-tui branch from 892897e to 270abda Compare February 22, 2026 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants