docs: update project context and pr-creator workflow (#17119)

This commit is contained in:
N. Taylor Mullen
2026-01-20 13:20:04 -08:00
committed by GitHub
parent ed0b0fae49
commit 67d69084e9
2 changed files with 80 additions and 421 deletions
+8 -1
View File
@@ -35,7 +35,14 @@ Follow these steps to create a Pull Request:
- **Related Issues**: Link any issues fixed or related to this PR (e.g.,
"Fixes #123").
4. **Create PR**: Use the `gh` CLI to create the PR. To avoid shell escaping
4. **Preflight Check**: Before creating the PR, run the workspace preflight
script to ensure all build, lint, and test checks pass.
```bash
npm run preflight
```
If any checks fail, address the issues before proceeding to create the PR.
5. **Create PR**: Use the `gh` CLI to create the PR. To avoid shell escaping
issues with multi-line Markdown, write the description to a temporary file
first.
```bash