Task
Audit all A2A agent card JSON files — ensure chat.opensin.ai/agents/<name> URLs only.
Why
Per AGENTS.md: Dashboard URL must be https://chat.opensin.ai/agents/<name> NOT opensin.ai.
Check
grep -r "opensin\.ai" . --include="*.json" | grep -v node_modules
Files
All agent.json, agent-card.json, MCP config files in plugins/ and .well-known/
If found
Replace opensin.ai with chat.opensin.ai
Validation
grep returns 0 results
Linked Epic
Epic #1089
Task
Audit all A2A agent card JSON files — ensure
chat.opensin.ai/agents/<name>URLs only.Why
Per AGENTS.md: Dashboard URL must be
https://chat.opensin.ai/agents/<name>NOTopensin.ai.Check
grep -r "opensin\.ai" . --include="*.json" | grep -v node_modulesFiles
All agent.json, agent-card.json, MCP config files in plugins/ and .well-known/
If found
Replace opensin.ai with chat.opensin.ai
Validation
grep returns 0 results
Linked Epic
Epic #1089