learning_ai_common_plat/docs/ecosystem/delegation
2026-05-25 01:59:18 +00:00
..
codex docs(ecosystem): reconcile rebased phase hashes 2026-04-03 19:35:43 -07:00
cursor docs(ecosystem): refactor delegation to two-way model 2026-04-03 18:48:54 -07:00
hermes docs(ecosystem): add Hermes delegation pack 2026-05-25 01:59:18 +00:00
saravana docs(ecosystem): refactor delegation to two-way model 2026-04-03 18:48:54 -07:00
windsurf docs(ecosystem): mark NoteLett phase1 verification as done (Windsurf 623d02c) 2026-04-03 19:17:39 -07:00
README.md docs(ecosystem): add Hermes delegation pack 2026-05-25 01:59:18 +00:00
TWO_WAY_COMMUNICATION_REFACTOR_PLAN.md docs(ecosystem): refactor delegation to two-way model 2026-04-03 18:48:54 -07:00

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