A prior merge landed with seven unresolved `<<<<<<< HEAD` lines (each
sitting directly after a `steps:` line) and no matching `=======` /
`>>>>>>>` counterparts, so GitHub Actions (and any other YAML parser)
cannot load the workflow. Removing the orphan markers is a safe no-op
for the intended workflow definition.
Verified the file parses as valid YAML after the change and all seven
jobs (frontend-lint, frontend-type-check, frontend-build, frontend-e2e,
orchestrator-build, contracts-compile, contracts-test) are still defined.
Co-Authored-By: Nakamoto, S <defi@defi-oracle.io>
- Added AccessControl to ComboHandler for role-based access management.
- Implemented gas estimation for plan execution and improved gas limit checks.
- Updated execution and preparation methods to enforce step count limits and role restrictions.
- Enhanced error handling in orchestrator API endpoints with AppError for better validation feedback.
- Integrated request timeout middleware for improved request management.
- Updated Swagger documentation to reflect new API structure and parameters.