Platform Lifecycle
End-to-End Flow
- Research creates a structured brief for the capability or product area.
- Specs turn that brief into a spec PR and approval-ready artifact.
- Human approval unblocks slicing.
- Slicing produces dependency-aware implementation units.
- Implementation pull requests execute gates, review, and remediation loops.
- Operator actions flow through OpenClaw + Discord with auditable artifacts.
- Release automation publishes aligned packages, images, charts, and docs.
Source of Truth
- GitHub owns specs, pull requests, approvals, reviews, and merge history.
- Discord exposes operator control and audit visibility.
- OpenClaw bridges platform behavior into operator workflows.
- SonarCloud contributes compliance and quality signals.
Foundation Phases
- Normalize package shape, dependency boundaries, and adapter ownership.
- Complete the OpenClaw and Discord control surface with auditable, thread-aware behavior.
- Finish docs, compatibility validation, Docker, Helm, and release automation in the phase order defined by
PLATFORM.md. - Tighten SonarCloud and final release readiness after the foundation surfaces are in place.
Completion Standard
A lifecycle change is complete only when code, artifacts, docs, operator guidance, and release surfaces stay synchronized.
Acceptance Criteria
- foundation work must satisfy the acceptance criteria defined in
PLATFORM.md - Discord workflows must remain thread-aware and auditable
- adapter, docs, and workflow changes must land with the corresponding validation updates