These examples show end-to-end flows for editing, reviewing, searching, and git operations.
/status
/context --file-path src/main/groovy/se/alipsa/lca/shell/ShellCommands.groovy \
--symbol review
/chat --prompt "Rewrite the review header to include a timestamp and keep existing sections."
/applyBlocks --file-path src/main/groovy/se/alipsa/lca/shell/ShellCommands.groovy \
--blocks "<<<<SEARCH\n...\n====\n...\n>>>>"
/review --paths src/main/groovy \
--prompt "Focus on error handling, logging, and unexpected exceptions."
/reviewlog --min-severity MEDIUM --limit 3
/tree --depth 3
/codesearch --query "applyPatch" --paths src/main/groovy
/search --query "Spring Shell command examples" --limit 3
/status
/diff
/stage --paths src/main/groovy/se/alipsa/lca/shell/ShellCommands.groovy
/commit-suggest --hint "UX polish"
/git-push
/run "./mvnw -q -DskipTests=true package" --timeout-millis 120000
java -jar local-coding-assistant.jar \
-c "/status; /review --paths src/main/groovy; /commit-suggest"