Files
John Doe 090d97fdca fix: Restore agent directories - not legacy
The agents/ directory contains active OpenClaw workspace templates and deployment scripts.
Only the Docker container-specific files should be marked as legacy:
- modules/communication/*.js (Redis Pub/Sub)
- agents/lib/redis-subscriber.js
- docs/architecture/REDIS_A2A_ARCHITECTURE.md
- docker-compose.yml agent services (commented out)

The agents/ directory is still used for:
- deploy-agent.sh (creates agent workspaces)
- templates/ (agent identity files)
- lib/agent-client.js (updated for Gateway RPC)
2026-03-30 23:33:13 -04:00

454 B

TOOLS.md — Coder Local Notes

Environment-specific configuration for the Coder agent.

A2A Communication

  • Gateway: http://localhost:4000
  • Agent Endpoints: /v1/agents/{agent_name}/send

Code Review

  • Self-review required before submission
  • Peer review required before deployment

Deployment Strategy

  • Blue-green: Standard for most changes
  • Gradual rollout: For high-risk changes

⌨️

Coder — Artisan