learning_ai_common_plat/docs/ecosystem/delegation/README.md

3.6 KiB

Delegation Pack

Ready-to-send task files for Saravana, Codex, Windsurf, Cursor, and Hermes. Use these files when assigning bounded ecosystem work to another coding agent.


Current Delegation Set


Standard Launcher Pattern

Give an agent a one-liner in this form:

git pull origin main && read <participant>/TASK.md and <participant>/FEEDBACK.md, execute within ownership boundaries, and write progress back to <participant>/STATUS.md

Example:

git pull origin main && read /Users/saravana/BytelystAI/learning_ai/learning_ai_common_plat/docs/ecosystem/delegation/windsurf/TASK.md and /Users/saravana/BytelystAI/learning_ai/learning_ai_common_plat/docs/ecosystem/delegation/windsurf/FEEDBACK.md, execute within ownership boundaries, and update /Users/saravana/BytelystAI/learning_ai/learning_ai_common_plat/docs/ecosystem/delegation/windsurf/STATUS.md

Hermes example:

git pull --rebase origin main && read /opt/bytelyst/learning_ai_common_plat/docs/ecosystem/delegation/hermes/TASK.md and /opt/bytelyst/learning_ai_common_plat/docs/ecosystem/delegation/hermes/FEEDBACK.md, execute within ownership boundaries, and write progress back to /opt/bytelyst/learning_ai_common_plat/docs/ecosystem/delegation/hermes/STATUS.md

Rules

  • TASK.md must stay bounded
  • TASK.md must name owned files or modules
  • TASK.md must name do-not-touch boundaries
  • TASK.md must include verification expectations
  • assigned agents must update STATUS.md instead of reporting completion only in chat
  • Codex reviews delegated outputs before ecosystem completion is claimed
  • each participant folder must contain TASK.md, STATUS.md, and FEEDBACK.md