You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopt the orchestration system in the CellixJS repo, document how it works, and validate it on representative tasks.
Why
The workflow needs proof that it is useful and not just elaborate process design.
This task should also prove that the design is modular enough to support the current mixed CellixJS repo while remaining cleanly extensible to future framework-only and application-only repos.
Scope
CellixJS capability-profile adoption
Wire the current CellixJS repo to use the mixed capability profile, including:
correct package/path class mapping for reusable framework code
correct package/path class mapping for application/reference-app code
activation of reusable framework behavior where relevant
activation of application-delivery behavior where relevant
activation of cellix-tdd only for framework-oriented task routing
Documentation
Document:
orchestration spec
repo capability profiles
task lanes
workflow states and transitions
package/path classes
responsibilities of instructions vs skills vs agents vs hooks
Summary
Adopt the orchestration system in the CellixJS repo, document how it works, and validate it on representative tasks.
Why
The workflow needs proof that it is useful and not just elaborate process design.
This task should also prove that the design is modular enough to support the current mixed CellixJS repo while remaining cleanly extensible to future framework-only and application-only repos.
Scope
CellixJS capability-profile adoption
Wire the current CellixJS repo to use the mixed capability profile, including:
cellix-tddonly for framework-oriented task routingDocumentation
Document:
cellix-tddDogfooding
Validate the workflow on:
Capture:
Failure-path validation
At least one dogfood run must intentionally exercise an invalid transition or disallowed agent/phase combination and confirm that:
Acceptance criteria
cellix-tddintegrated only for framework-oriented routing