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:
ezl-keygraph
2026-07-16 19:23:32 +05:30
committed by GitHub
parent 5ff40f8c6f
commit 09c2553245
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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