Thank you for contributing to oblt-aw. Please follow the guidelines below.
- Install pre-commit and run
pre-commit install - Run checks before pushing:
pre-commit run --all-files - Run tests:
pytest tests/andnpm test
See docs/development/contributing.md for:
- Prerequisites (Python 3.14, Node.js 24, pre-commit)
- One-time setup
- Running individual checks
- Pre-commit hook reference
- CI workflow overview
Edit only .github/remote-workflow-template/oblt-aw.yml. Do not modify .github/workflows/oblt-aw.yml in this repository (enforced for Cursor via .cursor/rules/protected-oblt-aw-workflow.mdc and AGENTS.md).
Details: docs/workflows/oblt-aw-client-template.md.
All pull requests must pass CI. The workflow runs on every PR to main. See docs/workflows/ci.md for details.