mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-07-24 21:40:53 +02:00
Merge remote-tracking branch 'origin/main' into feat/pi-harness-migration
# Conflicts: # CLAUDE.md # README.md # apps/cli/src/commands/start.ts # apps/cli/src/commands/uninstall.ts # apps/worker/src/services/agent-execution.ts # apps/worker/src/services/preflight.ts # apps/worker/src/session-manager.ts # apps/worker/src/temporal/activities.ts # apps/worker/src/temporal/shared.ts # apps/worker/src/temporal/workflows.ts # docs/ai-providers.md # llms-full.txt
This commit is contained in:
+4
-4
@@ -11,10 +11,10 @@ This guide covers the source-build workflow, common CLI commands, repository pat
|
||||
|
||||
## Clone and Build
|
||||
|
||||
Use the source-build workflow if you want to run Shannon Lite from a local clone, modify the open-source CLI, or keep the worker image built locally.
|
||||
Use the source-build workflow if you want to run Shannon from a local clone, modify the open-source CLI, or keep the worker image built locally.
|
||||
|
||||
```bash
|
||||
# 1. Clone Shannon Lite.
|
||||
# 1. Clone Shannon.
|
||||
git clone https://github.com/KeygraphHQ/shannon.git
|
||||
cd shannon
|
||||
|
||||
@@ -43,7 +43,7 @@ export ANTHROPIC_API_KEY="your-api-key"
|
||||
|
||||
## Prepare Your Repository
|
||||
|
||||
Shannon Lite can scan any repository on your machine. Pass an absolute or relative path with `-r`.
|
||||
Shannon can scan any repository on your machine. Pass an absolute or relative path with `-r`.
|
||||
|
||||
```bash
|
||||
npx @keygraph/shannon start -u https://example.com -r /path/to/repo
|
||||
@@ -76,7 +76,7 @@ Open the Temporal Web UI for detailed monitoring:
|
||||
open http://localhost:8233
|
||||
```
|
||||
|
||||
Stop Shannon Lite:
|
||||
Stop Shannon:
|
||||
|
||||
```bash
|
||||
npx @keygraph/shannon stop
|
||||
|
||||
Reference in New Issue
Block a user