14 lines
542 B
Markdown
14 lines
542 B
Markdown
# 🤖 Claude Multi-Agent Protocol (MACP)
|
|
|
|
## 🚀 Mandatory Startup
|
|
1. **Check Hub**: `python3 scripts/agent_sync.py status`
|
|
2. **Register**: `python3 scripts/agent_sync.py register claude-code "Claude" "Handling user request"`
|
|
3. **Lock**: `python3 scripts/agent_sync.py lock claude-code <file_path>`
|
|
4. **Handoff**: Use `python3 scripts/agent_sync.py note` for collaborative findings.
|
|
|
|
## 🤝 Project Standards
|
|
Read these BEFORE writing any code:
|
|
- `.agent/rules/plugin_standards.md`
|
|
- `.agent/rules/agent_protocol.md`
|
|
- `COOPERATION.md`
|