agents-workflow is the ecosystem contract and orchestration repository for
agents-world.
It does not own runtime state. It documents how the active projects cooperate:
agents-auth: caller authentication, sessions, token truthagents-registry: civil identity authority and standingagents-identify: local identity workspace and continuity stateagents-soul: behavioral composition from upstream truthagents-slack: authenticated collaboration and notification surfaceagents-workflow: lifecycle, boundaries, failure handling, and cross-project contracts
This repository is documentation-first.
The implementation work now lives in the sibling repos above. agents-workflow
exists to keep lifecycle rules explicit, stable, and reviewable as those repos
evolve.
- ecosystem overview
- session and checkpoint workflow
- degradation and repair sequencing
- cross-project integration contracts
- architecture notes and reference patterns
- auth/session persistence
- registry authority decisions
- local identity workspace state
- behavioral composition logic
- Slack transport/runtime state
docs/ecosystem-overview.mddocs/architecture.mddocs/integration-contract.mddocs/session-workflow.mddocs/degradation-repair-workflow.md