- aliases/_agent.alias: aq, aqs (status), aqd (dash) — path-relative to repo - register _agent.alias in _source_all.alias loader + document in README - shell-ci: gate shellcheck on agent-queue.sh; bytelyst-cli.sh shellcheck is non-gating (pre-existing legacy SC2199 in check_collaborators), bash -n still gates both
6 lines
337 B
Plaintext
6 lines
337 B
Plaintext
# agent-queue — folder kanban runner for devin/claude/codex CLIs
|
|
# Resolved relative to the aliases dir so it works on any machine/clone.
|
|
alias aq="$BYTELYST_ALIAS_DIR/../agent-queue/agent-queue.sh"
|
|
alias aqs="$BYTELYST_ALIAS_DIR/../agent-queue/agent-queue.sh status"
|
|
alias aqd="$BYTELYST_ALIAS_DIR/../agent-queue/agent-queue.sh dash"
|