Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.22 KB

File metadata and controls

39 lines (27 loc) · 1.22 KB

Edison Framework

MANDATORY: Constitution

This is a MANDATORY READ. You MUST read your role-specific constitution file FIRST before any work.

Re-Read Requirements

You MUST re-read your constitution:

  • At the START of every new session
  • After ANY context compaction
  • Whenever you notice the constitution is no longer in your context
  • When instructed by the user

Constitution Locations

Your Role Constitution File
Orchestrator edison read ORCHESTRATOR --type constitutions
Agent (Implementer) edison read AGENTS --type constitutions
Validator edison read VALIDATORS --type constitutions

Determine your role from the task assignment, then read the appropriate constitution.

Role Determination

  • Orchestrator: You are coordinating work, delegating tasks, managing sessions
  • Agent: You are implementing features, writing code, fixing bugs
  • Validator: You are reviewing code, validating changes, running checks

DO NOT PROCEED WITHOUT READING YOUR CONSTITUTION FIRST.