Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .planning/archive/04-parallel-execution/04-03-PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The updated command should have:
---
name: agency:build
description: Execute current phase plans with parallel agent teams
argument-hint: [--phase N]
argument-hint: "[--phase N]"
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, TeamCreate, TaskCreate, TaskUpdate, TaskList, SendMessage]
---
```
Expand Down
2 changes: 1 addition & 1 deletion .planning/archive/05-quality-gates/05-02-PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The updated command should have:
---
name: agency:review
description: Run quality review cycle with testing/QA agents
argument-hint: [--phase N]
argument-hint: "[--phase N]"
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, TeamCreate, TeamDelete, TaskCreate, TaskUpdate, TaskList, SendMessage, AskUserQuestion]
---
```
Expand Down
2 changes: 1 addition & 1 deletion commands/status.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: legion:status
description: Show project progress dashboard and route to next action
argument-hint: [--dry-run]
argument-hint: "[--dry-run]"
allowed-tools: [Read, Grep, Glob]
---

Expand Down
2 changes: 1 addition & 1 deletion docs/superpowers/plans/2026-05-06-code-polish.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ Use the existing command format from `commands/quick.md` as the structural templ
---
name: legion:polish
description: Clean and polish code for readability, consistency, and clarity
argument-hint: [--phase N] [--scope=changed|dependents|directory] [--dry-run] [<target-path>]
argument-hint: "[--phase N] [--scope=changed|dependents|directory] [--dry-run] [<target-path>]"
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, AskUserQuestion]
---

Expand Down
2 changes: 1 addition & 1 deletion docs/superpowers/specs/2026-05-06-code-polish-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Items marked REFACTOR, EXTRACT, or CONVENTION that need human decision:
---
name: legion:polish
description: Clean and polish code for readability, consistency, and clarity
argument-hint: [--phase N] [--scope=changed|dependents|directory] [--dry-run] [<target-path>]
argument-hint: "[--phase N] [--scope=changed|dependents|directory] [--dry-run] [<target-path>]"
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, AskUserQuestion]
---
```
Expand Down