Combines three repositories into a single workspace: - go-agent → pkg/orchestrator (Clotho), pkg/jobrunner, pkg/loop, cmd/ - go-agentic → pkg/lifecycle (allowance, sessions, plans, dispatch) - php-devops → repos.yaml, setup.sh, scripts/, .core/ Module path: forge.lthn.ai/core/agent All packages build, all tests pass. Co-Authored-By: Virgil <virgil@lethean.io>
478 B
478 B
| name | description | args |
|---|---|---|
| review | Perform a code review on staged changes, a commit range, or a GitHub PR | <range> [--security] |
Code Review
Performs a code review on the specified changes.
Usage
Review staged changes:
/code:review
Review a commit range:
/code:review HEAD~3..HEAD
Review a GitHub PR:
/code:review #123
Perform a security-focused review:
/code:review --security
Action
"${CLAUDE_PLUGIN_ROOT}/scripts/code-review.sh" "$@"