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
6 changes: 4 additions & 2 deletions apps/hook/commands/plannotator-annotate.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ allowed-tools: Bash(plannotator:*)
disable-model-invocation: true
---

## Markdown Annotations
## Instructions

!`plannotator annotate $ARGUMENTS`
Run `plannotator annotate $ARGUMENTS` using the Bash tool with `run_in_background: true`. This starts an annotation server and opens the browser. The user will annotate the document and submit feedback — this may take a long time.

**Wait for the background task to complete before proceeding.** Do not interrupt or take other actions while the user is annotating.

## Your task

Expand Down
6 changes: 4 additions & 2 deletions apps/hook/commands/plannotator-last.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ allowed-tools: Bash(plannotator:*)
disable-model-invocation: true
---

## Message Annotations
## Instructions

!`plannotator annotate-last $ARGUMENTS`
Run `plannotator annotate-last $ARGUMENTS` using the Bash tool with `run_in_background: true`. This starts an annotation server and opens the browser. The user will annotate the message and submit feedback — this may take a long time.

**Wait for the background task to complete before proceeding.** Do not interrupt or take other actions while the user is annotating.

## Your task

Expand Down
8 changes: 5 additions & 3 deletions apps/hook/commands/plannotator-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ allowed-tools: Bash(plannotator:*)
disable-model-invocation: true
---

## Code Review Feedback
## Instructions

!`plannotator review $ARGUMENTS`
Run `plannotator review $ARGUMENTS` using the Bash tool with `run_in_background: true`. This starts a review server and opens the browser. The user will review code and submit feedback — this may take a long time.

**Wait for the background task to complete before proceeding.** Do not interrupt or take other actions while the user is reviewing.

## Your task

If the review above contains feedback or annotations, address them. If no changes were requested, acknowledge and continue.
When the command finishes, read its output. If it contains feedback or annotations, address them. If no changes were requested, acknowledge and continue.