Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 978 Bytes

File metadata and controls

26 lines (17 loc) · 978 Bytes

Repository Guidelines

OPAL Frontend is an Angular SSR web app and Node server that proxies internal APIs for the OPAL platform.

Package manager: Yarn 4 (use corepack + yarn).

Always:

  • Do not add secrets, tokens, or PII to code, logs, comments, or tests.

For detailed guidance, use skills:

  • opal-frontend-execplan (ExecPlan workflow and requirements)
  • opal-frontend-review-guidelines (review severity rules and comment format)
  • opal-frontend-component-tests (create and update Cypress component tests)
  • opal-frontend-component-test-review (review Cypress component-test changes)
  • opal-frontend-e2e-tests (create and update Cypress E2E and accessibility tests)
  • opal-frontend-e2e-test-review (review Cypress E2E and accessibility-test changes)
  • opal-flow-lld (flow LLD template)

For repo conventions and contribution rules, see:

  • docs/REPO_GUIDELINES.md
  • docs/CONTRIBUTING.md

For testing guidance, use the frontend testing skills above.