Skip to content

Add shell completion for update_status.py #2

Description

@baramgay

Summary

Add tab-completion support for update_status.py so users can tab-complete agent IDs and status values in bash/zsh/fish.

Motivation

The CLI is used dozens of times per session. Tab-completion would reduce typos and speed up the workflow.

Expected behavior

python scripts/update_status.py [TAB]
orchestrator  lead-data  lead-dev  eda-analyst  backend ...

Acceptance criteria

  • Completes agent IDs from agent_status.json
  • Completes status values (working/review/done/idle)
  • Works in bash, zsh, fish
  • Installation instructions added to README

This is a good first issue — mostly argument parsing + argcomplete library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions