mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-09-26 19:42:07 +02:00
docs: correct pi harness paths and the task tool's scope (#390)
The pi migration moved several files without updating CLAUDE.md: - ai/pi-executor.ts -> ai/pi/pi-executor.ts - ai/settings-writer.ts:writeCodePathPermissionConfig -> ai/pi/permission-system.ts:syncPermissionSystemConfig - ai/tools.ts -> ai/pi/task-tool.ts and ai/pi/session-tools.ts - src/mcp-server/ -> src/collectors/ Also correct the task tool's description: it was documented as read-only, but CHILD_TOOLS grants read, grep, find, ls, write, and bash. Drop the stale MCP label from the collectors and the SDK reference in .env.example.
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ ANTHROPIC_API_KEY=your-api-key-here
|
||||
# =============================================================================
|
||||
# OPTION 2: Custom Base URL (compatible proxies, gateways, etc.)
|
||||
# =============================================================================
|
||||
# Point the SDK at an alternative Anthropic-compatible endpoint.
|
||||
# Point the agent at an alternative Anthropic-compatible endpoint.
|
||||
# ANTHROPIC_BASE_URL=https://your-proxy.example.com
|
||||
# ANTHROPIC_AUTH_TOKEN=your-auth-token # Auth token for the custom endpoint
|
||||
|
||||
|
||||
Reference in New Issue
Block a user